Packageorg.papervision3d.core.math.util
Classpublic class InterpolationUtil



Public Methods
 MethodDefined by
  
[static]
InterpolationUtil
  
interpolatePointTo(a:Vertex3D, b:Vertex3D, alpha:Number, dst:Vertex3D):void
[static]
InterpolationUtil
  
interpolateUV(a:NumberUV, b:NumberUV, alpha:Number):NumberUV
[static]
InterpolationUtil
  
[static]
InterpolationUtil
Method detail
interpolatePoint()method
public static function interpolatePoint(a:Vertex3D, b:Vertex3D, alpha:Number):Vertex3DParameters
a:Vertex3D
 
b:Vertex3D
 
alpha:Number

Returns
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

Returns
NumberUV
interpolateUVTo()method 
public static function interpolateUVTo(a:NumberUV, b:NumberUV, alpha:Number, dst:NumberUV):NumberUVParameters
a:NumberUV
 
b:NumberUV
 
alpha:Number
 
dst:NumberUV

Returns
NumberUV