camera3d.manipulation
Interface ScalableObject

All Known Implementing Classes:
VcObject

public interface ScalableObject

Interface to be implemented by objects which should be scaled by mouse manipulation.

Version:
22/05/2003
Author:
Carlos da Silva dos Santos, Fábio Roberto de Miranda

Method Summary
 boolean isLive()
          Returns flag indicating whether this object is part of a live scene graph.
 void scaleRelative(TransformScope scope, double scale)
          Scales object relative to its local axis system.
 

Method Detail

isLive

public boolean isLive()
Returns flag indicating whether this object is part of a live scene graph.


scaleRelative

public void scaleRelative(TransformScope scope,
                          double scale)
Scales object relative to its local axis system.

Parameters:
scope - scope affected by rotation.
scale -


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.