interpolate_cubic method

interpolate_cubic {#System.Collections.Generic.IReadOnlyList-System.Collections.Generic.IReadOnlyList-System.Collections.Generic.IReadOnlyList-System.Collections.Generic.IReadOnlyList-float}

def interpolate_cubic(self, start, outgoing_tangent, end, incoming_tangent, amount):
    ...
ParameterTypeDescription
startSystem.Collections.Generic.IReadOnlyList
outgoing_tangentSystem.Collections.Generic.IReadOnlyList
endSystem.Collections.Generic.IReadOnlyList
incoming_tangentSystem.Collections.Generic.IReadOnlyList
amountfloat

See Also