Back to class index
| Plane::ReverseNormalSyntaxvoid Plane::ReverseNormal(); [5 lines of code]Reverses the direction of the plane normal, while still representing the same set of points. This function sets normal = -normal and d = -d for this plane. See Also |