We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was surprised by
MeshCat.jl/src/geometry.jl
Line 32 in d93d0a7
and
Line 51 in d93d0a7
The extremity field of a Cylinder is a Point, not a Vec, so I would have expected
extremity
Cylinder
Point
Vec
center(geometry::Cylinder) = (origin(geometry) + geometry.extremity) / 2
R = rotation_between(SVector(0, 1, 0), g.extremity - g.origin)
The text was updated successfully, but these errors were encountered:
0596a0f
Merge pull request #81 from tkoolen/tk/fix-cylinder
17c701d
Fix #80, extents of Cylinder is a Point, not a Vec.
No branches or pull requests
I was surprised by
MeshCat.jl/src/geometry.jl
Line 32 in d93d0a7
and
MeshCat.jl/src/geometry.jl
Line 51 in d93d0a7
The
extremity
field of aCylinder
is aPoint
, not aVec
, so I would have expectedand
The text was updated successfully, but these errors were encountered: