Interface IGearJoint3D
Interface for a 3D gear joint physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IGearJoint3D : IJoint3D
Properties
AxisInA
Gets or sets the axis in A.
Declaration
Vector3 AxisInA { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
AxisInB
Gets or sets the axis in B.
Declaration
Vector3 AxisInB { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
Ratio
Gets or sets the A-to-B gear ratio.
Declaration
float Ratio { get; set; }
Property Value
Type | Description |
---|---|
float |