Namespaces

Types in MathNet.Spatial.Euclidean

Type Matrix2D

Namespace MathNet.Spatial.Euclidean

Helper class for creating matrices for manipulating 2D-elements

Static Functions

Public Static Functions

DenseMatrix Create(double m11, double m12, double m21, double m22)

Creates an arbitrary 2D transform
Parameters
double m11

Element at m[1,1]

double m12

Element at m[1,2]

double m21

Element at m[2,1]

double m22

Element at m[2,2]

Return
DenseMatrix

A transform matrix

DenseMatrix Rotation(Angle rotation)

Creates a rotation about the z-axis
Parameters
Angle rotation

The angle of rotation

Return
DenseMatrix

A transform matrix