Uses of Interface
com.solibri.geometry.linearalgebra.Matrix4d
Package
Description
-
Uses of Matrix4d in com.solibri.geometry.linearalgebra
Modifier and TypeFieldDescriptionstatic final Matrix4d
Matrix4d.IDENTITY
Returns a new identity matrix.Modifier and TypeMethodDescriptionstatic Matrix4d
Matrix4d.create
(double[] elements) Constructs a matrix with the given array of 16 elements or 12 elements.static Matrix4d
Matrix4d.create
(double m00, double m01, double m02, double m03, double m10, double m11, double m12, double m13, double m20, double m21, double m22, double m23, double m30, double m31, double m32, double m33) Constructs a matrix with the given 16 elements.static Matrix4d
Returns a new matrix with the values of the given matrix.static Matrix4d
Constructs a matrix from the given vectors and the translation vector.Modifier and TypeMethodDescriptionReturns a copy of this matrix after calculating the sum of this matrix and the given matrix.void
MMatrix4d.addInPlace
(Matrix4d matrix) Sets the value of this matrix to sum of itself and the given matrix.static Matrix4d
Returns a new matrix with the values of the given matrix.static MMatrix4d
Returns a new matrix with the values of the given matrix.Returns a copy of this matrix after calculating the product of this matrix and the given matrix.void
MMatrix4d.multiplyInPlace
(Matrix4d matrix) Sets the value of this matrix to the result of multiplying itself with the given matrix.static MMatrix4d
Returns the product of the two inputed matrixes.void
Sets the values of this matrix to the values of the given matrix.Returns a copy of this matrix after calculating the difference between this matrix and the given matrix.void
MMatrix4d.subtractInPlace
(Matrix4d matrix) Sets the value of this matrix to the matrix difference of itself and the given matrix. -
Uses of Matrix4d in com.solibri.geometry.mesh
Modifier and TypeMethodDescriptionReturns a newTriangleMesh
composed of all the triangles of thisTriangleMesh
transformed by the given transformation matrix. -
Uses of Matrix4d in com.solibri.geometry.primitive3d
-
Uses of Matrix4d in com.solibri.smc.api.model
Modifier and TypeMethodDescriptionModel.getTransformationMatrix()
Get the model's global transformation matrix.