Options
All
  • Public
  • Public/Protected
  • All
Menu

A 3D plane.

Hierarchy

  • Plane3

Index

Constructors

Properties

distance: number
normal: Vector3

Accessors

  • Normalized plane? This normalizes the normal and also divide distance by its original normal length.

    Returns Plane3

Methods

  • Apply given matrix4 to the plane.

    Parameters

    • matrix: Matrix4

      A matrix4 which will be applied to the plane

    • Optional normalMatrix: Matrix3

      A normalMatrix made out of {@link matrix}. Optional

    Returns Plane3

  • distanceToPoint(point: Vector3): number

Generated using TypeDoc