LPoint2i
from panda3d.core import LPoint2i
- class LPoint2i
Bases:
Bases:
LVecBase2i
This is a two-component point in space.
Inheritance diagram
- __add__(other: LVecBase2i) LVecBase2i
- __init__()
- __init__(param0: LPoint2i)
- __init__(copy: LVecBase2i)
- __sub__(other: LVecBase2i) LVecBase2i
- __sub__(other: LVecBase2i) LVecBase2i
- static getClassType() TypeHandle