Search Results for

    Show / Hide Table of Contents

    Class ContactPoint

    Contains a contact point data for the collision location.

    Inheritance
    System.Object
    ContactPoint
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ContactPoint : ValueType

    Fields

    Normal

    The contact normal.

    Declaration
    public Vector3 Normal
    Field Value
    Vector3

    Point

    The contact point location in the world space.

    Declaration
    public Vector3 Point
    Field Value
    Vector3

    Separation

    The separation value (negative implies penetration).

    Declaration
    public float Separation
    Field Value
    System.Single

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat