![]() |
Oficina Framework
1.3
Games Framework
|
Typedefs | |
typedef vec2t< double > | vec2d |
A class representing a point in 2D space, with double precision. More... | |
typedef vec2t< byte > | vec2b |
A class representing a point in 2D space, with byte precision. More... | |
typedef vec2t< word > | vec2w |
A class representing a point in 2D space, with word precision. More... | |
typedef vec2t< dword > | vec2dw |
A class representing a point in 2D space, with double word precision. More... | |
typedef vec2t< qword > | vec2qw |
A class representing a point in 2D space, with quad word precision. More... | |
typedef vec2t< byte_s > | vec2sb |
A class representing a point in 2D space, with signed byte precision. More... | |
typedef vec2t< word_s > | vec2sw |
A class representing a point in 2D space, with signed word precision. More... | |
typedef vec2t< dword_s > | vec2sdw |
A class representing a point in 2D space, with signed double word precision. More... | |
typedef vec2t< qword_s > | vec2sqw |
A class representing a point in 2D space, with signed quad word precision. More... | |
Typedefs for using vec2t<T>.
A class representing a point in 2D space, with signed double word precision.
A class representing a point in 2D space, with signed quad word precision.