# | Line 28 | Line 28 | void AtomStamp::setPosition( double x, double y, doubl | |
---|---|---|
28 | have_position = 1; | |
29 | } | |
30 | ||
31 | < | void AtomStamp::setOrientation( double x, double y, double z ){ |
31 | > | void AtomStamp::setOrientation( double phi, double theta, double psi ){ |
32 | ||
33 | < | ornt[0] = x; |
34 | < | ornt[1] = y; |
35 | < | ornt[2] = z; |
33 | > | ornt[0] = phi; |
34 | > | ornt[1] = theta; |
35 | > | ornt[2] = psi; |
36 | ||
37 | have_orientation = 1; | |
38 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |