Public Member Functions

ScalableProxyBase Class Reference

Base class for all scalable object proxies. More...

Inheritance diagram for ScalableProxyBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ScalableProxyBase (const ScalableProxyBase &p)
DelayedDispatch set_scale (float scale)
 Set the scale of the object to scale, uniformly along all three axes.
DelayedDispatch set_scale (float x_scale, float y_scale, float z_scale)
 Set the object's scale along the three different axes.

Detailed Description

Base class for all scalable object proxies.


Member Function Documentation

DelayedDispatch set_scale ( float  scale  )  [inline]

Set the scale of the object to scale, uniformly along all three axes.

The scaling is performed along the local axes of the object.

Precondition:
scale > 0
DelayedDispatch set_scale ( float  x_scale,
float  y_scale,
float  z_scale 
)

Set the object's scale along the three different axes.

The scaling is performed along the local axes of the object.

Precondition:
x_scale, y_scale, z_scale > 0

The documentation for this class was generated from the following files: