Function:ds2vbbp
From S2PLOT
ds2vbbp
Draw a "billboard" with aspect ratio.
Prototype
void ds2vbbp(XYZ iP, XYZ offset, float aspect,
float isize, COLOUR iC, unsigned int itexid, float alpha, char trans);
Description
Draw a "billboard" with aspect ratio: width:height instead of stretch, and offset in screen coords (x,y) [offset.z ignored].
See Also
Code Example
Back to S2PLOT function list.
Back to template page.