Go to the source code of this file.
Functions | |
| MRC_API MR_AffineXf3d | MR_makeRigidXf_MR_AffineXf3d (const MR_MeshPart *mp, const MR_AffineXf3d *meshXf) |
| MRC_API MR_AffineXf3f | MR_makeRigidXf_MR_AffineXf3f (const MR_MeshPart *mp, const MR_AffineXf3f *meshXf) |
| MRC_API MR_AffineXf3d MR_makeRigidXf_MR_AffineXf3d | ( | const MR_MeshPart * | mp, |
| const MR_AffineXf3d * | meshXf ) |
given a mesh part and its arbitrary transformation, computes and returns the rigid transformation that best approximates meshXf Generated from function MR::makeRigidXf. Parameter mp can not be null. It is a single object. Parameter meshXf can not be null. It is a single object.
| MRC_API MR_AffineXf3f MR_makeRigidXf_MR_AffineXf3f | ( | const MR_MeshPart * | mp, |
| const MR_AffineXf3f * | meshXf ) |
Generated from function MR::makeRigidXf. Parameter mp can not be null. It is a single object. Parameter meshXf can not be null. It is a single object.