Initializes a new instance of the 
Matrix3d class
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Matrix3d(
        double[] data
)
 
Public Sub New ( 
        data As Double()
)
 
public:
Matrix3d(
        array<double>^ data
)
 
new : 
        data : float[] -> Matrix3d
 
 
 
Parameters
- data  Double
 
-  
 
 
See Also