Point.Normalize3D Method
Returns the Point that results from normalizing the x, y and z-coordinates of the current Point.
Normalize3D()
Returns the Point that results from normalizing the x, y and z-coordinates of the current Point.Syntax
public Point Normalize3D ()
Return Value
A point where the x, y and z-coordinates of the current point have been normalized.
Remarks
After the point as been normalized Length3D will be 1.
Platforms
Windows, Linux, Android