Point4I

Engine/source/math/mPoint4.h

4D integer point

More...

Public Attributes

Public Static Attributes

Public Functions

Point4I(S32 _x, S32 _y, S32 _z, S32 _w)
zero()

Zero all values.

Detailed Description

4D integer point

Uses S32 internally. Currently storage only.

Public Attributes

S32 w 
S32 x 
S32 y 
S32 z 

Public Static Attributes

const Point4I One 
const Point4I Zero 

Public Functions

Point4I()

Point4I(S32 _x, S32 _y, S32 _z, S32 _w)

zero()

Zero all values.