#include <OrientedBoxDistance.h>
Static Public Member Functions | |
float | squaredDistance (const OrientedBox &ob, const Vector3 &point) |
点距離の二乗 | |
float | squaredDistance (const OrientedBox &ob0, const OrientedBox &ob1) |
指向性ボックス距離の二乗 | |
float | distance (const OrientedBox &ob, const Plane &plane) |
平面距離 | |
float | squaredDistance (const OrientedBox &ob, const Ray &ray) |
レイ距離の二乗 | |
float | squaredDistance (const OrientedBox &ob, const Segment &segment) |
セグメント距離の二乗 | |
float | squaredDistance (const OrientedBox &ob, const Sphere &sphere) |
球距離の二乗 | |
float | squaredDistance (const OrientedBox &ob, const Triangle &triangle) |
三角距離の二乗 |
Definition at line 41 of file OrientedBoxDistance.h.
|
平面距離
Definition at line 52 of file OrientedBoxDistance.cpp. References Assert. |
|
三角距離の二乗
Definition at line 88 of file OrientedBoxDistance.cpp. References Assert. |
|
球距離の二乗
Definition at line 79 of file OrientedBoxDistance.cpp. References Assert. |
|
セグメント距離の二乗
Definition at line 70 of file OrientedBoxDistance.cpp. References Assert. |
|
レイ距離の二乗
Definition at line 61 of file OrientedBoxDistance.cpp. References Assert. |
|
指向性ボックス距離の二乗
Definition at line 43 of file OrientedBoxDistance.cpp. References Assert. |
|
点距離の二乗
Definition at line 34 of file OrientedBoxDistance.cpp. References Assert. |