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

VRageMath.MathHelper.Hermite

Malware edited this page May 4, 2019 · 16 revisions

IndexNamespace IndexMathHelper

Summary

public static float Hermite(float value1, float tangent1, float value2, float tangent2, float amount)

Performs a Hermite spline interpolation.

Returns

float

Parameters

Clone this wiki locally