Oficina Framework  1.3
Games Framework
vec2t Types

Typedefs

typedef vec2t< double > vec2d
 A class representing a point in 2D space, with double precision. More...
 
typedef vec2t< bytevec2b
 A class representing a point in 2D space, with byte precision. More...
 
typedef vec2t< wordvec2w
 A class representing a point in 2D space, with word precision. More...
 
typedef vec2t< dwordvec2dw
 A class representing a point in 2D space, with double word precision. More...
 
typedef vec2t< qwordvec2qw
 A class representing a point in 2D space, with quad word precision. More...
 
typedef vec2t< byte_svec2sb
 A class representing a point in 2D space, with signed byte precision. More...
 
typedef vec2t< word_svec2sw
 A class representing a point in 2D space, with signed word precision. More...
 
typedef vec2t< dword_svec2sdw
 A class representing a point in 2D space, with signed double word precision. More...
 
typedef vec2t< qword_svec2sqw
 A class representing a point in 2D space, with signed quad word precision. More...
 

Detailed Description

Typedefs for using vec2t<T>.

See also
vec2t
Data Types

Typedef Documentation

◆ vec2b

typedef vec2t<byte> vec2b

A class representing a point in 2D space, with byte precision.

◆ vec2d

typedef vec2t<double> vec2d

A class representing a point in 2D space, with double precision.

◆ vec2dw

typedef vec2t<dword> vec2dw

A class representing a point in 2D space, with double word precision.

◆ vec2qw

typedef vec2t<qword> vec2qw

A class representing a point in 2D space, with quad word precision.

◆ vec2sb

typedef vec2t<byte_s> vec2sb

A class representing a point in 2D space, with signed byte precision.

◆ vec2sdw

typedef vec2t<dword_s> vec2sdw

A class representing a point in 2D space, with signed double word precision.

◆ vec2sqw

typedef vec2t<qword_s> vec2sqw

A class representing a point in 2D space, with signed quad word precision.

◆ vec2sw

typedef vec2t<word_s> vec2sw

A class representing a point in 2D space, with signed word precision.

◆ vec2w

typedef vec2t<word> vec2w

A class representing a point in 2D space, with word precision.