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

VRageMath.Curve

Malware edited this page Dec 21, 2018 · 42 revisions

Index #Curve Class Namespace: VRageMath
Assembly: VRage.Math.dll
##Summary Stores an arbitrary collection of 2D CurveKey points, and provides methods for evaluating features of the curve they define. ###Properties

Member Description
CurveLoopType PreLoop
CurveLoopType PostLoop
CurveKeyCollection Keys
bool IsConstant
###Methods
Member Description
--- ---
Curve Clone()
void ComputeTangent(int keyIndex, CurveTangent tangentType)
void ComputeTangent(int keyIndex, CurveTangent tangentInType, CurveTangent tangentOutType)
void ComputeTangents(CurveTangent tangentType) Computes all tangents for all CurveKeys in this Curve, using a specified tangent type for both TangentIn and TangentOut.
void ComputeTangents(CurveTangent tangentInType, CurveTangent tangentOutType)
float Evaluate(float position) Finds the value at a position on the Curve.

Clone this wiki locally