47 _parabola(copy._parabola),
48 _t1(copy._t1), _t2(copy._t2)
60 mark_internal_bounds_stale();
82 mark_internal_bounds_stale();
104 mark_internal_bounds_stale();
const LParabola & get_parabola() const
Returns the parabola specified by this solid.
PN_stdfloat get_t1() const
Returns the starting point on the parabola.
PN_stdfloat get_t2() const
Returns the ending point on the parabola.
void set_t2(PN_stdfloat t2)
Changes the ending point on the parabola.
CollisionParabola()
Creates an invalid parabola.
This defines a parabolic arc, or subset of an arc, similar to the path of a projectile or falling obj...
void set_parabola(const LParabola ¶bola)
Replaces the parabola specified by this solid.
void set_t1(PN_stdfloat t1)
Changes the starting point on the parabola.