MRPT  2.0.1
lib_mrpt_math_lwgeom.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 /** \defgroup geometry_grp Lightweight SE(2)/SE(3) types, geometry functions.
12 * \ingroup mrpt_math_grp
13 
14 Lightweight SE(2)/SE(3) data types, geometry functions, etc.
15 
16 The "lightweight" name comes from the fact that these classes are simple
17 structures without special memory alignment requirements and do not have a deep
18 hiearchy of class heritance.
19 
20 This is in contrast to classes derived from mrpt::poses::CPoseOrPoint, which in
21 turn offer:
22  - Serialization (see: \ref mrpt_serialization_grp)
23  - Buffered trigronometric calculations (e.g. mrpt::poses::CPose3D), hence they
24 will be preferred to lightweight alternaives (e.g. mrpt::math::TPose3D) if the
25 same pose is to be used over and over again to transform multiple points/poses.
26 
27 See list of classes below.
28 
29 
30 */



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020