mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
7 lines
136 B
C++
7 lines
136 B
C++
#pragma once
|
|
|
|
#include "JSystem/JGeometry/TVec.hpp"
|
|
|
|
namespace MR {
|
|
void polarToCross(const TVec3f &, TVec3f *, float, float, float);
|
|
} |