Minor fixes related to test migration
This commit is contained in:
@@ -113,6 +113,7 @@ public:
|
||||
|
||||
static Vector3 RandomBox(RNG& rng, float min, float max);
|
||||
|
||||
static Vector3 RotateAroundAxis(const Vector3& vec, const Vector3& axis, const float radians);
|
||||
|
||||
static inline Vector3 RandomGeneral(RNG& rng, float minElem, float maxElem) { return RandomBox(rng, minElem, maxElem); }
|
||||
public:
|
||||
|
Reference in New Issue
Block a user