|  | ||
| 
 | 
 bool Normalize(); 
 
 
 
 | 
 | |||
| Synopsis | #include "silver.h" 
 The Normalize method moves the 3D point along a directed vector through the origin such that its' magnitude becomes 1 
 | 
 | |||
| Parameters | none 
 | 
 | |||
| Return Value | Normalize returns true if successful, and false otherwise. 
 | 
 | |||
| Remarks | Normalize is always successful unless the 3D point being operated upon is the origin (0,0,0). 
 | 
 | |||
| See Also | 
 | 
 | |||
| Example | 
 | 
 |