Skip to main content

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

ParamTypeDescription
xnumberReference point, x coordinate
ynumberReference point, y coordinate
znumberReference point, z coordinate
normal_xnumber
normal_ynumber
normal_znumber
plane_offsetnumber