Package jolt.physics.collision
Class ContactManifold.F
java.lang.Object
jolt.BaseJoltNative
jolt.SegmentedJoltNative
jolt.physics.collision.ContactManifold
jolt.physics.collision.ContactManifold.F
- All Implemented Interfaces:
JoltNative
- Enclosing class:
ContactManifold
-
Nested Class Summary
Nested classes/interfaces inherited from class jolt.physics.collision.ContactManifold
ContactManifold.D, ContactManifold.F -
Field Summary
Fields inherited from class jolt.SegmentedJoltNative
handle -
Method Summary
Modifier and TypeMethodDescriptionfloatintintvoidsetPenetrationDepth(float penetrationDepth) voidsetSubShapeId1(int subShapeId1) voidsetSubShapeId2(int subShapeId2) Methods inherited from class jolt.physics.collision.ContactManifold
at, at, ofMethods inherited from class jolt.SegmentedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
getBaseOffsetF
- Specified by:
getBaseOffsetFin classContactManifold
-
getBaseOffsetD
- Specified by:
getBaseOffsetDin classContactManifold
-
getWorldSpaceNormal
- Specified by:
getWorldSpaceNormalin classContactManifold
-
getPenetrationDepth
public float getPenetrationDepth()- Specified by:
getPenetrationDepthin classContactManifold
-
setPenetrationDepth
public void setPenetrationDepth(float penetrationDepth) - Specified by:
setPenetrationDepthin classContactManifold
-
getSubShapeId1
public int getSubShapeId1()- Specified by:
getSubShapeId1in classContactManifold
-
setSubShapeId1
public void setSubShapeId1(int subShapeId1) - Specified by:
setSubShapeId1in classContactManifold
-
getSubShapeId2
public int getSubShapeId2()- Specified by:
getSubShapeId2in classContactManifold
-
setSubShapeId2
public void setSubShapeId2(int subShapeId2) - Specified by:
setSubShapeId2in classContactManifold
-