This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.CurveKey
Malware edited this page Dec 25, 2018
·
49 revisions
← Index
private public CurveKey
```csharp
**Namespace:** [VRageMath](VRageMath)
**Assembly:** VRage.Math.dll
### Example
### Remarks
###### Properties
|Member|Description|
|---|---|
|[Position](VRageMath.CurveKey.Position)|Position of the CurveKey in the curve.|
|[Value](VRageMath.CurveKey.Value)|Describes the value of this point.|
|[TangentIn](VRageMath.CurveKey.TangentIn)|Describes the tangent when approaching this point from the previous point in the curve.|
|[TangentOut](VRageMath.CurveKey.TangentOut)|Describes the tangent when leaving this point to the next point in the curve.|
|[Continuity](VRageMath.CurveKey.Continuity)|Describes whether the segment between this point and the next point in the curve is discrete or continuous.|
###### Methods
|Member|Description|
|---|---|
|[Clone()](VRageMath.CurveKey.Clone)|Creates a copy of the CurveKey.|
|[Equals(CurveKey)](VRageMath.CurveKey.Equals)|Determines whether the specified Object is equal to the CurveKey.|
|[Equals(object)](VRageMath.CurveKey.Equals)|Returns a value that indicates whether the current instance is equal to a specified object.|
|[GetHashCode()](VRageMath.CurveKey.GetHashCode)|Returns the hash code for this instance.|
|[CompareTo(CurveKey)](VRageMath.CurveKey.CompareTo)|Compares this instance to another CurveKey and returns an indication of their relative values.|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!