8 #include "VectorMath.h"
16 extern const float INTERIOR_FLOOR_HEIGHT;
17 extern const float INTERIOR_FLOOR_THICKNESS;
19 float GetFloorHeightAboveSeaLevel(
const InteriorsModel& interiorModel,
unsigned int floorIndex);
21 float GetFloorHeightAboveSeaLevelIncludingEnvironmentFlattening(
22 const InteriorsModel& interiorModel,
unsigned int floorIndex,
float environmentFlattening);
24 float GetFloorHeight(
unsigned int floorIndex);
26 void AttachPinToFloor(Pins::Pin& pin,
28 const Interiors::IImmutableInteriorViewModel& interiorViewModel