#include <ConeIntersection.h>
Static Public Member Functions | |
| bool | intersect (const Cone &cone, const Vector3 &point) |
| 点交差 | |
| bool | intersect (const Cone &cone0, const Cone &cone1) |
| コーン交差 | |
| bool | intersect (const Cone &cone, const Line &line) |
| ライン交差 | |
| bool | intersect (const Cone &cone, const OrientedBox &ob) |
| 指向性ボックス交差 | |
| bool | intersect (const Cone &cone, const Plane &plane) |
| 平面交差 | |
| bool | intersect (const Cone &cone, const Ray &ray) |
| レイ交差 | |
| bool | intersect (const Cone &cone, const Segment &segment) |
| セグメント交差 | |
| bool | intersect (const Cone &cone, const Sphere &sphere) |
| 球交差 | |
| bool | intersect (const Cone &cone, const Triangle &triangle) |
| 三角交差 | |
Definition at line 43 of file ConeIntersection.h.
|
||||||||||||
|
三角交差
Definition at line 100 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
球交差
Definition at line 92 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
セグメント交差
Definition at line 84 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
レイ交差
Definition at line 76 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
平面交差
Definition at line 68 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
指向性ボックス交差
Definition at line 60 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
ライン交差
Definition at line 52 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
コーン交差
Definition at line 44 of file ConeIntersection.cpp. References Assert. |
|
||||||||||||
|
点交差
Definition at line 36 of file ConeIntersection.cpp. References Assert. |
1.3.2