GLOW API version 1.0 reference

Back to
Table of contents


module glowViewTransform

General information

The glowViewTransform module contains component classes for transforming the world in 3D, and for allowing user manipulation of the view using the arcball algorithm.

Classes

class GlowTransformData

Transform data object. This object stores an actual 3D transform. It may be used by one or more transform or manipulator components.

class GlowViewTransform

Component that implements a single 3D transform. All child components are drawn in the transformed coordinates.

class GlowViewManipulator

Component that implements a manipulator for a single 3D transform. All child components are drawn in the transformed coordinates.

struct GlowViewTransformParams

Parameter block for creating view transforms.

struct GlowViewManipulatorParams

Parameter block for creating view manipulators.

Back to
Table of contents


The GLOW Toolkit