Home
last modified time | relevance | path

Searched defs:GeomData (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dline.cpp1084 struct GeomData in DENG2_PIMPL() struct
1086 Vector2d direction; ///< From start to end vertex. in DENG2_PIMPL()
1087 ddouble length; ///< Accurate length. in DENG2_PIMPL()
1088 binangle_t angle; ///< Calculated from the direction vector. in DENG2_PIMPL()
1089 slopetype_t slopeType; ///< Logical line slope (i.e., world angle) classification. in DENG2_PIMPL()
1090 AABoxd bounds; ///< Axis-aligned bounding box. in DENG2_PIMPL()
1092 GeomData(Vertex const &from, Vertex const &to) in DENG2_PIMPL() argument
1102 static ddouble calcLength(Vertex const &from, Vertex const &to) in DENG2_PIMPL()
H A Dsector.cpp51 struct GeomData in DENG2_PIMPL() struct
53 AABoxd bounds; ///< Bounding box for the whole sector (all subsectors). in DENG2_PIMPL()
54 ddouble roughArea = 0; ///< Rough approximation. in DENG2_PIMPL()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A DGLOBAL.h5510 GeomData_u GeomData; member