PLANE_H (STRUCT)ΒΆ
TYPE PLANE_H : STRUCT
This structure defines a plane in the three dimensional space according to the normal form due to Hesse: \(ax + by + cz + d = 0\), where \(n\) represents the normed normal of the plane.
- InOut:
Name
Type
Comment
lrNxLREAL\(x\) component of a normal vector (corresponds to \(a\))
lrNyLREAL\(y\) component of a normal vector (corresponds to \(b\))
lrNzLREAL\(z\) component of a normal vector (corresponds to \(c\))
lrNLREALdistance to origin in consideration of the orientation of the normal vector (corresponds to \(d\))