2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-07 19:57:48 +00:00

chore: remove unused bsp util methods

This commit is contained in:
Jan Laupetin
2025-11-06 19:37:51 +01:00
parent c67e3d1648
commit e645e5b773
2 changed files with 0 additions and 32 deletions

View File

@@ -17,7 +17,5 @@ namespace BSP
static float distBetweenPoints(T6::vec3_t& p1, T6::vec3_t& p2);
static void convertAnglesToAxis(T6::vec3_t* angles, T6::vec3_t* axis);
static void matrixTranspose3x3(const T6::vec3_t* in, T6::vec3_t* out);
static T6::vec3_t convertStringToVec3(std::string& str);
static std::string convertVec3ToString(T6::vec3_t& vec);
};
} // namespace BSP