Uses of Class
org.shredzone.commons.suncalc.util.Matrix
Package
Description
This package contains internal utility methods.
-
Uses of Matrix in org.shredzone.commons.suncalc.util
Modifier and TypeMethodDescriptionAdds a matrix to this matrix.static Matrix
ExtendedMath.equatorialToEcliptical
(JulianDate t) Creates a rotationalMatrix
for converting equatorial to ecliptical coordinates.static Matrix
Matrix.identity()
Creates an identity matrix.Matrix.multiply
(double scalar) Performs a scalar multiplication.Multiplies two matrices.Matrix.negate()
Negates this matrix.static Matrix
Matrix.rotateX
(double angle) Creates a matrix that rotates a vector by the given angle at the X axis.static Matrix
Matrix.rotateY
(double angle) Creates a matrix that rotates a vector by the given angle at the Y axis.static Matrix
Matrix.rotateZ
(double angle) Creates a matrix that rotates a vector by the given angle at the Z axis.Subtracts a matrix from this matrix.Matrix.transpose()
Transposes this matrix.