LPoint2f
from panda3d.core import LPoint2f
- class LPoint2f
Bases:
LVecBase2f
This is a two-component point in space.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()
- normalized()
C++ Interface: normalized(LPoint2f self)
- /**
Normalizes the vector and returns the normalized vector as a copy. If the
vector was a zero-length vector, a zero length vector will be returned.
*/