FMatrix2 Class

Single floating point 2x2 linear matrix.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FMatrix2
Inheritance
Object    FMatrix2

Remarks

This matrix is uniform by default when instantiated.

This matrix can perform linear and 2D operations only. If you need to perform translation, consider using the FMatrix3 instead.

Constructors

FMatrix2 Create a new Instance of the FMatrix2 Item.

Properties

Values Get/Set a reference to the array of values in this matrix.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IsEmpty Return a value indicating whether the specified matrix is empty.
MemberwiseClone
(Inherited from Object)
Multiply Multiply a vector by a transformation and return the result.
Rotate(FPoint, Single) Rotate the 2D point by a specified angle, in radians.
Rotate(FVector2, Single) Rotate the 2D vector by a specified angle, in radians.
ToString
(Inherited from Object)

See Also