From 82e2324ed4edd5ea6e3ffb9f678c0eddf499111e Mon Sep 17 00:00:00 2001 From: "ezzatron-renovate[bot]" Date: Tue, 3 Dec 2024 13:57:37 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ezzatron?= =?UTF-8?q?/nvector-js@b846e7a805c896873bca0d9566c1ae0edc3ecf7c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/apply.html | 2 +- functions/cross.html | 2 +- functions/degrees.html | 2 +- functions/delta.html | 2 +- functions/destination.html | 2 +- functions/dot.html | 2 +- functions/eulerXYZToRotationMatrix.html | 2 +- functions/eulerZYXToRotationMatrix.html | 2 +- functions/fromECEF.html | 2 +- functions/fromGeodeticCoordinates.html | 2 +- functions/fromRotationMatrix.html | 2 +- functions/multiply.html | 2 +- functions/norm.html | 2 +- functions/normalize.html | 2 +- functions/radians.html | 2 +- functions/rotationMatrixToEulerXYZ.html | 2 +- functions/rotationMatrixToEulerZYX.html | 2 +- functions/sphere.html | 2 +- functions/toECEF.html | 2 +- functions/toGeodeticCoordinates.html | 2 +- functions/toRotationMatrix.html | 2 +- functions/toRotationMatrixUsingWanderAzimuth.html | 2 +- functions/transform.html | 2 +- functions/transpose.html | 2 +- types/Ellipsoid.html | 2 +- types/Matrix.html | 2 +- types/Vector.html | 2 +- variables/GRS_80.html | 2 +- variables/WGS_72.html | 2 +- variables/WGS_84.html | 2 +- variables/X_AXIS_NORTH.html | 2 +- variables/Z_AXIS_NORTH.html | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/functions/apply.html b/functions/apply.html index 083d398..20fcd8d 100644 --- a/functions/apply.html +++ b/functions/apply.html @@ -12,4 +12,4 @@
apply((a, b) => a + (b - a) / 2, [1, 2, 3], [4, 5, 6]); // [2.5, 3.5, 4.5]
 
-
+
diff --git a/functions/cross.html b/functions/cross.html index a38a284..706247c 100644 --- a/functions/cross.html +++ b/functions/cross.html @@ -2,4 +2,4 @@

Parameters

Returns Vector

The resulting vector.

-
+
diff --git a/functions/degrees.html b/functions/degrees.html index fe5c46a..9754852 100644 --- a/functions/degrees.html +++ b/functions/degrees.html @@ -2,4 +2,4 @@

Parameters

Returns number

Angle in degrees.

