CollisionParabola
from panda3d.core import CollisionParabola
- class CollisionParabola
Bases:
Bases:
CollisionSolid
This defines a parabolic arc, or subset of an arc, similar to the path of a projectile or falling object. It is finite, having a specific beginning and end, but it is infinitely thin.
Think of it as a wire bending from point t1 to point t2 along the path of a pre-defined parabola.
Inheritance diagram
- __init__()
Creates an invalid parabola.
- __init__(parabola: LParabola, t1: float, t2: float)
Creates a parabola with the endpoints between t1 and t2 in the parametric space of the parabola.
- static getClassType() TypeHandle