v3_distance_above_plane
v3_distance_above_plane(x, y, z, normal_x, normal_y, normal_z, plane_offset) ⇒ number
Orthogonal distance of a point to a plane, the distance is positive when the point lies above the plane and negative when the point is below
Kind: global function
| Param | Type | Description |
|---|---|---|
| x | number | Reference point, x coordinate |
| y | number | Reference point, y coordinate |
| z | number | Reference point, z coordinate |
| normal_x | number | |
| normal_y | number | |
| normal_z | number | |
| plane_offset | number |