| Method | Defined by | ||
|---|---|---|---|
|
[static]
| InterpolationUtil | ||
|
[static]
| InterpolationUtil | ||
|
[static]
| InterpolationUtil | ||
|
[static]
| InterpolationUtil | ||
| interpolatePoint | () | method |
public static function interpolatePoint(a:Vertex3D, b:Vertex3D, alpha:Number):Vertex3DParameters
a:Vertex3D |
|
b:Vertex3D |
|
alpha:Number |
Vertex3D |
| interpolatePointTo | () | method |
public static function interpolatePointTo(a:Vertex3D, b:Vertex3D, alpha:Number, dst:Vertex3D):voidParameters
a:Vertex3D |
|
b:Vertex3D |
|
alpha:Number |
|
dst:Vertex3D |
| interpolateUV | () | method |
public static function interpolateUV(a:NumberUV, b:NumberUV, alpha:Number):NumberUVParameters
a:NumberUV |
|
b:NumberUV |
|
alpha:Number |
NumberUV |
| interpolateUVTo | () | method |
public static function interpolateUVTo(a:NumberUV, b:NumberUV, alpha:Number, dst:NumberUV):NumberUVParameters
a:NumberUV |
|
b:NumberUV |
|
alpha:Number |
|
dst:NumberUV |
NumberUV |