de.mirell.m3d

interface IScaleable

All Known Implementing Classes: C3DObject, CVertex

interface IScaleable

    Method Summary

    public scale ( Value: CCoordinate ): Void
    Scale the object in space

    Method Documentation

    scale

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

    The documentation was generated from the following file:
    • IScaleable.as, Last Modified: 20.08.2004 21:27:26