init
Description:
public unowned Point3D?
init (
float x,
float y,
float z)
Initializes a Point3D with the given coordinates.
Parameters:
this |
the Point3D to initialize
|
x |
the X coordinate of the point
|
y |
the Y coordinate of the point
|
z |
the Z coordinate of the point
|
Returns: