Header menu logo Nu

Plane3 Module

Functions and values

Function or value Description

plane3 pointOnPlane normal

Full Usage: plane3 pointOnPlane normal

Parameters:
Returns: Plane3
Modifiers: inline
pointOnPlane : Vector3
normal : Vector3
Returns: Plane3

plane3Eq left right

Full Usage: plane3Eq left right

Parameters:
Returns: bool
Modifiers: inline
left : Plane3
right : Plane3
Returns: bool

plane3Equation normal d

Full Usage: plane3Equation normal d

Parameters:
Returns: Plane3
Modifiers: inline
normal : Vector3
d : single
Returns: Plane3

plane3Neq left right

Full Usage: plane3Neq left right

Parameters:
Returns: bool
Modifiers: inline
left : Plane3
right : Plane3
Returns: bool

Type extensions

Type extension Description

this.Intersection

Full Usage: this.Intersection

Parameters:
Returns: Nullable<Vector3>

Attempt to find the intersection of the given ray with the plane.

Extended Type: Plane3

ray : Ray3
Returns: Nullable<Vector3>

Type something to start searching.