Search Results for

    Show / Hide Table of Contents

    Class PointToPointJointDef3D

    Definition of a point-to-point 3D joint.

    Inheritance
    object
    JointDef3D
    JointDef3D<IPointToPointJoint3D>
    PointToPointJointDef3D
    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 PointToPointJointDef3D : JointDef3D<IPointToPointJoint3D>

    Fields

    PivotInA

    The pivot in A.

    Declaration
    public Vector3 PivotInA
    Field Value
    Type Description
    Vector3

    PivotInB

    The pivot in B.

    Declaration
    public Vector3 PivotInB
    Field Value
    Type Description
    Vector3

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX