The matrix element [2,1] in the third row and the second column.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public double a21 { get; set; } |
Visual Basic (Declaration) |
---|
Public Property a21 As Double |
Visual C++ |
---|
public: property double a21 { double get (); void set (double value); } |