Go to the source code of this file.
|
template<typename T > |
TriangleSet< T > | plb::constructSphereIcosahedron (plb::Array< T, 3 > const ¢er, T radius, plint minNumOfTriangles) |
|
template<typename T > |
plb::Array< T, 3 > | plb::spherePointToRBCPoint (const plb::Array< T, 3 > point, T R=1.0) |
|
template<typename T > |
plb::Array< T, 3 > | plb::spherePointToEllipsoidPoint (const plb::Array< T, 3 > point, T R, T aspectRatio) |
|
template<typename T > |
plb::Array< T, 3 > | plb::mapMeshAsRBC (const plb::Array< T, 3 > point, const plb::Array< T, 3 > center, T R) |
|
template<typename T > |
TriangleSet< T > | plb::constructRBC (plb::Array< T, 3 > const ¢er, T radius, plint minNumOfTriangles, plb::Array< T, 3 > const &eulerAngles) |
|
template<typename T > |
TriangleSet< T > | plb::constructRBCFromSphere (plb::Array< T, 3 > const ¢er, T radius, plint minNumOfTriangles, plb::Array< T, 3 > const &eulerAngles, pluint initialSphereShape=0) |
|
template<typename T > |
TriangleSet< T > | plb::constructEllipsoidFromSphere (plb::Array< T, 3 > const ¢er, T radius, T aspectRatio, plint minNumOfTriangles, plb::Array< T, 3 > const &eulerAngles, pluint initialSphereShape) |
|
template<typename T > |
TriangleSet< T > | plb::constructCell (plb::Array< T, 3 > const ¢er, T radius, std::string cellFilename, plb::Array< T, 3 > const &eulerAngles) |
|