Class Plane3

Hierarchy

  • Plane3

Constructors

Properties

Methods

Constructors

Properties

normal: Vector3
point: Vector3

Methods

  • Returns the closest point on the plane to the point provided

    Returns

    The closest point to the input that lies within the Plane

    Parameters

    Returns Vector3

  • Calculates the distance between a point and this Plane

    Returns

    The distance between the point and this Plane

    Parameters

    • point: Vector3

      The point to calculate the distance to

    Returns number

Generated using TypeDoc