LPoint2d
from panda3d.core import LPoint2d
- class LPoint2d
Bases:
LVecBase2d
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(LPoint2d 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.
*/