Class HingeJointDef3D
Definition of a Hinge 3D Joint.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public class HingeJointDef3D : JointDef3D<IHingeJoint3D>
Fields
AFrame
A Frame.
Declaration
public Matrix4x4 AFrame
Field Value
Type | Description |
---|---|
Matrix4x4 |
BFrame
B frame.
Declaration
public Matrix4x4 BFrame
Field Value
Type | Description |
---|---|
Matrix4x4 |