summaryrefslogtreecommitdiffstats
path: root/src/collision/ColLine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/collision/ColLine.cpp')
-rw-r--r--src/collision/ColLine.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/collision/ColLine.cpp b/src/collision/ColLine.cpp
new file mode 100644
index 00000000..c6247449
--- /dev/null
+++ b/src/collision/ColLine.cpp
@@ -0,0 +1,9 @@
+#include "common.h"
+#include "ColLine.h"
+
+void
+CColLine::Set(const CVector &p0, const CVector &p1)
+{
+ this->p0 = p0;
+ this->p1 = p1;
+} \ No newline at end of file