Revision 92f61be1ed376574237b57d7850aa5dcc554fe24 authored by Dmitry Yu. Naumov on 29 June 2021, 13:17:59 UTC, committed by Dmitry Yu. Naumov on 29 June 2021, 13:17:59 UTC
Use the existing class to compute the rotation matrix in LIE

See merge request ogs/ogs!3672
2 parent s 98aeeb3 + 1f4191c
Raw File
Point3d.cpp
/**
 * \file
 *
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 */

#include "Point3d.h"

namespace MathLib
{
extern const Point3d ORIGIN{{{0.0, 0.0, 0.0}}};
}
back to top