convert(Point3D, pt::Point, z)
- signatures for
rotateby!
──────────────────────────────────────────
- Package extensions for LaTeX
- min Julia 1.9
──────────────────────────────────────────
scaleby!(o, d)
import_off_file(fname)
- Package extensions sort of added
──────────────────────────────────────────
- 3D LaTex text
- draw Luxor paths
- Project.toml
- some point3d comparisons
- fixed wrong spherical/cartesian conversions
- eachindex()
──────────────────────────────────────────
-
Project.toml
-
midpoint() was wrong, fixed
──────────────────────────────────────────
- cartesiantospherical() returns points in correct "math" order
(ρ, θ, ϕ)
rather than scrambled "physics"-style :) - pin(object) changed to accept a simpler rendering function
──────────────────────────────────────────
- dependency on Rotations.jl added
- Point3Ds are now FieldVectors from StaticArrays.jl
- rotations now calculated by Rotations.jl
- all
rotateby
functions modified
──────────────────────────────────────────