init(x:y:z:)
Returns a point from the specified values.
Declaration
init(x: Float = 0, y: Float = 0, z: Float = 0)Parameters
- x:
The x component of the point.
- y:
The y component of the point.
- z:
The z component of the point.
Returns a point from the specified values.
init(x: Float = 0, y: Float = 0, z: Float = 0)The x component of the point.
The y component of the point.
The z component of the point.