Click or drag to resize

Transform3Translation Method (Double, Double, Double)

Constructs a new translation (move) transformation. Right column is (dx, dy, dz, 1.0).

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Transform3 Translation(
	double dx,
	double dy,
	double dz
)

Parameters

dx
Type: SystemDouble
Distance to translate (move) geometry along the world X axis.
dy
Type: SystemDouble
Distance to translate (move) geometry along the world Y axis.
dz
Type: SystemDouble
Distance to translate (move) geometry along the world Z axis.

Return Value

Type: Transform3
A transform matrix which moves geometry with the specified distances.
Examples