de.mirell.m3d

interface ITranslateable

All Known Subinterfaces: IPositionable

interface ITranslateable

    Method Summary

    public translate ( Value: CCoordinate ): Void
    Translate the position of the object

    Method Documentation

    translate

    public function translate (
    Value: CCoordinate): Void
    Translate the position of the object
    • Parameters:
      Value
      The amount to translate the object's position's x,y and z values using a CCoordinate
    • Example:
      My3DObject.translate( new CCoordinate(10,50,40) );

    The documentation was generated from the following file:
    • ITranslateable.as, Last Modified: 20.08.2004 22:41:56