Transformation.Translation (Vector3D) Method

Creates a new transformation of translation. Right column is (v.X, v.Y, v.Z, 1).
Public Sub Translation( _ 
ByVal v As Vector3D
)
This language is not supported or no code example is available.
public void Translation( 
Vector3D v 
)
This language is not supported or no code example is available.

Parameters

v
Vector3D

Delta vector

.NET Framework

Supported in: 4.8

In this article

Definition