Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawUntexturedQuadV ( const MFVector min,
const MFVector max,
const MFVector colour = MFVector::one,
const MFMatrix mat = MFMatrix::identity 
)

Draws an untextured square.

Parameters
minMin coordinate of the square.
maxMax coordinate of the square.
colourColour of square.
matWorld matrix to be used.
Returns
None.