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,
Deinitable,
ImplicitlyCopyable,
Movable,
RegisterPassable,
TrivialRegisterPassable
Methods
__init__
def __init__(cubic_coeff: Float32) -> Self
def __init__() -> Self