Package com.github.stephengold.joltjni
Class PointConvexSupport
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.PointConvexSupport
- All Implemented Interfaces:
ConstJoltPhysicsObject
,AutoCloseable
,Comparable<JoltPhysicsObject>
3-D geometric description of a point, for use in convex-support calculations.
-
Constructor Summary
ConstructorsConstructorDescriptionPointConvexSupport
(Vec3Arg location) Instantiate a point at the specified location. -
Method Summary
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, getContainingObject, hasAssignedNativeObject, hashCode, ownsNativeObject, setVirtualAddress, setVirtualAddress, startCleaner, targetVa, toString, va
-
Constructor Details
-
PointConvexSupport
Instantiate a point at the specified location.- Parameters:
location
- the desired location (not null, unaffected)
-