Click or drag to resize

ABSetRotate Method (ICollectionAtom, Point3D, Double)

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

Parameters

atoms
Type: System.Collections.GenericICollectionAtom
origin
Type: Scilligence.MolEngine.CommonPoint3D
deg
Type: SystemDouble
See Also