init(_:)
Creates a new spherical coordinates structure from the specified Cartesian coordinates represented by a Spatial point.
Declaration
init(_ point: Point3DFloat)Parameters
- point:
The Cartesian coordinates.
Creates a new spherical coordinates structure from the specified Cartesian coordinates represented by a Spatial point.
init(_ point: Point3DFloat)The Cartesian coordinates.