Interface IGearJoint3D
Interface for a Gear 3D joint physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IGearJoint3D : IJoint3D, IDisposable
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:B gear ratio.
Declaration
float Ratio { get; set; }
Property Value
Type | Description |
---|---|
float |