ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
ObjectAlign.h File Reference

Provides the ObjectAlign class for aligning 3D objects within defined 2D camera bounds. More...

Include dependency graph for ObjectAlign.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObjectAlign
 Handles aligning and transforming 3D objects to fit within specified 2D camera bounds. More...
 

Detailed Description

Provides the ObjectAlign class for aligning 3D objects within defined 2D camera bounds.

The ObjectAlign class is useful for positioning, scaling, and orienting 3D objects (or collections of objects) relative to a 2D screen area (defined by min/max camera coordinates). It calculates transformations needed to align objects in a plane while providing options for mirroring and different justification modes.

Definition in file ObjectAlign.h.