MatrixCopyGetLocalTransformation Method |
Returns the transformation matrix of a given child position, relative to the matrix copy.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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
dmat4The transformation matrix.
See Also