|
||
bool Normalize();
|
|
|||
Synopsis |
using SilverSharp;
The Normalize method uniformly scales the plane equation such that the magnitude of the direction vector becomes 1
|
|
||
Parameters |
none
|
|
||
Return Value |
Normalize returns true if successful and false otherwise
|
|
||
Remarks |
If Normalize succeeds, then the new direction vector will reside on the same line that is formed by the original direction vector
|
|
||
See Also |
SS_COEF
|
|
||
Example |
The following code creates a SilverSharp.SS_COEF object and normalizes the plane equation:
|
|