v3_distance_above_plane
v3_distance_above_plane(x, y, z, normalX, normalY, normalZ, planeConstant) ⇒ 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 |
---|---|
x | number |
y | number |
z | number |
normalX | number |
normalY | number |
normalZ | number |
planeConstant | number |