Class PointConvexSupport

java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.PointConvexSupport
All Implemented Interfaces:
ConstJoltPhysicsObject, AutoCloseable, Comparable<JoltPhysicsObject>

public class PointConvexSupport extends JoltPhysicsObject
3-D geometric description of a point, for use in convex-support calculations.
  • Constructor Details

    • PointConvexSupport

      public PointConvexSupport(Vec3Arg location)
      Instantiate a point at the specified location.
      Parameters:
      location - the desired location (not null, unaffected)