In file ./include/vob/trans/Primitives.hxx:

class Vob::Primitives::GLPerformablePrimitiveTransform

A tag interface for transformations which can be performed by manipulating the OpenGL fixed-function vertex pipeline.

Documentation

A tag interface for transformations which can be performed by manipulating the OpenGL fixed-function vertex pipeline. For instance rotations and transformations can be performed faster by just letting OpenGL combine the transformations into a matrix. Implies the following method:
	void performGL() { }
       

Inheritance:

GLPerformablePrimitiveTransform


Direct child classes:
Unit
TranslateXYZ
ScaleXYZ
RotateXYZ
RotateXY
RotateCenteredXY
Ortho
Box
AffineXY

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.