Releases: ezzatron/nvector-js
Releases · ezzatron/nvector-js
v0.4.0
Added
- Added
n_E_and_wa2R_EL
function. - Added
R_EL2n_E
andR_EN2n_E
functions. - Added
R2xyz
,R2zyx
,xyz2R
, andzyx2R
functions. - Added
deg
andrad
functions. - Added
apply
,cross
,dot
,norm
, andunit
functions. - Added
multiply
andtranspose
functions. - Added
R_Ee_NP_X
andR_Ee_NP_Z
rotation matrix constants. - Added
GRS_80
,WGS_72
,WGS_84
, andWGS_84_SPHERE
ellipsoid constants. - Added
Ellipsoid
,Matrix3x3
, andVector3
types.
Changed
- Renamed
lat_lon2n_E
function tolat_long2n_E
. - Renamed
n_E2lat_lon
function ton_E2lat_long
. - Renamed
rotateVector3
function torotate
.
Removed
- Removed
unrotateVector3
function. - Removed
sub
function.
v0.3.0
Added
- Added the
n_E2R_EN
function. - Added the
n_EA_E_and_n_EB_E2p_AB_E
function. - Added the
n_EA_E_and_p_AB_E2n_EB_E
function. - Added the
n_EB_E2p_EB_E
function. - Added the
p_EB_E2n_EB_E
function. - Added the
rotateVector3
function. - Added the
unrotateVector3
function.
v0.2.0
Added
- Added
R_Ee
rotation matrix support to thelat_lon2n_E
andn_E2lat_lon
functions.
Changed
- The
n_E2lat_lon
function now accepts ann_E
vector instead of individualx
,y
, andz
arguments.
v0.1.2
Changed
- Renamed package to avoid confusion with the existing
n-vector
package.
v0.1.1
Fixed
- Fixed package publishing workflow.
v0.1.0
Added
- Initial release.