Transformation.Translation (Double, Double, Double) Method

Creates a new transformation of translation. Right column is (dx, dy, dz, 1).
Public Sub Translation( _ 
ByVal dx As Double, _ 
ByVal dy As Double, _ 
Optional ByVal dz As Double = 0 _ 
)
This language is not supported or no code example is available.
public void Translation( 
double dx
double dy
double dz = 0 
)
This language is not supported or no code example is available.

Parameters

dx
double

Amount in X

dy
double

Amount in Y

dz
double

Amount in Z

.NET Framework

Supported in: 4.8

In this article

Definition