#include <u_global_position.h>
Inheritance diagram for NLPACS::UGlobalPosition:
Nevrax France
Definition at line 71 of file u_global_position.h.
Public Types | |
enum | TType { Unspecified = 0, Landscape, Interior } |
Public Member Functions | |
void | setKeepZ (const UGlobalPosition &other) |
Data Fields | |
sint32 | InstanceId |
The id of the instance referred by this global position. | |
ULocalPosition | LocalPosition |
The local position within the CLocalRetriever referred by the instance (cf. InstanceId). |
|
Definition at line 75 of file u_global_position.h.
00076 { 00077 Unspecified = 0, 00078 Landscape, 00079 Interior 00080 }; |
|
Definition at line 89 of file u_global_position.h. References InstanceId, LocalPosition, and NLPACS::ULocalPosition::setKeepZ(). Referenced by NLPACS::CPrimitiveWorldImage::CPosition::setGlobalPosKeepZ().
00090 { 00091 InstanceId = other.InstanceId; 00092 LocalPosition.setKeepZ(other.LocalPosition); 00093 } |
|
|