For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo struct
Interpolator
struct Interpolator[mode: InterpolationMode]
Holds interpolation filter state and applies the filter for a given interpolation mode.
Fieldsβ
- βcubic_coeff (
Float32):
Implemented traitsβ
AnyType,
Copyable,
Defaultable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable,
RegisterPassable,
TrivialRegisterPassable
Methodsβ
__init__β
def __init__(cubic_coeff: Float32) -> Self
def __init__() -> Self