Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawArrow ( const MFVector pos,
const MFVector dir,
float  length,
float  radius,
const MFVector colour = MFVector::one,
const MFMatrix mat = MFMatrix::identity,
bool  wireframe = false 
)

Draws an arrow.

Parameters
posPoint at the base of the arrow.
dirDirection of the arrow.
lengthThe length of the arrow.
radiusRadius of the arrow.
colourColour of the arrow.
matWorld matrix for rendering.
wireframeRenders the arrow in wireframe.
Returns
None.