[
Contact
]
[
Links
]
[
Previous : 3 / 42 : Convex Hull
]
[
Up
]
[
Next : 5 / 42 : Types of Curves (1)
]
Convex Hull (2)
A Point which is defined by P =
S a
i
M
i
is inside the convex hull of {M
i
}
Sa
i
= 1
a
i
>= 0
lemme : the convex Hull of of a subset of a set is inside the convex hull of the set
recurrence demonstration
n = 1 => P = M
n = 2 => M
1
M
2
for 0<=t<=1 P = (1-t) M
1
+ t M
2
= M
1
+ t M
1
M
2
H : true for n, what about n+1
P
n+1
=
S a
i
M
i
=
(1-
a
n
+1
)S a
i
/
(1-
a
n
+1
)
M
i
+
a
n
+1
M
n+1
=
(1-
a
n
+1
)
M' +
a
n
+1
M
n+1
eScience
<
Computer Graphics
:
Spline
>
[
Contact
]
[
Links
]
[
Previous : 3 / 42 : Convex Hull
]
[
Up
]
[
Next : 5 / 42 : Types of Curves (1)
]
See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker
/
eScience
/
Computer Science
/
ANU
Last modified: 20/4/2004
TOC
-
Print
Send your comments at :
<Hugh.Fisher@anu.edu.au>