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
    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