Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawQuad ( float  x,
float  y,
float  w,
float  h,
const MFVector colour = MFVector::one,
float  su = 0.0f,
float  sv = 0.0f,
float  du = 1.0f,
float  dv = 1.0f,
const MFMatrix mat = MFMatrix::identity 
)

Draws a textured square.

Parameters
xX coordinate of square.
yY coordinate of square.
wWidth of square.
hHeight of square.
colourColour of square.
suSource U coordinate.
svSource V coordinate.
duDestination U coordinate.
dvDestination V coordinate.
matWorld matrix to be used.
Returns
None.