82 PN_stdfloat r = _radius;
83 if (_falloff == FT_ONE_OVER_R_SQUARED)
85 else if (_falloff == FT_ONE_OVER_R_CUBED)
PN_stdfloat get_scalar_term() const
calculate the term based on falloff
void set_falloff_type(FalloffType ft)
falloff_type encapsulating wrap
LPoint3 get_force_center() const
force_center query
PN_stdfloat get_radius() const
radius query
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
void set_radius(PN_stdfloat r)
set the radius
void set_force_center(const LPoint3 &p)
set the force center
FalloffType get_falloff_type() const
falloff_type query