S or /
SourceClass Point3d
from skia import Point3d
class Point3d:
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§
@property
def z(self, /) -> float§
@z.setter
def z(self, /, value: float) -> None§
Methods§
def apply(self, /, cb: Any, *args, **kwargs) -> Point3d§
def as2d(self, /) -> Point2d§
def copy(self, /) -> Point3d§
def int(self, /) -> Point3d§
def len(self, /) -> float§
def rotx(self, /, degrees: float) -> Point3d§
def roty(self, /, degrees: float) -> Point3d§
def rotz(self, /, degrees: float) -> Point3d§
def sum(self, /) -> float§
def unit(self, /) -> Point3d§
def zero(self, /) -> bool§