Package com.gaia3d.basic.halfedge
Class PlaneCutPoint
java.lang.Object
com.gaia3d.basic.halfedge.PlaneCutPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()doubleorg.joml.Vector3dgetPosition(org.joml.Vector3d destination) org.joml.Vector3ddoublegetX()doublegetY()doublegetZ()static PlaneCutPointtranslated(org.joml.Vector3dc offset)
-
Constructor Details
-
PlaneCutPoint
-
-
Method Details
-
of
public static PlaneCutPoint of(org.joml.Vector3dc position, PlaneType planeType, org.joml.Vector3dc planePosition) -
translated
-
copy
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getPlaneType
-
getPlaneCoordinate
public double getPlaneCoordinate() -
getPositionCopy
public org.joml.Vector3d getPositionCopy() -
getPosition
public org.joml.Vector3d getPosition(org.joml.Vector3d destination)
-