[]
        
(Showing Draft Content)

C1.Util.DX.Animation.PrimitiveInterpolation.AddCubic

AddCubic Method

AddCubic(int, double, float, float, float, float)

HRESULT IUIAnimationPrimitiveInterpolation::AddCubic([In] unsigned int dimension,[In] double beginOffset,[In] float constantCoefficient,[In] float linearCoefficient,[In] float quadraticCoefficient,[In] float cubicCoefficient)

Declaration
public void AddCubic(int dimension, double beginOffset, float constantCoefficient, float linearCoefficient, float quadraticCoefficient, float cubicCoefficient)
Public Sub AddCubic(dimension As Integer, beginOffset As Double, constantCoefficient As Single, linearCoefficient As Single, quadraticCoefficient As Single, cubicCoefficient As Single)
Parameters
Type Name Description
int dimension
double beginOffset
float constantCoefficient
float linearCoefficient
float quadraticCoefficient
float cubicCoefficient