ArticlePDF Available

Abstract and Figures

Given a planar curve s(t), the locus of those points from which the curve can be seen under a fixed angle is called isoptic curve of s(t). Isoptics are well-known and widely studied, especially for some classical curves such as e.g. conics (Loria, 1911). They can theoretically be computed for a large class of parametric curves by the help of their support functions or by direct computation based on the definition, but unfortunately these computations are extremely complicated even for simple curves. Our purpose is to describe the isoptics of those curves which are still frequently used in geometric modeling – the Bézier curves. It turns out that for low degree Bézier curves the direct computation is possible, but already for degree 4 or 5 the formulas are getting too complicated even for computer algebra systems. Thus we provide a new way to solve the problem, proving some geometric relations of the curve and their isoptics, and computing the isoptics as the envelope of envelopes of families of isoptic circles over the chords of the curve.
Content may be subject to copyright.
Iso-optics of B´ezier curves
Roland Kunkli a, Ildik´o Papp a, Mikl´os Hoffmann b,,
aDept. of Computer Graphics and Image Processing, University of Debrecen,
H-4010 Debrecen, Hungary
bInstitute of Mathematics and Computer Science, K´aroly Eszterh´azy University,
H-3300 Eger, Hungary
Abstract
Given a planar curve s(t), the locus of those points from which the curve can be
seen under a fixed angle is called iso-optic curve of s(t).
Iso-optics are well-known and widely studied, especially for some classical curves
such as e.g. conics (Loria (1911)). They can theoretically be computed for a large
class of parametric curves by the help of their support functions or by direct compu-
tation based on the definition, but unfortunately these computations are extremely
complicated even for simple curves.
Our purpose is to describe the iso-optics of those curves which are still frequently
used in geometric modeling - the B´ezier curves. It turns out that for low degree
ezier curves the direct computation is possible, but already for degree 4 or 5 the
formulas are getting too complicated even for computer algebra systems. Thus we
provide a new way to solve the problem, proving some geometric relations of the
curve and their iso-optics, and computing the iso-optics as the envelope of envelopes
of families of iso-optic circles over the chords of the curve.
Key words: iso-optics, B´ezier curves, envelope
1 Introduction
For any planar convex curve s(t), one can collect those points from which
the curve can be seen under a fixed angle α, that is those points in which the
angle of the two tangent lines of s(t) is α. The locus of these points is called
α-iso-optic curve of s(t).
Corresponding author.
Email address: hofi@ektf.hu (Mikl´os Hoffmann).
Preprint submitted to Elsevier Preprint 29 November 2011
Iso-optic curve of a given curve has been studied since centuries, although
the first appearance of the word can be found in Taylor (1884). There are well-
known results for classical curves, especially for conics, e.g. for the parabola,
the iso-optic curve of which is a hyperbola in general and its directrix in the
special case of α=π/2, when it is called orthoptic curve (Loria (1911),
Lawrence (1972)). For a recent overview of these classical results see e.g.
Odehnal (2010), Glaeser and Schr¨ocker (2010). A more theoretical approach
can be found in Czie´slak (1991), where the iso-optic curve of a certain class
of convex curves is described by the help of its support function. Further
properties of this general description and iso-optic curves of special classes
of curves have been studied in Czie´slak (1991), Miernowski and Mozgawa
(2001), Szalkowski (2005).
Iso-optic curves are widely used in various problems of mechanisms (e.g.
Wunderlich (1971), Wunderlich (1971b)) and other fields. On the other hand
there are standard types of curves which have been used in computer aided
geometric design world-wide. These curves are typically spline curves, like B-
spline or NURBS curves, but B´ezier curve is still in use in several softwares
due to its simple form and flexible modification possibilities. The purpose of
this paper is to describe the iso-optic curve of B´ezier curves. In Section 2 we
show the direct computation by tangent lines and its limitations. In Section
3 we prove some statements about envelopes related to the B´ezier curve and
its iso-optic circular arcs, while in Section 4 we compute the iso-optic curves
applying these results. Although some of the results remain valid for arbitrary
curves, throughout the paper B´ezier curves are supposed to be convex ones.
2 Iso-optics of a quadratic B´ezier curve
Our first aim is to describe the direct computation algorithm and compute
the iso-optic curves of a quadratic B´ezier curve. By direct computation we
mean the calculation of the intersection points of those tangent lines of the
curve, which meet at the given angle α. The definition of the curve is
s(t) =
2
X
k=0
Bi(t)pi
where Bi(t) are the Bernstein polynomials, piare control points of the curve.
It is a well-known fact that this curve is a parabolic arc (Piegl and Tiller
(1995)), hence, due to the above mentioned classical results on iso-optic curves,
its iso-optics must be hyperbolic arcs. Now for the sake of simplicity of direct
computation, suppose that the control points of the quadratic B´ezier curve
are given as p0(1,0),p1(x, y),p2(1,0). A B´ezier curve with different control
points can be transformed by an affine transformation to this curve. This way
2
the B´ezier curve s(t)(sx(t), sy(t)) can be written in a simple form
sx(t)=12t+ 2t(1 t)sy(t) = 2t(1 t)y.
Computing the derivatives and the tangent lines of the curve, it is quite easy
to find the other tangent line forming a given angle α. After some computation
one can write the α-iso-optic curve sα(t)(sα
x(t), sα
y(t)) as
sα
x(t) = 1
2
4yt(t1)(xcos αysin α) + sin α(x2y2+ 1)
xsin αycos α+ sin α(2t1)(x2+y2)+
+1
2
(2t1)(xsin α(x2+y2+ 1) + 2ycos α)
xsin αycos α+ sin α(2t1)(x2+y2)
sα
y(t) = 1
2
4yt(xsin α+ycos α)(t1)
xsin αycos α+ sin α(2t1)(x2+y2)+
+1
2
y(sin α(x2+y2)(2t1) + sin α(2t+ 2x1))
xsin αycos α+ sin α(2t1)(x2+y2).
where the domain of definition of these iso-optic curves is t[0, tα], with
tα=1
2
2ycos α+ sin α(x2+y2+ 1)
xsin α+ycos α+ sin α(x2+y2).
Some iso-optics (hyperbolic arcs) can be seen in Figure 1.
Fig. 1. α-iso-optic curves of the quadratic B´ezier curve for α=3π
4,2π
3,π
2,π
3
It is easy to prove that the real axes of these iso-optic hyperbolic arcs
correspond to the axis of the parabolic B´ezier arc, as it can be observed in
Figure 2.
3
Fig. 2. Axes of the α-iso-optic hyperbolas correspond to the axis of the quadratic
ezier parabola
As we have seen here, even in this simplest case the result of the direct com-
putation is fairly complicated. For higher order B´ezier curves the complexity
is escalated - for cubic B´ezier curves computer algebra systems can compute
the iso-optics, but it takes several seconds and the result is extremely compli-
cated. For higher order curves the direct computation is halted in an average
PC.
3 Geometric results on envelopes
It is well-known from elementary geometry, that given a line segment ab
the locus of those points pfor which (apb) is equal to a given angle consists
of two circular arcs. Practically it is the iso-optic curve of the line segment.
Now if an angle α, a convex B´ezier curve s(t) of any degree and one of
its points s(t0) are given, considering the chords s(t0)s(t) starting from this
point and the α-iso-optic circular arcs associated to these chords, we obtain
a one-parameter family of circular arcs. Since the B´ezier curve is supposed to
be convex, only the outer circular arcs are considered now (see Fig. 4).
One of these arcs evidently contains a point of the α-iso-optic curve of
the B´ezier curve as well: the tangent line of the curve at s(t0) and one of
the tangents at points s(t) meet at the given angle α, thus the circular arc
associated to this chord will contain the intersection point of these tangent
lines. Here we can prove that at this point the circular arc and the iso-optic
4
curve have a common tangent line as well, while all the other circular arcs
have no point in common to the iso-optic curve.
Theorem 1 Consider an angle α, a convex B´ezier-curve s(t)of any degree
and one of its points s(t0). Then the α-iso-optic circular arcs associated to
the chords s(t0)s(t)of the curve have either no common point to the α-iso-
optic curve of the B´ezier-curve, or have exactly one common point where the
tangents are also of the same direction.
Proof : At first let us consider the case when the chord s(t0)s(t1) is such that
the tangent lines of the curve at the endpoints meet at an angle different
from α. Suppose indirectly that the iso-optic circular arc of this chord has a
common point pto the iso-optic curve of the B´ezier curve. Then the angle
(s(t0)ps(t1)) = αbut the lines ps(t0) and ps(t1) are not tangents of the
ezier curve, they intersect the curve. Due to the convexity of the curve tan-
gents from point pto the B´ezier curve should meet at an angle greater than
α, which contradicts to the fact that pis the point of the α-iso-optic curve.
Thus the iso-optic curve and the circular arc have no point in common.
Now consider the case when the chord s(t0)s(t1) is such that the tangent
lines of the curve at the endpoints meet at an angle α. It follows immediately
that the intersection point pof these tangent lines is on the α-iso-optic curve
of the B´ezier curve as well, that is the circular arc and the α-iso-optic curve has
one point in common. Suppose that there is another common point different
from p, say q. Since qis the point of the α-iso-optic curve, tangents from
this point to the B´ezier curve meet at an angle α. Also qis point of the
α-iso-optic circular arc over s(t0)s(t1), thus qs(t0) and qs(t1) must meet at
an angle α. These latter lines are not tangents of the curve, but intersect it
and thus cannot meet at the same angle as the tangent lines drawing from
the same point q. This is a contradiction (c.f. Fig. 3). Hence the α-iso-optic
circular arc and the α-iso-optic curve have exactly one point in common and
evidently (due to the properties of the circle) the tangents of these curves are
also common in this point.
The proof also yields that there is exactly one circular arc for each chord
which has a common point and tangent line to the α-iso-optic curve. This
one-parameter family of circular arcs has an envelope, for which the following
statement holds.
Theorem 2 The envelope of the family of α-circular arcs associated to the
chords s(t0)s(t)of the B´ezier curve has exactly one common point to the α-iso-
optic curve of the B´ezier curve, in which the tangent lines are also common
(Fig. 4).
Proof : As we have seen, exactly one member of the family of circular arcs
5
Fig. 3. The α-iso-optic circular arc cannot have two intersection points with the
α-iso-optic curve: from point qthe tangent lines as well as line qs(t0) and qs(t1)
should meet at an angle α
Fig. 4. The envelope of the family of α-circular arcs (thick blue) associated to the
chords of the B´ezier curve has exactly one common point to the α-iso-optic curve
(red) of the B´ezier curve, in which the tangent lines are also common
has a common point and tangent line to the α-iso-optic curve. Due to the
convexity of the B´ezier curve all the other members of the family are at one
side of the iso-optic curve, thus these arcs cannot intersect the iso-optic curve.
But if the circular arcs are in one side of the iso-optic curve, the envelope of
this family must be at the same side of the iso-optic curve as well, they cannot
meet in more than one point. As the envelope is always between the family
of circles and the iso-optic curve, at the touching point of the only member
of the family which reaches the iso-optic curve, the envelope must also touch
this curve.
Corollary 3 Since each point s(t0)of the B´ezier curve generates a family of
circular arcs and their envelope, the iso-optic curve of the B´ezier curve can be
obtained as the envelope of these envelopes (Fig. 5).
6
Fig. 5. The envelope of the envelopes of the families of α-circular arcs is the
α-iso-optic curve (red) of the B´ezier curve: a cubic case at left, a fifth order case at
right
4 Computation of the envelope
The computation of the envelope of a family of curves is, in general, a
difficult task. It can be computed by computer algebra methods such as re-
sultants or Gr¨obner bases, but instead of exact computation we can also use
an approximate method described e.g. in Schulz and J¨uttler (2011).
At first we have to obtain the envelopes of the families of α-iso-optic circular
arcs. Given a point s(t0) of the curve, the circles in question can be described
by their centers c(t) and radii r(t). Based on the well-known drawing of the α-
iso-optic circular arc over a segment s(t0)s(t) we can observe that the center
of each circle can be obtained from the actual point s(t) by a rotation and a
homothety. Rotate the point s(t) around s(t0) by γ=π/2α, if απ/2 or
by γ=απ/2, if α > π/2. Then apply a homothety with center s(t0) and
ratio of the radius of the circle and the length of the chord s(t0)s(t), which is
sin γ/2.
This way we obtained the centers c(t) of the circles. Due to the affine
invariance property of B´ezier curves, the curve c(t), which is obtained from
the original curve by a rotation and a homothety, is also a B´ezier curve (see
Fig.6). The radius function of these circles is r(t) = q(c(t)s(t0))2.
The implicit equation of the family of curves thus
f(x, y, t)=(xsx(t))2+ (ysy(t))2(cx(t)sx(t0))2(cy(t)sy(t0))2= 0
where indices xand ydenote the coordinate functions of the current vector.
7
Fig. 6. Locus of centers of the α-iso-optic circular arcs is a B´ezier curve obtained
by a rotation and a homothety from the original curve
Note, that this is a polynomial equation.
It is well-known from differential geometry, that the implicit equation of
the envelope of this family of circles can be computed by eliminating tfrom
the system
f(x, y, t) = 0 (1)
∂f (x, y, t)
∂t = 0 (2)
which can be performed by computer algebra method, such as resultants or
Gr¨obner bases (c.f. Davenport (1993), Cox (2008)).
Alternatively we can compute the envelopes of the family of circles from
their parametric equations. We can describe the family of α-circular arcs
f(u, t)(fx(u, t), fy(u, t)) through the point s(t0)(sx(t0), sy(t0)) of the B´ezier
curve s(t)(sx(t), sy(t)) as follows:
fx(u, t) = 1
2((sy(t)sy(t0)) cot(α) + sx(t) + sx(t0)) + Dcos(u)
2 sin(α)
fy(u, t) = 1
2((sx(t0)sx(t)) cot(α) + sy(t) + sy(t0)) + Dsin(u)
2 sin(α)
8
where tis the parameter of one circle, uis the parameter of the family, and
D.
=q(sy(t0)sy(t))2+ (sx(t0)sx(t))2
H.
= (sy(t0)sy(t))(s0
y(t)) + (sx(t0)sx(t))(s0
x(t)).
Partial derivatives can be computed as
∂fx(u, t)
∂u =D(sin(u))
2 sin(α)
∂fy(u, t)
∂u =Dcos(u)
2 sin(α)
∂fx(u, t)
∂t =1
2(s0
y(t) cot(α) + s0
x(t)) + Hcos(u)
D·2 sin(α)
∂fy(u, t)
∂t =1
2(s0
x(t) cot(α) + s0
y(t)) + Hsin(u)
D·2 sin(α).
To obtain the envelope we must eliminate ufrom the equation
∂fx
∂u
∂fx
∂t
∂fy
∂u
∂fy
∂t
= 0.
The determinant can be expressed as
∂fx
∂u
∂fx
∂t
∂fy
∂u
∂fy
∂t
=Dsin(u)
4 sin(α)(s0
x(t) cot(α) + s0
y(t)) Hsin2(u)
4 sin2(α)
Dcos(u)
4 sin(α)(s0
y(t) cot(α) + s0
x(t)) Hcos2(u)
4 sin2(α)=
=D
4 sin(α)((s0
x(t) cot(α)+s0
y(t)) sin(u)+(s0
y(t) cot(α)+s0
x(t)) cos(u))H
4 sin2(α)
Using the abbreviations
A.
=D
4 sin(α)(s0
x(t) cot(α) + s0
y(t))
B.
=D
4 sin(α)(s0
y(t) cot(α) + s0
x(t))
C.
=H
4 sin2(α)
9
the parameter ucan be expressed as follows. If A0, then
∂fx
∂u
∂fx
∂t
∂fy
∂u
∂fy
∂t
= 0
Asin(u) + Bcos(u) + C= 0
A2+B2sin u+ arcsin B
A2+B2!!+C= 0
arcsin B
A2+B2!arcsin C
A2+B2!=u
while if A < 0, then
∂fx
∂u
∂fx
∂t
∂fy
∂u
∂fy
∂t
= 0
Asin(u) + Bcos(u) + C= 0
A2+B2sin u+πarcsin B
A2+B2!!+C= 0
arcsin B
A2+B2!arcsin C
A2+B2!π=u.
Substituting uinto f(u, t) we obtain the parametric equation of the enve-
lope. After computing the envelopes of the families of α-iso-optic circular arcs,
the envelope of these envelopes can be computed in a similar manner, but due
to the complexity of the obtained curves this final envelope can generally be
computed only by an approximate method. Results of the computations can
be seen in Fig. 7.
5 Conclusion and further research
Here we proved some results about iso-optic curves of a B´ezier curve. While
the direct computation of these curves is too complicated even for computer
algebra systems, based on the envelope property of the curve one can compute
exactly or approximately the iso-optics for higher degrees as well.
Results on envelopes can easily be generalized for other curve types in
CAGD, such as B-spline curves or NURBS, actually for any type of convex
10
Fig. 7. α-iso-optic curves of a cubic and a 5th order B´ezier curve for
α= 60,80,100,120
curve. Thus it is the field of further research to study the properties of iso-
optics for those curves as well.
References
Cox,D., Little,J., OShea, D., 2008. Ideals, Varieties, and Algorithms: An Intro-
duction to Computational Algebraic Geometry and Commutative Algebra.
Springer, New York.
Cie´slak, W., Miernowski A. and Mozgawa M., 1991. Isoptics of a closed strictly
convex curve, Lecture Notes in Mathematics, Vol. 1481, 28–35.
Davenport, J.H., Siret, Y., Tournier, F. 1993. Computer Algebra: systems and
algorithms for algebraic computation. Academic Press.
Glaeser, G., Schr¨ocker, H.-P., 2002. Handbook of geometric programming us-
ing Open Geometry GL, Springer, 2002.
Lawrence, J.D., 1972. A catalog of special plane curves. Dover Publications.
Loria, G., 1911. Spezielle algebraische und transzendente ebene Kurven: The-
orie und Geschichte, B.G. Teubner, Leipzig-Berlin, 1911.
Miernowski A., Mozgawa W., 2001. Isoptics of Pairs of Nested Closed Strictly
Convex Curves and Crofton-Type Formulas, Contributions to Algebra and
Geometry 42, 281–288.
Odehnal, B., 2010. Equioptic curves of conic sections, J. Geom. Graphics 14/1,
29–43.
Piegl, L., Tiller, W., 1995. The NURBS book. Springer Verlag.
Schulz, T., J¨uttler, B., 2011. Envelope Computation in the Plane by Approx-
imate Implicitization, Applicable Algebra in Engineering, Communication
and Computing 22, 265–288.
Szalkowski D., 2005. Isoptics of open rosettes, Annales Univ. Mariae Curie-
Skolodwska 59, 119–128.
Taylor, C., 1884. Note on a theory of orthoptic and isoptic loci. Proc. R. Soc.
London XXXVII.
11
Wunderlich, W., 1971. Contributions to the geometry of cam mechanisms with
oscillating followers, Journal of Mechanisms 6, 1–20.
Wunderlich, W., 1971. Kurven mit isoptischem Kreis. Aequat. Math. 6, 71-81.
12
... Isoptic curves of conic sections have been studied in [10] and [30]. There are results for Bezier curves by Kunkli et al. as well, see [12]. Many papers focus on the properties of isoptics, e.g. ...
Preprint
After having investigated the geodesic and translation triangles and their angle sums in $\SOL$ and $\SLR$ geometries we consider the analogous problem in $\NIL$ space that is one of the eight 3-dimensional Thurston geometries. We analyze the interior angle sums of translation triangles in $\NIL$ geometry and we provide a new approach to prove that it can be larger than or equal to $\pi$. Moreover, for the first time in non-constant curvature Thurston geometries we have developed a procedure for determining the equations of $\NIL$ isoptic surfaces of translation-like segments and as a special case of this we examine the $\NIL$ translation-like Thales sphere, which we call {\it Thaloid}. In our work we will use the projective model of $\NIL$ described by E. Moln\'ar in \cite{M97}.
... It should be noted that for higher degree curves the direct computation of the isoptic based on the definition can be extremely difficult. Therefore, Kunkli et al. defined a new calculation for free-form curves [8]. The authors determine the isoptic curve of convex Bézier-curves as the envelope of envelopes of families of isoptic circles over the chords of the curve. ...
Preprint
Full-text available
The log-aesthetic curve has a significant factor in the field of aesthetic design to meet the high industrial requirements. It has much exceptional property and a large number of research papers are published, since its introduction. It can be parametrized by tangential angle, and it is autoevolute, meaning that its evolute is also a log-aesthetic curve. In this paper, we will examine the isoptics of the log-aesthetic curve and determine if it is autoisoptic as well. We will show that the log-aesthetic curve only coincides its isoptic in some specific cases. We will also provide a new formula to calculate the isoptic curve of any tangential angle parametrized curves.
... However, the exact calculation of the isoptic curve may be a complicated task. For example, using direct computations, it is only possible to obtain it for low degree Bézier curves [6]. In such difficult cases, the points of the isoptic curve are determined by the appropriate tangents of the given curve, which meet at the given angle. ...
Article
Full-text available
The isoptic surface of a three-dimensional shape is recently defined as the generalization of isoptics of curves. The authors of the paper also presented an algorithm to determine isoptic surfaces of convex meshes. In our previous work, new searching algorithms are provided to find points of the isoptic surface of a triangulated model in E3. The new algorithms work for concave shapes as well. In this paper, we present a faster, simpler, and efficiently parallelised version of our previous algorithm that can be used to search for the points of the isoptic surface of a given closed polyhedral mesh, taking advantage of the computing capabilities of the high-performance graphics cards and using the benefits of nested parallelism. For the simultaneous computations, the NVIDIA’s Compute Unified Device Architecture (CUDA) was used. Our experiments show speedups up to 100 times using the new parallel algorithm.
... In addition the future research is set out to investigate the role that the proposed optimization strategy can play in the optimal design of skinning of circles and spheres [246], and isoptics of Bézier curves [148] which are considered as interesting subjects in CAGD. Moreover customizing the proposed methodology for decision-making tasks e.g., in [359], and in further optimal engineering designs, would be a part of our future research. ...
Thesis
Full-text available
The task of solving optimal engineering design problems is considered as a demanding decision-making process where the real-life industrial problems typically have to be considered from very different perspectives. In this context the most logical approach to achieving the best solution, at the presence of multiple design criteria and numerous design variables, has been the task of performing scientific optimization to produce potential solutions for further decision-making. Accordingly multiple criteria decision-making approaches to optimal engineering design problems, via employing efficient, robust, global and multi-objective optimization algorithms, have brought a significant and competitive advantage to the optimal design. However most of these approaches, due to the characteristics of the real-life problems, often associated with the usage, dimensionality and high computational cost of the objective evaluations, have not been practical and widely acceptable in engineering design community. Here the difficulties and further requirements of utilizing the optimization approaches in optimal engineering design are discussed with a more emphasis on challenges to complex geometries, dimensionality, and multiple criteria nature of the real-life engineering design problems. As a response to the considered challenges, performing the optimizations approaches in the framework of an integrated design environment is proposed as the key success to win industry.
... In addition the future research is set out to investigate the role that the proposed optimization strategy can play in the optimal design of skinning of circles and spheres [246], and isoptics of Bézier curves [148] which are considered as interesting subjects in CAGD. Moreover customizing the proposed methodology for decision-making tasks e.g., in [359], and in further optimal engineering designs, would be a part of our future research. ...
Article
Full-text available
In the present paper we describe the family of all closed convex plane curves of class C1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$C^1$$\end{document} which have circles as their isoptics. In the first part of the paper we give a certain characterization of all ellipses based on the notion of isoptic and we give a geometric characterization of curves whose orthoptics are circles. The second part of the paper contains considerations on curves which have circles as their isoptics and we show the form of support functions of all considered curves.
Article
Full-text available
Given an oval C in the plane, the $$\alpha $$ α -isoptic $$C_\alpha $$ C α of C is the plane curve composed of the points from which C can be seen under the angle $$\pi -\alpha $$ π - α . We consider isoptics of ovals parametrized with the support function $$p(t)=a+\cos n t$$ p ( t ) = a + cos n t , $$n\in \mathbb {N}$$ n ∈ N , and present an example of an oval such that when $$\alpha $$ α increases, the $$\alpha $$ α -isoptics begin to be convex, then lose their convexity and finally are convex again along a curve intersecting the isoptics orthogonally. Next we give an example of a curve from the same family, for which the curvature of the isoptics changes its sign three times. These changes occur on the symmetry axes of the oval C and coincide with the orthogonal trajectories which start at the points with extremal curvature. Finally, we formulate the hypothesis concerning the general case where we expect $$n-1$$ n - 1 convexity limit angles for the isoptics of an oval parametrized by $$p(t)=a+\cos n t$$ p ( t ) = a + cos n t .
Chapter
Full-text available
The locus \(k_\alpha \) of all points where two different tangents of a planar curve k meet at a constant angle \(\alpha \) is called the isoptic curve of k. We shall look for curves k that coincide with their isoptic curves \(k_\alpha \) and call them autoisoptic curves. Describing a planar curve k by its support function d allows us to derive a system of two linear ordinary delay differential equations that have to be fulfilled by d in order to make k an autoisoptic curve. Examples of autoisoptic curves different from the only known examples, namely logarithmic spirals, shall be given. We do not provide the most general autoisoptic curves, since these involve ordinary delay differential equations with time dependent delays. We only treat the case of constant delays.
Article
The theory of the isoptic curves is widely studied in the Euclidean plane $\bE^2$ (see \cite{CMM91} and \cite{Wi} and the references given there). The analogous question was investigated by the authors in the hyperbolic $\bH^2$ and elliptic $\cE^2$ planes (see \cite{CsSz1}, \cite{CsSz2}, \cite{CsSz5}), but in the higher dimensional spaces there are only a few result in this topic. In \cite{CsSz4} we gave a natural extension of the notion of the isoptic curves to the $n$-dimensional Euclidean space $\bE^n$ $(n\ge 3)$ which are called isoptic hypersurfaces. Now we develope an algorithm to determine the isoptic surface $\mathcal{H}_{\cP}$ of a $3$-dimensional polytop $\mathcal{P}$. We will determine the isoptic surfaces for Platonic solids and for some semi-regular Archimedean polytopes and visualize them with Wolfram Mathematica.
Data
Full-text available
Given two plane curves c1 and c2 we call the set of points from which c1 and c2 are seen under equal angle the equioptic curve. We give some basic results concerning equioptic curves in general. Then we pay our attention to the seemingly simple case of equioptic curves of conic sections. Mainly we are interested in upper bounds of the algebraic degree of these curves. Some examples illustrate the results.
Article
Full-text available
Given two plane curves c 1 and c 2 we call the set of points from which c 1 and c 2 are seen under equal angle the equioptic curve. We give some basic results concerning equioptic curves in general. Then we pay our attention to the seemingly simple case of equioptic curves of conic sections. Mainly we are interested in upper bounds of the algebraic degree of these curves. Some examples illustrate the results.
Chapter
After initial publication of the book, various errors were identified that needed correction. The following corrections have been updated within the current version, along with all known typographical errors.
Article
From the Publisher: .....Take advantage of open-source software tools for practical 2-D and 3-D programming.... "Handbook of Geometric Programming Using Open Geometry GL" is a comprehensive reference on the practice of geometrics and graphics programming. It is based upon and utilizes the industry standard open-source graphics API, Open GL. Readers will find a complete compendium of all methods and classes for Open Geometry GL, using any standard computer operating system (Windows 2000, Windows NT, Unix, and Linux). They will learn how to use these methods and classes and apply them in theoretical and practical applications for 2-D and 3-D graphics and animation, and data exchange, as well as create their own easily programmed extensions using C++ language. Topics and features: *Reinforced with more than 100 extensive documented examples *Flexibility and extendibility with open-source code and API library, for custom solutions to any geometric or graphics problems *Object-oriented viewpoint for all methods and programming in C++ *Based upon Open GL API and standards *More than 200 sample programs and executables on CD-ROM, covering wide areas of application, and with full source code *A comprehensive "toolkit" that is easy-to-use for beginning and advanced users of Open Geometry GL *Includes new coverage on projective geometry, fractals or Bezier surfaces, and B-spline surfaces With its accessibility, breadth, and well-devised organization, this handbook is a superb resource for those looking to develop a solid grounding and expertise in geometric programming with Open Geometry GL. It is an indispensable reference work ideally suited for practitioners, professionals, and researchers.
Article
In this paper we give some new properties of isoptics of open rosettes. We introduce quasiperiodic open rosettes, consider isoptics of pairs of quasiperiodic open rosettes and give some of their properties.
Article
The orthoptic locus of a curve and its isoptic loci are the loci of the points of concourse of pairs of tangents drawn to it at right angles, and at angles equal to given angles, respectively. As a step towards a general theory of such loci, of which special cases only have been treated hitherto, it is shown below that the order of the orthoptic locus of a curve of class n is n ( n —1), and the order of its isoptic loci 2 n ( n —1).
Article
The geometric fundamentals for two-disk cam mechanisms operating two rigidly connected oscillating followers with straight-line or circular-arc profiles are developed. Special attention is paid to the existence of single-disk cam mechanisms of this kind. For this purpose the problem of plane curves with an isoptic circle is discussed. Finally single-disk cam mechanisms with two oscillating roller followers joined by a coupler link are considered.ZusammenfassungDie geometrischen Grundlagen für Doppelnockentriebe, die zwei starr verbundene Schwinghebel mit geraden oder kreiförmigen Flanken betätigen, werden entwickelt. Besonderes Augenmerk wird der Existenz von Einscheiben-Nockentrieben dieser Art zugewandt. Zu diesem Zweck wird das Problem von ebenen Kurven mit einem isoptischen Kreis erörtert. Schliesslich werden Einscheiben-Nockentriebe mit zwei Schwinghebeln betrachtet, die durch ein Koppelglied gelenkig verbunden sind.РефератBклaд в гeoмeтpию кyлaчкoвыx мexaнизмoв c кopoмыcлaми: B. Byндepлиx. B paбoтe излoжeны гeoмeтpичecкиe ocнoвы двyxдиcкoвыx кyлaчкoвыx мexaнизмoв, oчepчeнныx пpямыми линиями или дyгaми oкpyжнocтeй и пpивoдящиx в движeниe двa жecткo coeдинeнныx кopoмыcлa.Ocoбeннoe внимaниe yдeлeнo cyщecтвoвaнию oднoдиcкoвoгo кyлaчкoвoгo мexaнизмa этoгo poдa. C этoй цeлвю oбcyждaeтcя пpoблeмa плocкиx кpивыx c изoптичecки м кpyгoм. B кoнцe paccмaтpивaeтcя oднoдиcкoвый кyлaчкoвый мexaнизм c двyмя кopoмыcлaми, coeдинeнными шapниpoм.