Rasterfarm-SDK
Loading...
Searching...
No Matches
Raster Namespace Reference

API for creating objects, views, and scene-graphs for rasterization. More...

Classes

class  Camera
 
class  CameraTracker
 
class  Node
 ADT class for applying transforms in a hereditary and directed graph. Each instantiation of this class is in essence a root-node and forms a parent-child relationship whereby the child inherits the parent's transform. More...
 

Typedefs

typedef List< Node * > NodeList
 
typedef HeapArray< Node * > NodeArray
 

Detailed Description

API for creating objects, views, and scene-graphs for rasterization.

Typedef Documentation

◆ NodeArray

typedef HeapArray< Node * > Raster::NodeArray

◆ NodeList

typedef List< Node * > Raster::NodeList