mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Shape overlay initial start aligned to principal axes (#8999)
* Add MolTransforms library. * Transform to inertial frame of reference before overlay. * Vital fix of typo in comment. * Tidy up debugging cruft. * Comment in CMakeLists.txt. * Fix python wrappers. * Extra tidy. * Response to review. * Tidy includes. --------- Co-authored-by: David Cosgrove <david@cozchemix.co.uk>
This commit is contained in:
committed by
Greg Landrum
parent
1c0d063278
commit
4c3a8ccfd0
@@ -85,7 +85,7 @@ class RDKIT_RDGEOMETRYLIB_EXPORT Transform3D
|
||||
*
|
||||
* The order is important here, on two transforms t1 and t2
|
||||
* t3 = t1*t2
|
||||
* The resulting transform t3 has the folliwng effect
|
||||
* The resulting transform t3 has the following effect
|
||||
* t3(point) = t1(t2(point))
|
||||
*/
|
||||
RDKIT_RDGEOMETRYLIB_EXPORT RDGeom::Transform3D operator*(
|
||||
|
||||
Reference in New Issue
Block a user