normalheight
Normalheight is a term used in geometry and computer graphics to denote the height of a point above a reference plane measured along the plane’s normal direction. Formally, if a plane is defined by a fixed point p0 and a unit normal vector n, and p is any point in space, the normalheight h is the signed distance h = (p - p0) · n. The sign indicates which side of the plane the point lies on, while the magnitude gives the distance along the normal from the plane to the point. Normalheight is distinct from vertical height when the reference plane is not horizontal or when the space is oriented differently from gravity.
Usage and interpretation can vary by field. In 3D modeling and computer graphics, normalheight helps describe
Practical considerations include the choice of the reference plane, the orientation of its normal, and the
See also: signed distance, plane equation, projection (vector), orthogonal projection.