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

VRageMath.Vector3.CatmullRom

Malware edited this page Dec 25, 2018 · 19 revisions

IndexNamespace IndexVector3

Summary

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

Performs a Catmull-Rom interpolation using the specified positions.

Returns

Vector3

Parameters

Summary

public void CatmullRom(ref Vector3 value1, ref Vector3 value2, ref Vector3 value3, ref Vector3 value4, float amount, ref Vector3 result)

Performs a Catmull-Rom interpolation using the specified positions.

Parameters

Clone this wiki locally