C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Animation Namespace / PrimitiveInterpolation Class / AddCubic Method

In This Topic
AddCubic Method
In This Topic
HRESULT IUIAnimationPrimitiveInterpolation::AddCubic([In] unsigned int dimension,[In] double beginOffset,[In] float constantCoefficient,[In] float linearCoefficient,[In] float quadraticCoefficient,[In] float cubicCoefficient)
Syntax
'Declaration
 
Public Sub AddCubic( _
   ByVal dimension As System.Integer, _
   ByVal beginOffset As System.Double, _
   ByVal constantCoefficient As System.Single, _
   ByVal linearCoefficient As System.Single, _
   ByVal quadraticCoefficient As System.Single, _
   ByVal cubicCoefficient As System.Single _
) 
 

Parameters

dimension
beginOffset
constantCoefficient
linearCoefficient
quadraticCoefficient
cubicCoefficient
See Also