#include <math/Segment.h>
Inherited by IGS_Segment.
Inheritance diagram for Segment:
Public Member Functions | |
Segment (const Vector4 &p0, const Vector4 &p1) | |
double | Distance (const Vector4 &p) const |
double | DistanceSquared (const Vector4 &p) const |
double | Distance (const Segment &s) const |
double | DistanceSquared (const Segment &s) const |
Public Attributes | |
Vector4 | p0 |
Vector4 | p1 |
Definition at line 6 of file Segment.h.
|
Definition at line 10 of file Segment.cpp. Referenced by MPK::Segment::Clone(). |
|
Definition at line 33 of file Segment.cpp. References DistanceSquared(). Here is the call graph for this function: ![]() |
|
Definition at line 23 of file Segment.cpp. References DistanceSquared(). Here is the call graph for this function: ![]() |
|
Definition at line 43 of file Segment.cpp. References Vector4::Dot(), gs_fTolerance, Vector4::MagSquared(), p0, and p1. Here is the call graph for this function: ![]() |
|
Definition at line 398 of file Segment.cpp. References Vector4::Dot(), Vector4::MagSquared(), p0, and p1. Referenced by Distance(). Here is the call graph for this function: ![]() |
|
Definition at line 20 of file Segment.h. Referenced by DistanceSquared(), and IGS_Segment::Render(). |
|
Definition at line 21 of file Segment.h. Referenced by DistanceSquared(), MPK::Segment::IsInterfering(), and IGS_Segment::Render(). |