Packagecom.afcomponents.umap.math
Classpublic class Smooth

Smooth



Public Properties
 PropertyDefined by
  _smooth : Array
Smooth
  t : uint
Smooth
  type : String
Smooth
Public Constants
 ConstantDefined 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
Property detail
_smoothproperty
public var _smooth:Array
tproperty 
t:uint  [read-write]

Implementation
    public function get t():uint
    public function set t(value:uint):void
typeproperty 
type:String  [read-write]

Implementation
    public function get type():String
    public function set type(value:String):void
Constant detail
BSPLINEconstant
public static const BSPLINE:String = "bspline"

CHAIKINconstant 
public static const CHAIKIN:String = "chaikin"

CUBIC_SPLINEconstant 
public static const CUBIC_SPLINE:String = "cubicSpline"

GEODESICconstant 
public static const GEODESIC:String = "geodesic"

NONEconstant 
public static const NONE:String = "none"

SMOOTHconstant 
public static const SMOOTH:String = "smooth"

SMOOTH_VERTEXconstant 
public static const SMOOTH_VERTEX:String = "smoothVertex"