Package jolt.physics.constraint
Class PointConstraint
java.lang.Object
jolt.BaseJoltNative
jolt.AddressedJoltNative
jolt.DeletableJoltNative
jolt.physics.constraint.Constraint
jolt.physics.constraint.TwoBodyConstraint
jolt.physics.constraint.PointConstraint
- All Implemented Interfaces:
Deletable,JoltNative
PointConstraint relies on preview features of the Java platform:
PointConstraintrefers to one or more preview APIs:MemoryAddress.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Field Summary
Fields inherited from class jolt.DeletableJoltNative
deletedFields inherited from class jolt.AddressedJoltNative
handle -
Method Summary
Modifier and TypeMethodDescriptionstatic PointConstraintat(MemoryAddressPREVIEW addr) voidgetLocalSpacePoint1(FVec3 out) voidgetLocalSpacePoint2(FVec3 out) voidabstract voidsetPoint1(ConstraintSpace space, DVec3 point1) abstract voidsetPoint1(ConstraintSpace space, FVec3 point1) abstract voidsetPoint2(ConstraintSpace space, DVec3 point2) abstract voidsetPoint2(ConstraintSpace space, FVec3 point2) Methods inherited from class jolt.physics.constraint.TwoBodyConstraint
getBody1, getBody2, getConstraintToBody1Matrix, getConstraintToBody2MatrixMethods inherited from class jolt.physics.constraint.Constraint
deleteInternal, getEnabled, getNumPositionStepsOverride, getNumVelocityStepsOverride, getSubType, getType, setEnabled, setNumPositionStepsOverride, setNumVelocityStepsOverrideMethods inherited from class jolt.DeletableJoltNative
delete, isDeletedMethods inherited from class jolt.AddressedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
setPoint1
-
setPoint1
-
setPoint2
-
setPoint2
-
getLocalSpacePoint1
-
getLocalSpacePoint2
-
getTotalLambdaPosition
-
PointConstraintwhen preview features are enabled.