mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
Export
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
#include "omath/Vector3.hpp"
|
||||
#include "omath/Triangle3d.hpp"
|
||||
|
||||
#include "../omath_export.h"
|
||||
|
||||
namespace omath::collision
|
||||
{
|
||||
class Ray
|
||||
class OMATH_API Ray
|
||||
{
|
||||
public:
|
||||
Vector3 start;
|
||||
@@ -21,7 +21,7 @@ namespace omath::collision
|
||||
[[nodiscard]]
|
||||
Vector3 DirectionVectorNormalized() const;
|
||||
};
|
||||
class LineTracer
|
||||
class OMATH_API LineTracer
|
||||
{
|
||||
public:
|
||||
LineTracer() = delete;
|
||||
|
||||
Reference in New Issue
Block a user