// // Math and Linear Algebra stuff. // #include "algebra.h" // ============================================================================ // Linear Algebra functions. float DistancePointSegmentSquared(const Point3& Pt, const Point3& SegStart, const Point3& SegEnd) { return 0; }