Ignore:
Timestamp:
Dec 16, 2009, 11:53:06 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
20a828
Parents:
59b70a
Message:

Fix attempts of the Tesselation.

One problem still remains:

  • degenerated triangles are created more than two times.

The following has been changed:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.hpp

    r59b70a r65f1dba  
    4242  bool IsOne() const;
    4343  bool IsNormalTo(const Vector * const normal) const;
     44  bool IsEqualTo(const Vector * const a) const;
    4445
    4546  void AddVector(const Vector * const y);
Note: See TracChangeset for help on using the changeset viewer.