Click or drag to resize

Matrix3x2 Constructor

Constructs a Matrix3x2 from the given components.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Matrix3x2(
	double m11,
	double m12,
	double m21,
	double m22,
	double m31,
	double m32
)

Parameters

m11
Type: SystemDouble

[Missing <param name="m11"/> documentation for "M:Karamba.Geometry.Matrix3x2.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m12
Type: SystemDouble

[Missing <param name="m12"/> documentation for "M:Karamba.Geometry.Matrix3x2.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m21
Type: SystemDouble

[Missing <param name="m21"/> documentation for "M:Karamba.Geometry.Matrix3x2.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m22
Type: SystemDouble

[Missing <param name="m22"/> documentation for "M:Karamba.Geometry.Matrix3x2.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m31
Type: SystemDouble

[Missing <param name="m31"/> documentation for "M:Karamba.Geometry.Matrix3x2.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

m32
Type: SystemDouble

[Missing <param name="m32"/> documentation for "M:Karamba.Geometry.Matrix3x2.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also