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
Creates a new plane with all components set to 0
.
Creates a new plane with the given
Parameters
a (float ): Thea component (normal X)b (float ): Theb component (normal Y)c (float ): Thec component (normal Z)d (float ): Thed component (distance)
Functions
Overview
HeightAt
Calculates the height (z
) at
Parameters
position (Point ): The 2D position to find the plane height at
Returns
float : The height (z
) on the plane atposition