Uses of Class
mgui.geometry.LineSegment3D
Package | Description |
---|---|
mgui.geometry.util |
Uility classes for geometric operations.
|
-
Uses of LineSegment3D in mgui.geometry.util
Methods in mgui.geometry.util with parameters of type LineSegment3D Modifier and Type Method Description Plane3D
GeometryFunctions. getOrthogonalPlane(Plane3D plane, LineSegment3D line)
Returns a plane which is orthogonal toplane
, with a y-axis defined byline
.