#include <SegmentDistance.h>
Static Public Member Functions | |
| float | squaredDistance (const Segment &segment, const Vector3 &point) |
| 点距離の二乗 | |
| float | squaredDistance (const Segment &segment0, const Segment &segment1) |
| 距離の二乗 | |
| float | squaredDistance (const Segment &segment, const Sphere &sphere) |
| 球距離の二乗 | |
| float | squaredDistance (const Segment &segment, const Triangle &triangle) |
| 三角距離の二乗 | |
Definition at line 38 of file SegmentDistance.h.
|
||||||||||||
|
三角距離の二乗
Definition at line 143 of file SegmentDistance.cpp. References Assert. |
|
||||||||||||
|
球距離の二乗
Definition at line 134 of file SegmentDistance.cpp. References Assert. |
|
||||||||||||
|
距離の二乗
Definition at line 57 of file SegmentDistance.cpp. References Lamp::Vector3::dotProduct(), Lamp::Segment::getDirection(), Lamp::Segment::getOrigin(), and Lamp::Vector3::getSquaredLength(). |
|
||||||||||||
|
点距離の二乗
Definition at line 34 of file SegmentDistance.cpp. References Lamp::Vector3::dotProduct(), Lamp::Segment::getDirection(), Lamp::Segment::getOrigin(), and Lamp::Vector3::getSquaredLength(). |
1.3.2