Ignore:
Timestamp:
Apr 15, 2010, 10:54:26 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
32842d8
Parents:
1f591b
Message:

Changed implementation of Vector to forward operations to contained objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector_ops.cpp

    r1f591b re7ea64  
    120120  Vector res;
    121121  // normalise this vector with respect to axis
    122   a.CopyVector(vec);
     122  a = vec;
    123123  a.ProjectOntoPlane(axis);
    124124  // construct normal vector
Note: See TracChangeset for help on using the changeset viewer.