Contents

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.