LPoint4i
from panda3d.core import LPoint4i
- class LPoint4i
Bases:
Bases:
LVecBase4i
This is a four-component point in space.
Inheritance diagram
- __add__(other: LVecBase4i) LVecBase4i
- __init__()
- __init__(param0: LPoint4i)
- __init__(copy: LVecBase3i, w: int)
- __init__(copy: LVecBase4i)
- __init__(fill_value: int)
- __sub__(other: LVecBase4i) LVecBase4i
- __sub__(other: LVecBase4i) LVecBase4i
- static getClassType() TypeHandle