Class GearJointDef3D
Definition of a Gear 3D joint.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public class GearJointDef3D : JointDef3D<IGearJoint3D>
Fields
AxisInA
A frame.
Declaration
public Vector3 AxisInA
Field Value
Type | Description |
---|---|
Vector3 |
AxisInB
B-frame.
Declaration
public Vector3 AxisInB
Field Value
Type | Description |
---|---|
Vector3 |
Ratio
Gear A:B ratio.
Declaration
public float Ratio
Field Value
Type | Description |
---|---|
float |