Constructs a [3x3] matrix and assigns a given value to all diagonal elements.

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

Syntax

C#
public Matrix3d(
	double value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Double _
)
Visual C++
public:
Matrix3d(
	double value
)

Parameters

value
Type: System..::.Double
A value for all diagonal elements.

See Also