#include <ConeDistance.h>
Static Public Member Functions | |
| float | squaredDistance (const Cone &cone, const Vector3 &point) |
| 点距離の二乗 | |
| float | squaredDistance (const Cone &cone0, const Cone &cone1) |
| コーン距離の二乗 | |
| float | squaredDistance (const Cone &cone, const Line &line) |
| ライン距離の二乗 | |
| float | squaredDistance (const Cone &cone, const OrientedBox &ob) |
| 指向性ボックス距離の二乗 | |
| float | distance (const Cone &cone, const Plane &plane) |
| 平面距離 | |
| float | squaredDistance (const Cone &cone, const Ray &ray) |
| レイ距離の二乗 | |
| float | squaredDistance (const Cone &cone, const Segment &segment) |
| セグメント距離の二乗 | |
| float | squaredDistance (const Cone &cone, const Sphere &sphere) |
| 球距離の二乗 | |
| float | squaredDistance (const Cone &cone, const Triangle &triangle) |
| 三角距離の二乗 | |
Definition at line 43 of file ConeDistance.h.
|
||||||||||||
|
平面距離
Definition at line 66 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
三角距離の二乗
Definition at line 98 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
球距離の二乗
Definition at line 90 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
セグメント距離の二乗
Definition at line 82 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
レイ距離の二乗
Definition at line 74 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
指向性ボックス距離の二乗
Definition at line 58 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
ライン距離の二乗
Definition at line 50 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
コーン距離の二乗
Definition at line 42 of file ConeDistance.cpp. References Assert. |
|
||||||||||||
|
点距離の二乗
Definition at line 34 of file ConeDistance.cpp. References Assert. |
1.3.2