User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_squarematrix

Table of Contents

ITGIS_SquareMatrix interface

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix | Interfaces | Methods | Properties

Square matrix of double precision real numbers.

Available also on: Delphi | .NET | Java | ActiveX | Python.

Syntax

// C#
public interface ITGIS_SquareMatrix: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_SquareMatrix
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_SquareMatrix = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
Add3DTranslation public Adds translation to a 4D rotation-translation matrix; increases dimension to 4 if smaller, does not change dimension if larger than 4.
Add3DTranslation_2 public Adds translation to a 4D rotation-translation matrix; increases dimension to 4 if smaller, does not change dimension if larger than 4.
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Clone public Clones the matrix.
Cofactor public Computes the cofactor (minor) of the specified matrix element.
Create_ public Creates an instance.
Create_2 public Creates an instance.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
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 public Multiplies the supplied matrix by the current matrix.
MultiplyBy public Multiplies the matrix by a double precision real number.
Multiply_2 public Multiplies the supplied vector by the current matrix.
Solve public Solves a system of linear equations of the form Matrix * unknown vector = known vector.
Transpose public Transposes the matrix.

Properties

Inherited Protected
Name Visibility Description
Dimension public The dimension (number of rows/columns) of the matrix.
Element public The value of the matrix element.
Row public Gives access to the whole matrix row.

2022/11/30 19:10

Page Tools