Class PlaneCutPoint

java.lang.Object
com.gaia3d.basic.halfedge.PlaneCutPoint

public final class PlaneCutPoint extends Object
  • Constructor Details

    • PlaneCutPoint

      public PlaneCutPoint(double px, double py, double pz, PlaneType planeType)
  • Method Details

    • of

      public static PlaneCutPoint of(org.joml.Vector3dc position, PlaneType planeType, org.joml.Vector3dc planePosition)
    • translated

      public PlaneCutPoint translated(org.joml.Vector3dc offset)
    • copy

      public PlaneCutPoint copy()
    • getX

      public double getX()
    • getY

      public double getY()
    • getZ

      public double getZ()
    • getPlaneType

      public PlaneType getPlaneType()
    • getPlaneCoordinate

      public double getPlaneCoordinate()
    • getPositionCopy

      public org.joml.Vector3d getPositionCopy()
    • getPosition

      public org.joml.Vector3d getPosition(org.joml.Vector3d destination)