Skip to content
Snippets Groups Projects
Commit fc5974f8 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Doxygen: comments in geometry

parent cba23daa
No related branches found
No related tags found
No related merge requests found
......@@ -27,13 +27,15 @@
namespace Geometry {
//! Base class for Point3D<T>, Vector3D<T> and Normal3D<T>.
//! @class BasicVector3D
//! @ingroup tools_internal
//! @brief Base class for Point3D<T>, Vector3D<T> and Normal3D<T>.
//!
//! It defines only common functionality for those classes and
//! should not be used as separate class.
//!
//! @author Evgeni Chernyaev 1996-2003
//!
template<class T>
class BasicVector3D {
protected:
......
......@@ -22,7 +22,10 @@
namespace Geometry {
//! Vector transformations in three dimensions.
//! @class Transform3D
//! @ingroup tools_internal
//! @brief Vector transformations in three dimensions.
class Transform3D {
public:
//! Constructs unit transformation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment