Search Results for

    Show / Hide Table of Contents

    Class GearJointDef3D

    Definition of a Gear 3D Joint.

    Inheritance
    object
    JointDef3D
    JointDef3D<IGearJoint3D>
    GearJointDef3D
    Inherited Members
    JointDef3D.BodyA
    JointDef3D.BodyB
    JointDef3D.CollideConnected
    JointDef3D.UserData
    JointDef3D.IsActive
    JointDef3D.BreakPoint
    JointDef3D.NeedsJointFeedback
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX