gwnavruntime/visualsystem/visualboxvertices.h Source File
Go to the documentation of this file.
12 #ifndef Navigation_VisualBoxVertices_H
13 #define Navigation_VisualBoxVertices_H
42 class VisualBoxVertices
47 void InitFromCenter(const Vec3f& center,
KyFloat32 halfWidth);
48 void InitFromBox(const Box3f& box);
49 void InitFromSegment(const Vec3f& P, const Vec3f& Q,
KyFloat32 halfWidth);
51 void InitFromTransformExtent(const Transform& transform, const Box3f& extents);
52 void InitFromOrientedBox2d(const OrientedBox2d& orientedBox2d);
54 Vec3f A, B, C, D, E, F, G, H;
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43