Search Results for

    Show / Hide Table of Contents

    Interface IJointFeedback3D

    Interface for Joint Feedback in 3D physics.

    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public interface IJointFeedback3D

    Properties

    AppliedForceBodyA

    Gets the applied force to body A.

    Declaration
    Vector3 AppliedForceBodyA { get; }
    Property Value
    Type Description
    Vector3

    AppliedForceBodyB

    Gets the applied force to body B.

    Declaration
    Vector3 AppliedForceBodyB { get; }
    Property Value
    Type Description
    Vector3

    AppliedTorqueBodyA

    Gets the applied torque to body A.

    Declaration
    Vector3 AppliedTorqueBodyA { get; }
    Property Value
    Type Description
    Vector3

    AppliedTorqueBodyB

    Gets the applied torque to body B.

    Declaration
    Vector3 AppliedTorqueBodyB { get; }
    Property Value
    Type Description
    Vector3

    Extension Methods

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