45 IndexGroup(
unsigned int X,
unsigned int Y,
unsigned int Z);
Represents a group of three unsigned integer indices.
String ToString()
Converts the IndexGroup to a string representation.
IndexGroup Divide(IndexGroup indexGroup)
Divides two IndexGroup objects component-wise.
unsigned int C
Third index in the group.
IndexGroup Subtract(IndexGroup indexGroup)
Subtracts two IndexGroup objects component-wise.
IndexGroup Add(IndexGroup indexGroup)
Adds two IndexGroup objects component-wise.
unsigned int A
First index in the group.
IndexGroup Multiply(IndexGroup indexGroup)
Multiplies two IndexGroup objects component-wise.
IndexGroup()
Default constructor.
unsigned int B
Second index in the group.