Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.CurveKey

Malware edited this page Dec 21, 2018 · 49 revisions

Index

CurveKey Class

Namespace: VRageMath
Assembly: VRage.Math.dll

Summary

Represents a point in a multi-point curve.

Properties

[`float Position`](VRageMath.Position) Position of the CurveKey in the curve.
[`float Value`](VRageMath.Value) Describes the value of this point.
[`float TangentIn`](VRageMath.TangentIn) Describes the tangent when approaching this point from the previous point in the curve.
[`float TangentOut`](VRageMath.TangentOut) Describes the tangent when leaving this point to the next point in the curve.
[`CurveContinuity Continuity`](VRageMath.Continuity) Describes whether the segment between this point and the next point in the curve is discrete or continuous.
### Methods
[`CurveKey Clone()`](VRageMath.Clone) Creates a copy of the CurveKey.
[`bool Equals(CurveKey other)`](VRageMath.Equals) Determines whether the specified Object is equal to the CurveKey.
[`bool Equals(Object obj)`](VRageMath.Equals) Returns a value that indicates whether the current instance is equal to a specified object.
[`int GetHashCode()`](VRageMath.GetHashCode) Returns the hash code for this instance.
[`int CompareTo(CurveKey other)`](VRageMath.CompareTo) Compares this instance to another CurveKey and returns an indication of their relative values.

Clone this wiki locally