#include <MeshGeometry.h>
Inheritance diagram for Lamp::MeshGeometry:
Public Member Functions | |
MeshGeometry () | |
コンストラクタ | |
MeshGeometry (const MeshGeometry ©) | |
コピーコンストラクタ | |
virtual const MeshGeometry & | operator= (const MeshGeometry ©) |
代入コピー | |
virtual | ~MeshGeometry () |
デストラクタ | |
virtual bool | intersect (const Sphere &sphere) const |
球交差 | |
virtual void | intersect (IntersectionResult *result, const Sphere &sphere) const |
球交差 | |
virtual bool | intersectBounding (const Sphere &sphere) const |
球バウンディング交差 | |
virtual bool | intersectMesh (const Sphere &sphere) const |
球メッシュ交差 | |
virtual void | intersectMesh (IntersectionResult *result, const Sphere &sphere) const |
球メッシュ交差 |
Definition at line 36 of file MeshGeometry.h.
|
コピーコンストラクタ
Definition at line 38 of file MeshGeometry.cpp. |
|
球交差
Reimplemented in Lamp::DeformedMeshGeometry. Definition at line 82 of file MeshGeometry.h. References Assert. |
|
球交差
Reimplemented in Lamp::DeformedMeshGeometry. Definition at line 72 of file MeshGeometry.h. References Assert. |
|
球バウンディング交差
Reimplemented in Lamp::DeformedMeshGeometry. Definition at line 92 of file MeshGeometry.h. References Assert. |
|
球メッシュ交差
Reimplemented in Lamp::DeformedMeshGeometry. Definition at line 112 of file MeshGeometry.h. References Assert. |
|
球メッシュ交差
Reimplemented in Lamp::DeformedMeshGeometry. Definition at line 102 of file MeshGeometry.h. References Assert. |
|
代入コピー
Definition at line 42 of file MeshGeometry.cpp. |