#include <CapsuleDistance.h>
Static Public Member Functions | |
float | squaredDistance (const Capsule &capsule, const Vector3 &point) |
点距離の二乗 | |
float | squaredDistance (const Capsule &capsule0, const Capsule &capsule1) |
カプセル距離の二乗 | |
float | squaredDistance (const Capsule &capsule, const Cone &cone) |
コーン距離の二乗 | |
float | squaredDistance (const Capsule &capsule, const Line &line) |
ライン距離の二乗 | |
float | squaredDistance (const Capsule &capsule, const OrientedBox &ob) |
指向性ボックス距離の二乗 | |
float | distance (const Capsule &capsule, const Plane &plane) |
平面距離 | |
float | squaredDistance (const Capsule &capsule, const Ray &ray) |
レイ距離の二乗 | |
float | squaredDistance (const Capsule &capsule, const Segment &segment) |
セグメント距離の二乗 | |
float | squaredDistance (const Capsule &capsule, const Sphere &sphere) |
球距離の二乗 | |
float | squaredDistance (const Capsule &capsule, const Triangle &triangle) |
三角距離の二乗 |
Definition at line 44 of file CapsuleDistance.h.
|
平面距離
Definition at line 79 of file CapsuleDistance.cpp. References Assert. |
|
三角距離の二乗
Definition at line 115 of file CapsuleDistance.cpp. References Assert. |
|
球距離の二乗
Definition at line 106 of file CapsuleDistance.cpp. References Assert. |
|
セグメント距離の二乗
Definition at line 97 of file CapsuleDistance.cpp. References Assert. |
|
レイ距離の二乗
Definition at line 88 of file CapsuleDistance.cpp. References Assert. |
|
指向性ボックス距離の二乗
Definition at line 70 of file CapsuleDistance.cpp. References Assert. |
|
ライン距離の二乗
Definition at line 61 of file CapsuleDistance.cpp. References Assert. |
|
コーン距離の二乗
Definition at line 52 of file CapsuleDistance.cpp. References Assert. |
|
カプセル距離の二乗
Definition at line 43 of file CapsuleDistance.cpp. References Assert. |
|
点距離の二乗
Definition at line 34 of file CapsuleDistance.cpp. References Assert. |