Transformation(Double(,)) Constructor

4x4 square array of doubles constructor.
Public Sub New( _ 
ByVal m As Double(,) _ 
)
This language is not supported or no code example is available.
public Transformation( 
double[,] m 
)
This language is not supported or no code example is available.

Parameters

m
double[,]

The matrix (deeply copied)

.NET Framework

Supported in: 4.8

In this article

Definition