Point3 class constructors initializes a new instance of the point with the specified coordinates. If no parameters are passed, x, y and z values are undefined.
Parameters
Parameters
Description
T value
A value which initializes both the x, y and z coordinate values.