v0.5.0
Pre-release
Pre-release
Added
- Added a
spherefunction for creating spherical ellipsoids.
Changed
- [BREAKING] All exports have been renamed to clarify their purpose:
deg->degreeslat_long2n_E->fromGeodeticCoordinatesMatrix3x3->Matrixn_E_and_wa2R_EL->toRotationMatrixUsingWanderAzimuthn_E2lat_long->toGeodeticCoordinatesn_E2R_EN->toRotationMatrixn_EA_E_and_n_EB_E2p_AB_E->deltan_EA_E_and_p_AB_E2n_EB_E->destinationn_EB_E2p_EB_E->toECEFp_EB_E2n_EB_E->fromECEFR_Ee_NP_X->X_AXIS_NORTHR_Ee_NP_Z->Z_AXIS_NORTHR_EL2n_E->fromRotationMatrixR_EN2n_E->fromRotationMatrixR2xyz->rotationMatrixToEulerXYZR2zyx->rotationMatrixToEulerZYXrad->radiansrotate->transformunit->normalizeVector3->Vectorxyz2R->eulerXYZToRotationMatrixzyx2R->eulerZYXToRotationMatrix
Removed
- [BREAKING] The
WGS_84_SPHEREconstant has been removed. Use thespherefunction with your chosen radius instead.