|
||
void Clear ( )
|
|
|
Synopsis |
using SilverSharp;
The Clear method sets all components of the plane equation to zero.
|
|
Parameters |
none
|
|
Return Value |
none
|
|
Remarks |
Given a plane equation of the form:
Ax + By + Cz + D = 0
This method sets A, B, C, and D to zero
|
|
See Also |
|