Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 440 Bytes

File metadata and controls

24 lines (19 loc) · 440 Bytes

Class Point

Inherit

  • object

Methods

__init__(self) -> None
__init__(self, float, float) -> None
__init__(self, float, float, float) -> None
__eq__(self, GSRoot.Point) -> bool
__ne__(self, GSRoot.Point) -> bool
__str__(self) -> unicode

GetScale(self) -> float
GetX(self) -> float
GetY(self) -> float
Offset(self, float, float) -> None
Set(self, float, float) -> None
SetX(self, float) -> None
SetY(self, float) -> None