Search Results for

    Show / Hide Table of Contents

    Struct InternalContactPoint3D

    Contact point between 2 colliders.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public struct InternalContactPoint3D

    Fields

    Distance

    The Distance.

    Declaration
    public readonly float Distance
    Field Value
    Type Description
    float

    Normal

    The Normal.

    Declaration
    public readonly Vector3 Normal
    Field Value
    Type Description
    Vector3

    PositionOnOther

    The position on other collider.

    Declaration
    public readonly Vector3 PositionOnOther
    Field Value
    Type Description
    Vector3

    PositionOnThis

    The position on this.

    Declaration
    public readonly Vector3 PositionOnThis
    Field Value
    Type Description
    Vector3

    Extension Methods

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