Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Plane

Index

Constructors

constructor

  • Parameters

    • Optional normal: Vector3
    • Optional constant: number

    Returns Plane

Properties

constant

constant: number

normal

normal: Vector3

Methods

applyMatrix4

  • Parameters

    Returns Plane

clone

  • clone(): this
  • Returns this

coplanarPoint

  • Parameters

    Returns Vector3

copy

  • copy(plane: this): this
  • Parameters

    • plane: this

    Returns this

distanceToPoint

  • distanceToPoint(point: Vector3): number
  • Parameters

    Returns number

equals

  • equals(plane: Plane): boolean
  • Parameters

    Returns boolean

isIntersectionLine

  • isIntersectionLine(l: any): any
  • deprecated

    Use {@link Plane#intersectsLine .intersectsLine()} instead.

    Parameters

    • l: any

    Returns any

negate

  • Returns Plane

normalize

  • Returns Plane

orthoPoint

projectPoint

set

  • Parameters

    Returns Plane

setComponents

  • setComponents(x: number, y: number, z: number, w: number): Plane
  • Parameters

    • x: number
    • y: number
    • z: number
    • w: number

    Returns Plane

setFromCoplanarPoints

setFromNormalAndCoplanarPoint

translate

  • Parameters

    Returns Plane

Generated using TypeDoc