| Constant | Defined by | ||
|---|---|---|---|
| BSPLINE : String = "bspline" [static]
| Smooth | ||
| CHAIKIN : String = "chaikin" [static]
| Smooth | ||
| CUBIC_SPLINE : String = "cubicSpline" [static]
| Smooth | ||
| GEODESIC : String = "geodesic" [static]
| Smooth | ||
| NONE : String = "none" [static]
| Smooth | ||
| SMOOTH : String = "smooth" [static]
| Smooth | ||
| SMOOTH_VERTEX : String = "smoothVertex" [static]
| Smooth | ||
| _smooth | property |
public var _smooth:Array
| t | property |
t:uint [read-write]Implementation
public function get t():uint
public function set t(value:uint):void
| type | property |
type:String [read-write]Implementation
public function get type():String
public function set type(value:String):void
| BSPLINE | constant |
public static const BSPLINE:String = "bspline"
| CHAIKIN | constant |
public static const CHAIKIN:String = "chaikin"
| CUBIC_SPLINE | constant |
public static const CUBIC_SPLINE:String = "cubicSpline"
| GEODESIC | constant |
public static const GEODESIC:String = "geodesic"
| NONE | constant |
public static const NONE:String = "none"
| SMOOTH | constant |
public static const SMOOTH:String = "smooth"
| SMOOTH_VERTEX | constant |
public static const SMOOTH_VERTEX:String = "smoothVertex"