Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Fabri e0ec47e1b8 Cartesian -> \ccHtmlNoLinksFrom{Cartesian} 2003-10-14 19:59:21 +00:00
Sylvain Pion 891146a924 - Add missing functor and documentation for Plane_3(Point_3, Vector_3).
- In order to get rid of Direction_[23] at some point, I have added :
    - Line_2(Point_2, Vector_2)        ConstructLine_2
    - Line_3(Point_3, Vector_3)        ConstructLine_3
    - Ray_2(Point_2, Vector_2)         ConstructRay_2
    - Ray_3(Point_3, Vector_3)         ConstructRay_3
    - Ray_2(Point_2, Line_2)           ConstructRay_2
    - Ray_3(Point_3, Line_3)           ConstructRay_3
    - Vector_2(Line_2)                 ConstructVector_2
    - Vector_3(Line_3)                 ConstructVector_3
    - Vector_2(Ray_2)                  ConstructVector_2
    - Vector_3(Ray_3)                  ConstructVector_3
    - Vector_2(Segment_2)              ConstructVector_2
    - Vector_3(Segment_3)              ConstructVector_3
    - Vector_2 Line_2.to_vector()
    - Vector_3 Line_3.to_vector()
    - Vector_2 Ray_2.to_vector()
    - Vector_3 Ray_3.to_vector()
    - Vector_2 Segment_2.to_vector()
    - Vector_3 Segment_3.to_vector()
2003-05-11 18:25:41 +00:00
Michael Hoffmann f2d80e5e22 Replace R by Kernel.
Several minor rewordings.
2002-12-20 13:08:55 +00:00
Michael Hoffmann 22c9ea11f2 KILL THE R!! 2002-12-17 19:22:03 +00:00
Susan Hert 6889351c4f - renamed kernel concepts to follow new capitalization sheme (words
separated by capital letters instead of underscores)
- added many cross references between the pages
- added a table of contents for the reference pages
- created a file Ref/ref_manual.tex that does the inclusion of the reference
  pages (previously done in main.tex) and a file Ref/main.tex that includes
  this and ordered the pages into sections
2001-07-24 14:13:27 +00:00
Michael Hoffmann 93ee9e2588 Removed Aff. transf. from KC.
Removed Construct_second, source and target_point from KC.
  (--> Construct_point_on_2.)
Added Construct_vertex for Segment, Iso*, Triangle and Tetrahedron.
Fixed Has_on_*, boundary only for full dimensional objects,
  sphere predicates were missing.
Removed direction_from_* --> Construct_direction.
Added corresponding constructors to Direction.
Added Direction of Segment.
Added Construct_opposite_direction.
Added Compare_angle_with_x_axis_2 for Directions.
Removed Construct_min/max_point --> Construct_vertex.
Completed Equal functors.
2001-06-21 16:06:14 +00:00
Sylvain Pion a83a62164e - Remove \ccInclude of obsolete header files. 2001-06-21 12:09:27 +00:00
Sylvain Pion 1a80bc0e41 Initial revision 2001-01-02 17:00:26 +00:00