#include <vector>
#include <algorithm>
#include "SPoint2.h"
#include "simpleFunction.h"
#include "Octree.h"
#include "MElement.h"
Go to the source code of this file.
|
void | centroidOfOrientedBox (std::vector< SPoint2 > &pts, const double &angle, double &xc, double &yc, double &inertia, double &area) |
|
void | centroidOfPolygon (SPoint2 &pc, std::vector< SPoint2 > &pts, double &xc, double &yc, double &inertia, double &areaCell, simpleFunction< double > *bgm=nullptr) |
|
◆ DListPeek
◆ DListRecord
◆ PointNumero
◆ centroidOfOrientedBox()
void centroidOfOrientedBox |
( |
std::vector< SPoint2 > & |
pts, |
|
|
const double & |
angle, |
|
|
double & |
xc, |
|
|
double & |
yc, |
|
|
double & |
inertia, |
|
|
double & |
area |
|
) |
| |
◆ centroidOfPolygon()
void centroidOfPolygon |
( |
SPoint2 & |
pc, |
|
|
std::vector< SPoint2 > & |
pts, |
|
|
double & |
xc, |
|
|
double & |
yc, |
|
|
double & |
inertia, |
|
|
double & |
areaCell, |
|
|
simpleFunction< double > * |
bgm = nullptr |
|
) |
| |