![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the IndexGroup class for handling a group of three unsigned integer indices. More...
#include <Arduino.h>
Go to the source code of this file.
Classes | |
class | IndexGroup |
Represents a group of three unsigned integer indices. More... | |
Defines the IndexGroup class for handling a group of three unsigned integer indices.
The IndexGroup class provides functionality to manage and perform arithmetic operations on groups of three indices, such as addition, subtraction, multiplication, and division. It is useful for managing vertex or element indices in various computational contexts.
22/12/2024 22/12/2024
Definition in file IndexGroup.h.