See: Description
Class | Description |
---|---|
Clock |
Provides functionality for time measurement.
|
Time |
Represents a time period and provides functionality to convert between
various time units, as well as arithmetic operations on time intervals.
|
Vector2f |
Represents two-dimensional vectors using floating point coordinates and provides
arithmetic operations on floating point 2D vectors.
|
Vector2i |
Represents two-dimensional vectors using integer coordinates and provides
arithmetic operations on integral 2D vectors.
|
Vector3f |
Represents three-dimensional vectors using floating point coordinates and provides
arithmetic operations on floating point 3D vectors.
|
Vector3i |
Represents three-dimensional vectors using integer coordinates and provides
arithmetic operations on integral 3D vectors.
|