$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Giaccone (paulg_at_[hidden])
Date: 2006-03-23 06:58:47
Theodore Papadopoulo wrote:
>So I'll somewhat oppose to your proposal (and the following ones):
>
>N is the dimension. namespace notation is just notational not a
>proposal.
>
>Euclidean::Point<N>
>Euclidean::Line<N> // not very different from projective
>line ??
>Euclidean::SemiLine<N>
>
One minor correction (with no criticism intended), before this becomes
reality:
Euclidean::HalfLine<N>
or
Euclidean::Ray<N>
would be the correct geometrical terms for "SemiLine".
Paul