Remove unimplemented methods
This commit is contained in:
@ -42,8 +42,6 @@
|
||||
#include "core/vector.h"
|
||||
|
||||
class Geometry {
|
||||
Geometry();
|
||||
|
||||
public:
|
||||
static real_t get_closest_points_between_segments(const Vector2 &p1, const Vector2 &q1, const Vector2 &p2, const Vector2 &q2, Vector2 &c1, Vector2 &c2) {
|
||||
Vector2 d1 = q1 - p1; // Direction vector of segment S1.
|
||||
|
||||
Reference in New Issue
Block a user