LVector2i¶
from panda3d.core import LVector2i
-
class
LVector2i
¶ Bases:
LVecBase2i
This is a two-component vector offset.
Inheritance diagram
-
__add__
(other: LVecBase2i) → LVecBase2i¶
-
__init__
()¶
-
__init__
(copy: LVecBase2i)
-
__init__
(param0: LVector2i)
-
__sub__
(other: LVecBase2i) → LVecBase2i¶
-
__sub__
(other: LVecBase2i) → LVecBase2i¶
-
static
getClassType
() → TypeHandle¶
-