Canvas Library
 

circular Library Method

Short Description: Approximate Circular

Signature: f.circular ()
Class: taccglFlexiBorder Class
 

The object approximated by a regular polygon built from triangles, more precisely by an n-gon where n is the number given by nparts. All triangles share center point.

Examples

var a=taccgl.actor("testimg",taccgl.flexiBorder).circular().Circle1().start();
RUN
var a=taccgl.actor("testimg",taccgl.flexiBorder).circular().Circle1(); a.resize(null,null,a.h,a.h).dur(5).start();
RUN
var a=taccgl.actor("testimg",taccgl.flexiBorder).circular().Circle1(); a.resize(null,null,a.h,a.h).flyOut(a.x+(a.w-a.h)/2,a.y,0).start();
RUN
var a=taccgl.actor("Layout",taccgl.flexiBorder).test2().circular().Circle1(); a.resize(null,null,a.h,a.h).dur(15).start();
RUN
Next Page:taccglFlexiBorder.test2 - Show test pattern
Previous Page: taccglFlexiBorder.vertical - Approximate Vertically