animator.skia.CubicMap¶
- class animator.skia.CubicMap¶
Bases:
pybind11_builtins.pybind11_object- __init__(self: animator.skia.CubicMap, p1: animator.skia.Point, p2: animator.skia.Point) None¶
Methods
IsLinear(p1, p2)__init__(self, p1, p2)computeFromT(self, t)computeYFromX(self, x)- static IsLinear(p1: animator.skia.Point, p2: animator.skia.Point) bool¶
- computeFromT(self: animator.skia.CubicMap, t: float) animator.skia.Point¶
- computeYFromX(self: animator.skia.CubicMap, x: float) float¶