HomeCode
Diffusion Zed f26b49680900

[Clean] Cartesian to spherical conversion methods names

Description

[Clean] Cartesian to spherical conversion methods names

In GeoGalaxy class:

  • cartesian_to_spherical() -> cartesianToSpherical()
  • cartesian_to_spherical2() -> cartesianToSphericalAlternative()

In GeoPoint3D class:

  • to_spherical() -> toSpherical()
  • to_spherical2() -> toSphericalAlternative()
  • to_cartesian() -> toCartesian()

Details

Provenance
derecksonAuthored on
Parents
rZED3f80c15d6804: [Clean] methods in camel case
Branches
Unknown
Tags
Unknown