Matrix2d(Matrix2d) Constructor
Public Sub New( _
ByVal m As Matrix2d _
)
This language is not supported or no code example is available.
public Matrix2d(
Matrix2d m
)
This language is not supported or no code example is available.
public:
Matrix2d(
Matrix2d^ m
)
This language is not supported or no code example is available.
Parameters
- m
- Matrix2d
The object to copy.