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

VRageMath.Vector4.SmoothStep

Malware edited this page May 4, 2019 · 18 revisions

IndexNamespace IndexVector4

Summary

public static Vector4 SmoothStep(Vector4 value1, Vector4 value2, float amount)

Interpolates between two values using a cubic equation.

Returns

Vector4

Parameters

Summary

public static void SmoothStep(ref Vector4 value1, ref Vector4 value2, float amount, ref Vector4 result)

Interpolates between two values using a cubic equation.

Parameters

Clone this wiki locally