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

Member Description
float Position
float Value
float TangentIn
float TangentOut
CurveContinuity Continuity
###Methods
Member Description
--- ---
CurveKey Clone()
bool Equals(CurveKey other) Determines whether the specified Object is equal to the CurveKey.
bool Equals(Object obj) Returns a value that indicates whether the current instance is equal to a specified object.
int GetHashCode()
int CompareTo(CurveKey other) Compares this instance to another CurveKey and returns an indication of their relative values.

Clone this wiki locally