Search Results for

    Show / Hide Table of Contents

    Struct InternalContactPoint3D

    Contact point between two colliders.

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

    Declaration
    public readonly Vector3 Normal
    Field Value
    Type Description
    Vector3

    PositionOnOther

    The position on the other collider.

    Declaration
    public readonly Vector3 PositionOnOther
    Field Value
    Type Description
    Vector3

    PositionOnThis

    The position of 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