vfoTransformFluidShape
vfoTransformFluidShape( (shapeObjvfoShapeData)transform) =>g_instance/ nil
Description
Applies the transform to the given shapeData. This function modifies the given shapeData object and returns it.
Arguments
Value Returned
|
Instance of the protocol class whose name is stored on the |
|
|
Class object is not returned if the protocol class property is not set on the |
Example
transform ='((10 10) "R0" 1) => ((10 10) "R0" 1) shapeData = vfoCreateShapeData("rect" '(0:0 10:10)) => stdobj@0x148f51e0 vfoTransformFluidShape(shapeData transform) => stdobj@0x1b073050 shapeData~>?? => (shapeType "rect" bBox ((10.0 10.0) (20.0 20.0)))
Return to top