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

VRageMath.MatrixD.SlerpScale

Malware edited this page Dec 25, 2018 · 23 revisions

IndexMatrixD

Summary

private public void SlerpScale(ref private public sealed struct.MatrixD matrix1, ref private public sealed struct.MatrixD matrix2, float amount, ref private public sealed struct.MatrixD result)

Performs spherical linear interpolation of position and rotation and scale.

Returns

Example

Remarks

Summary

private public void SlerpScale(private public sealed struct.MatrixD matrix1, private public sealed struct.MatrixD matrix2, float amount, ref private public sealed struct.MatrixD result)

Performs spherical linear interpolation of position and rotation and scale.

Returns

Example

Remarks

Summary

private public private public sealed struct.MatrixD SlerpScale(private public sealed struct.MatrixD matrix1, private public sealed struct.MatrixD matrix2, float amount)

Performs spherical linear interpolation of position and rotation and scale.

Returns

Example

Remarks

Clone this wiki locally