User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix_methods

TGIS_SquareMatrix methods

Methods

Inherited Overrides Protected
Name Visibility Description
Add3DTranslation(Double; Double; Double) public Adds translation to a 4D rotation-translation matrix; increases dimension to 4 if smaller, does not change dimension if larger than 4.
Add3DTranslation(TGIS_Vector) public Adds translation to a 4D rotation-translation matrix; increases dimension to 4 if smaller, does not change dimension if larger than 4.
Clone public Clones the matrix.
Cofactor public Computes the cofactor (minor) of the specified matrix element.
Determinant public Computes the determinant of the matrix.
Equal public Checks if the supplied matrix is equal to the current matrix.
Invert public Inverts the matrix.
LUDecomposition public Computes the LU (Crout) decomposition of the matrix.
Make2DRotation public Makes the 2D rotation matrix.
Make3DRotationX public Makes the 3D rotation matrix around the X axis; increases dimension to 3 if smaller, does not change dimension if larger than 3.
Make3DRotationY public Makes the 3D rotation matrix around the Y axis; increases dimension to 3 if smaller, does not change dimension if larger than 3.
Make3DRotationZ public Makes a 3D rotation matrix around the Z axis; increases dimension to 3 if smaller, does not change dimension if larger than 3.
MakeIdentity public Makes the identity matrix.
Multiply(TGIS_SquareMatrix) public Multiplies the supplied matrix by the current matrix.
Multiply(TGIS_Vector) public Multiplies the supplied vector by the current matrix.
MultiplyBy public Multiplies the matrix by a double precision real number.
Solve public Solves a system of linear equations of the form Matrix * unknown vector = known vector.
Transpose public Transposes the matrix.

2019/01/25 16:32

Page Tools