#include <CapsuleIntersection.h>
Static Public Member Functions | |
bool | intersect (const Capsule &capsule, const Vector3 &point) |
点交差 | |
bool | intersect (const Capsule &capsule0, const Capsule &capsule1) |
カプセル交差 | |
bool | intersect (const Capsule &capsule, const Cone &cone) |
コーン交差 | |
bool | intersect (const Capsule &capsule, const Line &line) |
ライン交差 | |
bool | intersect (const Capsule &capsule, const OrientedBox &ob) |
指向性ボックス交差 | |
bool | intersect (const Capsule &capsule, const Plane &plane) |
平面交差 | |
bool | intersect (const Capsule &capsule, const Ray &ray) |
レイ交差 | |
bool | intersect (const Capsule &capsule, const Segment &segment) |
セグメント交差 | |
bool | intersect (const Capsule &capsule, const Sphere &sphere) |
球交差 | |
bool | intersect (const Capsule &capsule, const Triangle &triangle) |
三角交差 |
Definition at line 44 of file CapsuleIntersection.h.
|
三角交差
Definition at line 131 of file CapsuleIntersection.cpp. References Assert. |
|
球交差
Definition at line 122 of file CapsuleIntersection.cpp. References Assert. |
|
セグメント交差
Definition at line 113 of file CapsuleIntersection.cpp. References Assert. |
|
レイ交差
Definition at line 105 of file CapsuleIntersection.cpp. References Assert. |
|
平面交差
Definition at line 97 of file CapsuleIntersection.cpp. References Assert. |
|
指向性ボックス交差
Definition at line 88 of file CapsuleIntersection.cpp. References Assert. |
|
ライン交差
Definition at line 80 of file CapsuleIntersection.cpp. References Assert. |
|
コーン交差
Definition at line 72 of file CapsuleIntersection.cpp. References Assert. |
|
カプセル交差
Definition at line 63 of file CapsuleIntersection.cpp. References Assert. |
|
点交差
Definition at line 36 of file CapsuleIntersection.cpp. References Lamp::Vector3::dotProduct(), Lamp::Capsule::getDirection(), Lamp::Capsule::getOrigin(), Lamp::Capsule::getRadius(), and Lamp::Vector3::getSquaredLength(). |