-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.CurveKey
← Index ← Namespace Index
public class CurveKey: IEquatable<CurveKey>, IComparable<CurveKey>
Represents a point in a multi-point curve.
Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
CurveContinuity Continuity { get; set; }
Describes whether the segment between this point and the next point in the curve is discrete or continuous.
Position of the CurveKey in the curve.
Describes the tangent when approaching this point from the previous point in the curve.
float TangentOut { get; set; }
Describes the tangent when leaving this point to the next point in the curve.
Describes the value of this point.
CurveKey(float position, float value)
CurveKey(float position, float value, float tangentIn, float tangentOut)
CurveKey(float position, float value, float tangentIn, float tangentOut, CurveContinuity continuity)
Creates a copy of the CurveKey.
Compares this instance to another CurveKey and returns an indication of their relative values.
Determines whether the specified Object is equal to the CurveKey.
Returns a value that indicates whether the current instance is equal to a specified object.
Returns the hash code for this instance.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!