Contents

init(x:y:z:)

Creates a 3D point using the x, y, and z coordinates you specify.

Declaration

init(x: Float, y: Float, z: Float)

Parameters

  • x:

    The location on the x-axis, in meters.

  • y:

    The location on the y-axis, in meters.

  • z:

    The location on the z-axis, in meters.

See Also

Creating a Point