init(_:)
Creates a new point structure that contains the spherical coordinates converted to Cartesian coordinates.
Declaration
init(_ coords: SphericalCoordinates3DFloat)Parameters
- coords:
The spherical coordinates.
Creates a new point structure that contains the spherical coordinates converted to Cartesian coordinates.
init(_ coords: SphericalCoordinates3DFloat)The spherical coordinates.