Package jolt.physics.constraint
Class PointConstraintSettings
java.lang.Object
jolt.BaseJoltNative
jolt.AddressedJoltNative
jolt.DeletableJoltNative
jolt.physics.constraint.ConstraintSettings
jolt.physics.constraint.TwoBodyConstraintSettings
jolt.physics.constraint.PointConstraintSettings
- All Implemented Interfaces:
Deletable,JoltNative
PointConstraintSettings relies on preview features of the Java platform:
PointConstraintSettingsrefers 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 PointConstraintSettingsat(MemoryAddressPREVIEW addr) abstract voidabstract voidabstract voidabstract voidgetSpace()static PointConstraintSettingsof()abstract voidabstract voidabstract voidabstract voidvoidsetSpace(ConstraintSpace space) Methods inherited from class jolt.physics.constraint.TwoBodyConstraintSettings
createMethods inherited from class jolt.physics.constraint.ConstraintSettings
deleteInternal, getEnabled, getNumPositionStepsOverride, getNumVelocityStepsOverride, setEnabled, setNumPositionsStepsOverride, setNumVelocityStepsOverrideMethods inherited from class jolt.DeletableJoltNative
delete, isDeletedMethods inherited from class jolt.AddressedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
of
-
getSpace
-
setSpace
-
getPoint1
-
getPoint1
-
setPoint1
-
setPoint1
-
getPoint2
-
getPoint2
-
setPoint2
-
setPoint2
-
PointConstraintSettingswhen preview features are enabled.