The matrix element [2,0] in the third row and the first column.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double a20 { get; set; }
Visual Basic (Declaration)
Public Property a20 As Double
Visual C++
public:
property double a20 {
	double get ();
	void set (double value);
}

Field Value

The element in the third row and the first column of the matrix.

See Also