Matrix2
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gimp_matrix2_get_type ()" ) ]
[ Compact ]
public class Matrix2
Content:
Methods:
- public double determinant ()
Calculates the determinant of the given matrix.
- public void identity ()
Sets the matrix to the identity matrix.
- public void invert ()
Inverts the given matrix.
- public void mult (Matrix2 right)
Multiplies two matrices and puts the result into the second one.
- public void transform_point (double x, double y, out double newx, out double newy)
Transforms a point in 2D as specified by the transformation matrix.
Fields: