#include <PlaneDistance.h>
Static Public Member Functions | |
float | distance (const Plane &plane, const Vector3 &point) |
点距離 | |
float | distance (const Plane &plane0, const Plane &plane1) |
平面距離 | |
float | distance (const Plane &plane, const Ray &ray) |
レイ距離 | |
float | distance (const Plane &plane, const Segment &segment) |
セグメント距離 | |
float | distance (const Plane &plane, const Sphere &sphere) |
球距離 | |
float | distance (const Plane &plane, const Triangle &triangle) |
三角距離 |
Definition at line 40 of file PlaneDistance.h.
|
三角距離
Definition at line 75 of file PlaneDistance.cpp. References Assert. |
|
球距離
Definition at line 67 of file PlaneDistance.cpp. References Assert. |
|
セグメント距離
Definition at line 59 of file PlaneDistance.cpp. References Assert. |
|
レイ距離
Definition at line 51 of file PlaneDistance.cpp. References Assert. |
|
平面距離
Definition at line 43 of file PlaneDistance.cpp. References Assert. |
|
点距離
Definition at line 34 of file PlaneDistance.cpp. References Assert, Lamp::Plane::dotProduct(), and Lamp::Plane::isUnit(). |