Class PointToPointJointDef3D
Definition of a point-to-point 3D joint.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public class PointToPointJointDef3D : JointDef3D<IPointToPointJoint3D>
Fields
PivotInA
The pivot in A.
Declaration
public Vector3 PivotInA
Field Value
Type | Description |
---|---|
Vector3 |
PivotInB
The pivot in B.
Declaration
public Vector3 PivotInB
Field Value
Type | Description |
---|---|
Vector3 |