+
diff --git a/functions/delta.html b/functions/delta.html index 0ed065f..38b6742 100644 --- a/functions/delta.html +++ b/functions/delta.html @@ -8,4 +8,4 @@
  • frame: Matrix = Z_AXIS_NORTH

    Coordinate frame in which the vectors are decomposed.

  • Returns Vector

    Position vector in meters from A to B, decomposed in E.

    +
    diff --git a/functions/destination.html b/functions/destination.html index da7b62d..c51cff5 100644 --- a/functions/destination.html +++ b/functions/destination.html @@ -7,4 +7,4 @@

    Returns [to: Vector, toDepth: number]

    An n-vector of position B, and depth of position B in meters, relative to the ellipsoid.

    +
    diff --git a/functions/dot.html b/functions/dot.html index 97e04e6..0f4277a 100644 --- a/functions/dot.html +++ b/functions/dot.html @@ -2,4 +2,4 @@

    Parameters

    Returns number

    The resulting scalar.

    -
    +
    diff --git a/functions/eulerXYZToRotationMatrix.html b/functions/eulerXYZToRotationMatrix.html index f2eb92d..57b3a32 100644 --- a/functions/eulerXYZToRotationMatrix.html +++ b/functions/eulerXYZToRotationMatrix.html @@ -4,4 +4,4 @@
  • z: number

    Rotation around the z-axis in radians.

  • Returns Matrix

    A rotation matrix.

    +
    diff --git a/functions/eulerZYXToRotationMatrix.html b/functions/eulerZYXToRotationMatrix.html index 3d61b92..f6e8a10 100644 --- a/functions/eulerZYXToRotationMatrix.html +++ b/functions/eulerZYXToRotationMatrix.html @@ -4,4 +4,4 @@
  • x: number

    Rotation around the x-axis in radians.

  • Returns Matrix

    A rotation matrix.

    +
    diff --git a/functions/fromECEF.html b/functions/fromECEF.html index fd7a14b..b104620 100644 --- a/functions/fromECEF.html +++ b/functions/fromECEF.html @@ -5,4 +5,4 @@

    Returns [vector: Vector, depth: number]

    Representation of position B, decomposed in E, and depth in meters of system B relative to the ellipsoid.

    +
    diff --git a/functions/fromGeodeticCoordinates.html b/functions/fromGeodeticCoordinates.html index 898baeb..bea2d2b 100644 --- a/functions/fromGeodeticCoordinates.html +++ b/functions/fromGeodeticCoordinates.html @@ -4,4 +4,4 @@
  • frame: Matrix = Z_AXIS_NORTH

    Coordinate frame in which the n-vector is decomposed.

  • Returns Vector

    An n-vector.

    +
    diff --git a/functions/fromRotationMatrix.html b/functions/fromRotationMatrix.html index 7e1afc6..f45c9d3 100644 --- a/functions/fromRotationMatrix.html +++ b/functions/fromRotationMatrix.html @@ -5,4 +5,4 @@
  • https://github.com/FFI-no/n-vector/blob/f77f43d18ddb6b8ea4e1a8bb23a53700af965abb/nvector/R_EL2n_E.m
  • https://github.com/FFI-no/n-vector/blob/f77f43d18ddb6b8ea4e1a8bb23a53700af965abb/nvector/R_EN2n_E.m
  • -
    +
    diff --git a/functions/multiply.html b/functions/multiply.html index fce515a..bdbd7a0 100644 --- a/functions/multiply.html +++ b/functions/multiply.html @@ -2,4 +2,4 @@

    Parameters

    Returns Matrix

    The resulting matrix.

    -
    +
    diff --git a/functions/norm.html b/functions/norm.html index 7acb29d..172b728 100644 --- a/functions/norm.html +++ b/functions/norm.html @@ -1,4 +1,4 @@ norm | nvector-geodesy

    Function norm

    • Finds the Euclidean norm of a vector.

      Parameters

      Returns number

      The Euclidean norm.

      -
    +
    diff --git a/functions/normalize.html b/functions/normalize.html index a80ad3c..d07be27 100644 --- a/functions/normalize.html +++ b/functions/normalize.html @@ -2,4 +2,4 @@

    Parameters

    Returns Vector

    A normalized vector.

    +
    diff --git a/functions/radians.html b/functions/radians.html index ff2dba5..0a39e50 100644 --- a/functions/radians.html +++ b/functions/radians.html @@ -2,4 +2,4 @@

    Parameters

    Returns number

    Angle in radians.

    +
    diff --git a/functions/rotationMatrixToEulerXYZ.html b/functions/rotationMatrixToEulerXYZ.html index a55d2bb..3d1948c 100644 --- a/functions/rotationMatrixToEulerXYZ.html +++ b/functions/rotationMatrixToEulerXYZ.html @@ -2,4 +2,4 @@

    Parameters

    Returns Vector

    The Euler angles in XYZ order.

    +
    diff --git a/functions/rotationMatrixToEulerZYX.html b/functions/rotationMatrixToEulerZYX.html index 65c31bc..e2644a1 100644 --- a/functions/rotationMatrixToEulerZYX.html +++ b/functions/rotationMatrixToEulerZYX.html @@ -2,4 +2,4 @@

    Parameters

    Returns Vector

    The Euler angles in ZYX order.

    +
    diff --git a/functions/sphere.html b/functions/sphere.html index 0dd441f..9b59173 100644 --- a/functions/sphere.html +++ b/functions/sphere.html @@ -1,4 +1,4 @@ sphere | nvector-geodesy

    Function sphere

    • Create a spherical ellipsoid with the given radius.

      Parameters

      • radius: number

        A radius in meters.

      Returns Ellipsoid

      A spherical ellipsoid.

      -
    +
    diff --git a/functions/toECEF.html b/functions/toECEF.html index 9ee5ec0..77aa000 100644 --- a/functions/toECEF.html +++ b/functions/toECEF.html @@ -5,4 +5,4 @@
  • frame: Matrix = Z_AXIS_NORTH

    Coordinate frame in which the n-vector is decomposed.

  • Returns Vector

    An ECEF position vector.

    +
    diff --git a/functions/toGeodeticCoordinates.html b/functions/toGeodeticCoordinates.html index 542a3c2..963246e 100644 --- a/functions/toGeodeticCoordinates.html +++ b/functions/toGeodeticCoordinates.html @@ -3,4 +3,4 @@
  • frame: Matrix = Z_AXIS_NORTH

    Coordinate frame in which the n-vector is decomposed.

  • Returns [longitude: number, latitude: number]

    Geodetic longitude and latitude in radians.

    +
    diff --git a/functions/toRotationMatrix.html b/functions/toRotationMatrix.html index 2a2930b..d29824e 100644 --- a/functions/toRotationMatrix.html +++ b/functions/toRotationMatrix.html @@ -3,4 +3,4 @@
  • frame: Matrix = Z_AXIS_NORTH

    Coordinate frame in which the n-vector is decomposed.

  • Returns Matrix

    A rotation matrix.

    +
    diff --git a/functions/toRotationMatrixUsingWanderAzimuth.html b/functions/toRotationMatrixUsingWanderAzimuth.html index 5a01dd1..19e8d5c 100644 --- a/functions/toRotationMatrixUsingWanderAzimuth.html +++ b/functions/toRotationMatrixUsingWanderAzimuth.html @@ -4,4 +4,4 @@
  • frame: Matrix = Z_AXIS_NORTH

    Coordinate frame in which the n-vector is decomposed.

  • Returns Matrix

    A rotation matrix.

    +
    diff --git a/functions/transform.html b/functions/transform.html index 50d5c23..d2f398e 100644 --- a/functions/transform.html +++ b/functions/transform.html @@ -2,4 +2,4 @@

    Parameters

    Returns Vector

    The transformed vector.

    -
    +
    diff --git a/functions/transpose.html b/functions/transpose.html index 676ef6b..5560243 100644 --- a/functions/transpose.html +++ b/functions/transpose.html @@ -1,4 +1,4 @@ transpose | nvector-geodesy

    Function transpose

    +
    diff --git a/types/Ellipsoid.html b/types/Ellipsoid.html index ff833ed..4366fd4 100644 --- a/types/Ellipsoid.html +++ b/types/Ellipsoid.html @@ -2,4 +2,4 @@

    Type declaration

    +
    diff --git a/types/Matrix.html b/types/Matrix.html index cbd13c0..03bc47d 100644 --- a/types/Matrix.html +++ b/types/Matrix.html @@ -1,2 +1,2 @@ Matrix | nvector-geodesy

    Type Alias Matrix

    Matrix: [[n11: number, n12: number, n13: number], [n21: number, n22: number, n23: number], [n31: number, n32: number, n33: number]]

    A 3x3 matrix.

    -
    +
    diff --git a/types/Vector.html b/types/Vector.html index 6acf23c..046d7c5 100644 --- a/types/Vector.html +++ b/types/Vector.html @@ -1,2 +1,2 @@ Vector | nvector-geodesy

    Type Alias Vector

    Vector: [x: number, y: number, z: number]

    A 3D vector.

    -
    +
    diff --git a/variables/GRS_80.html b/variables/GRS_80.html index 664a9c4..314f1e4 100644 --- a/variables/GRS_80.html +++ b/variables/GRS_80.html @@ -1,3 +1,3 @@ GRS_80 | nvector-geodesy
    +
    diff --git a/variables/WGS_72.html b/variables/WGS_72.html index 79eae12..7ab916d 100644 --- a/variables/WGS_72.html +++ b/variables/WGS_72.html @@ -1,3 +1,3 @@ WGS_72 | nvector-geodesy
    +
    diff --git a/variables/WGS_84.html b/variables/WGS_84.html index e8a4e99..63ddd50 100644 --- a/variables/WGS_84.html +++ b/variables/WGS_84.html @@ -1,3 +1,3 @@ WGS_84 | nvector-geodesy
    +
    diff --git a/variables/X_AXIS_NORTH.html b/variables/X_AXIS_NORTH.html index 9ced703..9bd7fe4 100644 --- a/variables/X_AXIS_NORTH.html +++ b/variables/X_AXIS_NORTH.html @@ -7,4 +7,4 @@ orientation. In this manner, the axes of E is chosen to correspond with the axes of N and B.

    +
    diff --git a/variables/Z_AXIS_NORTH.html b/variables/Z_AXIS_NORTH.html index 90f7d98..9bff75a 100644 --- a/variables/Z_AXIS_NORTH.html +++ b/variables/Z_AXIS_NORTH.html @@ -3,4 +3,4 @@

    The z-axis points to the North Pole and x-axis points to the point where latitude = longitude = 0. This choice is very common in many fields.

    +