Transformation(Double(), Boolean) Constructor

16x array of doubles constructor.
Public Sub New( _ 
ByVal m As Double(), _ 
Optional ByVal byRow As Boolean = true _ 
)
This language is not supported or no code example is available.
public Transformation( 
double[] m
bool byRow = true 
)
This language is not supported or no code example is available.

Parameters

m
double[]

The matrix as an array of 16 doubles (deeply copied) ordered by row or by column

byRow
bool

If true the matrix is loaded by row, else by column

.NET Framework

Supported in: 4.8

In this article

Definition