Click or drag to resize

MatrixCopyDimensions Property

The dimension of the matrix as a vector of (number of cells in x-direction, number of cells in y-direction, number of cells in z-direction).

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public ivec3 Dimensions { get; set; }

Property Value

ivec3
See Also