![]() |
VR-Forces 4.2 Class Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | BHAVE |
| Contains BHAVE::BHAVE3DGui::DtAddSpawnSinkPointDialog class. | |
Functions | |
| bool DT_DLL_bhaveSim | BHAVE::SegmentVsPie2d (const Kaim::Vec3f &a, const Kaim::Vec3f &b, const Kaim::Vec3f &c, KyFloat32 radius, double startAngleInRadians, double endAngleInRadians) |
| The following is a Function that takes a pie and calculates if we collide with that pie. | |
| std::list< Kaim::Vec3f > DT_DLL_bhaveSim | BHAVE::DtGetPointsFromDisk (DtPoint center, double radius, double startAngleInRadians, double endAngleInRadians, double step) |
| The following is a helper function that takes a circle and and angle and returns all the points in that area stepped through. | |
| Kaim::Vec3f DT_DLL_bhaveSim | BHAVE::DtGetPointFromDisk (DtPoint center, double radius, double angleInRadians) |
| The following is a helper function that takes a circle and and angle and returns the point in that angle. | |