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

VRageMath.MathHelper.CatmullRom

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMathHelper

Summary

public float CatmullRom(float value1, float value2, float value3, float value4, float amount)

Performs a Catmull-Rom interpolation using the specified positions.

Returns

float

Parameters

Clone this wiki locally