init(_:)
Creates a point from the specified single-precision vector.
Declaration
init(_ xyz: simd_float3)Parameters
- xyz:
A single-precision vector that specifies the coordinates.
Creates a point from the specified single-precision vector.
init(_ xyz: simd_float3)A single-precision vector that specifies the coordinates.