mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
fixed for clang
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace omath::unity_engine
|
||||
{
|
||||
Vector3<float> unity_engine::ForwardVector(const ViewAngles& angles)
|
||||
Vector3<float> ForwardVector(const ViewAngles& angles)
|
||||
{
|
||||
const auto vec = MatRotation(angles) * MatColumnFromVector(kAbsForward);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user