Click or drag to resize

MatrixCopyGetLocalTransformation Method

Returns the transformation matrix of a given child position, relative to the matrix copy.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public dmat4 GetLocalTransformation(
	int xPosition,
	int yPosition,
	int zPosition
)

Parameters

xPosition  Int32
The zero-based x position of the child.
yPosition  Int32
The zero-based y position of the child.
zPosition  Int32
The zero-based z position of the child.

Return Value

dmat4
The transformation matrix.
See Also