|
||
void Clear();
|
|
|||
Synopsis |
using SilverSharp;
The Clear method sets all 3 components of a 3D point to 0.
|
|
||
Parameters |
none
|
|
||
Return Value |
none
|
|
||
See Also |
|
|
||
Example |
The following code creates a 3D point with the location 5,2,3, then clears it to 0,0,0:
|
|