Search Results for

    Show / Hide Table of Contents

    Class GenericAbstract6DofJointDef3D<T>

    Definition of a 6Dof 3D Joint.

    Inheritance
    object
    JointDef3D
    JointDef3D<T>
    GenericAbstract6DofJointDef3D<T>
    Generic6DofJointDef3D
    Generic6DofSpringJointDef3D
    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 abstract class GenericAbstract6DofJointDef3D<T> : JointDef3D<T> where T : IGeneric6DofJoint3D
    Type Parameters
    Name Description
    T

    The joint interface.

    Fields

    AFrame

    A Frame.

    Declaration
    public Matrix4x4 AFrame
    Field Value
    Type Description
    Matrix4x4

    BFrame

    B frame.

    Declaration
    public Matrix4x4 BFrame
    Field Value
    Type Description
    Matrix4x4

    Extension Methods

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