Plane
A geometrical Plane, represented in general form (x+
y+
z+
= 0
).
Properties
Property | Type | Description |
---|---|---|
Normal X component | ||
Normal Y component | ||
Normal Z component | ||
Distance component |
Constructors
new
(
)
Creates a new plane with all components set to 0
.
new
(
)
Creates a new plane with the given
Functions
heightAt
Point position : The 2D position to find the plane height at
Returns
Returns the height (z
) on the plane at