Click or drag to resize

ABSetTranslate Method (ICollectionAtom, Point3D)

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static void Translate(
	ICollection<Atom> atoms,
	Point3D delta
)

Parameters

atoms
Type: System.Collections.GenericICollectionAtom
delta
Type: Scilligence.MolEngine.CommonPoint3D
See Also