gwnavruntime/queries/utils/costmultipliersubsegment.h Source File
Go to the documentation of this file.
29 m_costMultiplier(-1.f) {}
40 SwapEndianness(e,
self.m_entrancePos3f);
41 SwapEndianness(e,
self.m_exitPos3f);
42 SwapEndianness(e,
self.m_costMultiplier);
#define KyFloat32MAXVAL
KyFloat32 max value
Definition: types.h:71
Vec3f m_exitPos3f
Records the ending point of the sub-segment.
Definition: costmultipliersubsegment.h:34
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
This class represents a CostMultiplier sub-segment of a ray (within a RayCastQuery or a RayCanGoQuery...
Definition: costmultipliersubsegment.h:21
Vec3f m_entrancePos3f
Records the starting point of the sub-segment.
Definition: costmultipliersubsegment.h:33
float KyFloat32
float
Definition: types.h:32
3d vector using 32bits floating points.
Definition: vec3f.h:16