TexturedPoly Constructs a new textured polygon with the specified texture and rotation pivot. Constructs a new textured polygon with the specified texture, vertices from an STL container and a rotation pivot. Constructs a new textured polygon with the specified texture, vertices from an an array and a rotation pivot. Examples Bitmap myBmp( ... );
// Construct a new textured polygon with myBmp as the texture // TexturedPoly myPoly( myBmp ); |