Riwmorld
|
Public Member Functions | |
void | Add (float x, float y) |
void | Add (CurvePoint newPoint) |
IEnumerable< string > | ConfigErrors (string prefix) |
float | Evaluate (float x) |
IEnumerator< CurvePoint > | GetEnumerator () |
float | PeriodProbabilityFromCumulative (float startX, float span) |
void | RemovePointNear (CurvePoint point) |
void | SetPoints (IEnumerable< CurvePoint > newPoints) |
void | SortPoints () |
Properties | |
IEnumerable< CurvePoint > | AllPoints [get] |
bool | HasView [get] |
CurvePoint | this[int i] [get] |
int | PointsCount [get] |
SimpleCurveView | View [get] |