Core 1.0
|
A vertex skeleton with a cubic falloff. More...
#include <smooth.h>
Public Member Functions | |
SmoothVertex2 (const Vector2 &, const double &) | |
Create a smooth disc. More... | |
double | Value (const Vector2 &) const |
Compute the intensity. More... | |
Box2 | GetBox () const |
Compute the bounding box. | |
Protected Attributes | |
Vector2 | c |
Center. | |
double | r |
Falloff radius. | |
A vertex skeleton with a cubic falloff.
|
explicit |
Create a smooth disc.
c | Center. |
r | Falloff radius. |
double SmoothVertex2::Value | ( | const Vector2 & | p | ) | const |
Compute the intensity.
p | Point. |