56 _outer_magnitude = o_mag;
67 _inner_magnitude = i_mag;
78 _cubic_lerping = clerp;
122 return _outer_magnitude;
133 return _inner_magnitude;
144 return _cubic_lerping;
PN_stdfloat get_outer_angle() const
aoe accessor
PN_stdfloat get_radius() const
radius accessor
PN_stdfloat get_outer_magnitude() const
mag accessor
PN_stdfloat get_inner_magnitude() const
mag accessor
PN_stdfloat get_inner_angle() const
aoe accessor
void set_outer_magnitude(PN_stdfloat o_mag)
mag assignment
void set_radius(PN_stdfloat r)
radius assignment
void set_cubic_lerping(bool clerp)
clerp flag
void set_inner_angle(PN_stdfloat i_angle)
aoe assignment
bool get_cubic_lerping() const
clerp flag accessor
void set_outer_angle(PN_stdfloat o_angle)
aoe assignement
void set_inner_magnitude(PN_stdfloat i_mag)
mag assignment