C# Класс BEPUutilities2.Vector3x

Extra functionality for the Vector3 struct.
Hopefully, all of this should eventually go away as the System.Numerics.Vectors improves.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
Cross ( Vector3 &a, Vector3 &b, Vector3 &result ) : void
Lerp ( Vector3 &a, Vector3 &b, float t, Vector3 &result ) : void