Utility.Translated Method

Craetes a translation matrix and muliplies the original matrix by it.
Public Shared Sub Translated( _ 
ByVal dx As Double, _ 
ByVal dy As Double, _ 
ByVal dz As Double, _ 
ByRef original As Double() _ 
)
This language is not supported or no code example is available.
public static void Translated( 
double dx
double dy
double dz
ref double[] original 
)
This language is not supported or no code example is available.

Parameters

dx
double

The X translation coefficient

dy
double

The Y translation coefficient

dz
double

The Z translation coefficient

original
double[]

The matrix to multiply

.NET Framework

Supported in: 4.8

In this article

Definition