Represents a single segment of an SN-Curve.
SnCurveSegment( |
| ) |
Creates an SnCurveSegment.
m float | The m value of the segment. |
loga float | The logA value of the segment. |
Gets the m value of the segment.
void m( |
| ) |
Sets the m value of the segment.
val float | The m value to set. |
Gets the logA value of the segment.
void logA( |
| ) |
Sets the logA value of the segment.
val float | The logA value to set. |
Typedef for a map of angle IDs (uint8) to damage angles (float).
Typedef for a map of segment IDs (uint8) to SnCurveSegment objects.