OGS
MathTools.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <cstddef>
13
14
namespace
MathLib
15
{
16
class
Point3d;
17
32
double
calcProjPntToLineAndDists
(
MathLib::Point3d
const
& pp,
33
MathLib::Point3d
const
& pa,
34
MathLib::Point3d
const
& pb,
double
& lambda,
35
double
& d0);
36
45
double
getAngle
(Point3d
const
& p0, Point3d
const
& p1, Point3d
const
& p2);
46
}
// namespace MathLib
MathLib::Point3d
Definition
Point3d.h:24
MathLib
Definition
CreateComponent.h:32
MathLib::calcProjPntToLineAndDists
double calcProjPntToLineAndDists(Point3d const &pp, Point3d const &pa, Point3d const &pb, double &lambda, double &d0)
Definition
MathTools.cpp:19
MathLib::getAngle
double getAngle(Point3d const &p0, Point3d const &p1, Point3d const &p2)
Definition
MathTools.cpp:42
MathLib
MathTools.h
Generated by
1.12.0