Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
3D Basic Constructions
Centerpoints
#include <
CGAL/basic_constructions_2.h
>
Point_3<R>
midpoint (
Point_3<R>
p,
Point_3<R>
q)
computes the midpoint of the segment
pq
.
Point_3<R>
circumcenter (
Point_3<R>
p,
Point_3<R>
q,
Point_3<R>
r,
Point_3<R>
s)
compute the center of the circle passing through
p
,
q
,
r
, and
s
.
Precondition:
p
,
q
,
r
, and
s
are not coplanar.
Next chapter:
3D Transformations
Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
The GALIA project
. Jan 18, 2000.