LPoint4i
from panda3d.core import LPoint4i
- class LPoint4i
Bases:
LVecBase4i
This is a four-component point in space.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getXyz()
C++ Interface: get_xyz(LPoint4i self)
- /**
Returns the x, y and z component of this vector
*/
- get_class_type()
C++ Interface: get_class_type()
- get_xyz()
C++ Interface: get_xyz(LPoint4i self)
- /**
Returns the x, y and z component of this vector
*/
- xy
- xyz