KOSMIndoorMap
KOSMIndoorRouting::rcVec3 Struct Reference
#include <navmeshtransform.h>
Public Member Functions | |
operator const float * () const | |
operator float * () | |
Public Attributes | |
float | x = {} |
float | y = {} |
float | z = {} |
Detailed Description
3D vector type compatible with the Recast API.
Definition at line 20 of file navmeshtransform.h.
Member Function Documentation
◆ operator const float *()
|
inlinenodiscard |
Definition at line 22 of file navmeshtransform.h.
◆ operator float *()
|
inlinenodiscard |
Definition at line 21 of file navmeshtransform.h.
Member Data Documentation
◆ x
float KOSMIndoorRouting::rcVec3::x = {} |
Definition at line 24 of file navmeshtransform.h.
◆ y
float KOSMIndoorRouting::rcVec3::y = {} |
Definition at line 25 of file navmeshtransform.h.
◆ z
float KOSMIndoorRouting::rcVec3::z = {} |
Definition at line 26 of file navmeshtransform.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.