LPoint2d
from panda3d.core import LPoint2d
- class LPoint2d
Bases:
Bases:
LVecBase2d
This is a two-component point in space.
Inheritance diagram
- __add__(other: LVecBase2d) LVecBase2d
- __init__()
- __init__(param0: LPoint2d)
- __init__(copy: LVecBase2d)
- __sub__(other: LVecBase2d) LVecBase2d
- __sub__(other: LVecBase2d) LVecBase2d
- static getClassType() TypeHandle
- normalized() LPoint2d
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.
- project(onto: LVecBase2d) LPoint2d
Returns a new vector representing the projection of this vector onto another one. The resulting vector will be a scalar multiple of onto.