S or /
SourceClass Point2d
from skia import Point2d
class Point2d:
Properties§
@property
def ts(self, /) -> float |None§
@ts.setter
def ts(self, /, value: float |None) -> None§
@property
def x(self, /) -> float§
@x.setter
def x(self, /, value: float) -> None§
@property
def y(self, /) -> float§
@y.setter
def y(self, /, value: float) -> None§
Methods§
def apply(self, /, cb: Any, *args, **kwargs) -> Point2d§
def as3d(self, /) -> Point3d§
def copy(self, /) -> Point2d§
def int(self, /) -> Point2d§
def len(self, /) -> float§
def rot(self, /, degrees: float) -> Point2d§
def sum(self, /) -> float§
def unit(self, /) -> Point2d§
def zero(self, /) -> bool§