Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Curve.ComputeTangent

Malware edited this page Dec 25, 2018 · 15 revisions

IndexCurve

Summary

public void ComputeTangent(int keyIndex, public sealed enum CurveTangent tangentType)

Computes both the TangentIn and the TangentOut for a CurveKey specified by its index.

Returns

Example

Remarks

Summary

public void ComputeTangent(int keyIndex, public sealed enum CurveTangent tangentInType, public sealed enum CurveTangent tangentOutType)

Computes a specified type of TangentIn and a specified type of TangentOut for a given CurveKey.

Returns

Example

Remarks

Clone this wiki locally