Starting from:

$30

CS680-PSet 3: Curves & Surfaces Solved

We are given the implicit function for a two-sheeted hyperboloid,  
                                                          𝑓(π‘₯, 𝑦, 𝑧) = (π‘₯ − 𝑐 ) + 𝑦 − 𝑐           − 𝑧    + π‘Ÿ .  

Give the 4 × 4 matrix 𝑸 for this cylindrical surface, such that 𝒑 𝑻𝑸𝒑 = 0 for any homogeneous point 𝑝 = (π‘₯, 𝑦, 𝑧, 1) that is on the cylindrical surface.
Using the implicit function, derive a function that gives a unit normal vector at any point on the surface (π‘₯, 𝑦, 𝑧).
Give an equivalent parametric equation for the sheet of the surface that is above the xyplane (𝑧 ≥ 0), in terms of θ and z. Assume that −πœ‹ ≤ πœƒ ≤ πœ‹ and 𝑧 ≤ 𝑧 ≤ 𝑧 . Give the parameters for 𝑧        , 𝑧         .
Using the parametric equation, derive the function that gives the unit normal vector at any point on the sheet with parameter (πœƒ, 𝑧).
Extra Credit (5 points): Give a parametrization that utilizes hyperbolic trigonometric functions, and find the unit normal with this parametrization.
We are given a 3D swept surface. A line segment with end points π’‘πŸŽ = (2,0,0) and  π’‘πŸ = (0,0,6) is used as the sweep curve. The cross-section is an ellipse in the z = 0  plane, where π‘₯ = 2 + π‘Ÿ π‘π‘œπ‘ (2πœ‹π‘£), 𝑦 = π‘Ÿ 𝑠𝑖𝑛(2πœ‹π‘£), 0 ≤ 𝑣 ≤ 1. The center of the ellipse is swept along the vector from  π’‘πŸŽ  to  π’‘πŸ , such that it remains parallel to the x-y plane.

Derive the parametric equation in 𝑒 for the directed line segment π’‘πŸŽ π’‘πŸ.
Derive an equation for location of the point 𝑷(𝑒, 𝑣) on the swept surface.
Derive the equation for the swept surface normal 𝑡(𝑒, 𝑣).
 

3. We are given a 2D cubic Bezier curve segment, which has the following control points: 

π’‘πŸŽ = (2, 3)

π’‘πŸ = (3, 0)

π’‘πŸ = (4, 4)

π’‘πŸ‘ = (5, 1)

 

Draw the convex hull for this 2D Bezier curve segment.
Compute the value of 𝑃’(0) for this 2D Bezier curve segment.
We are now given a second 2D Bezier curve segment, which has the control points:
π’‘πŸŽ = (0, -1)

π’‘πŸ = (-2, 4)

π’‘πŸ = (0, 9)

π’‘πŸ‘ = (2, 3)

Does this segment join the previous segment with C1 continuity? Give a mathematical justification for your answer.

Which control point above (for the second curve in (c)) may we change to achieve C1 continuity? Write down the new position of the point that will achieve this.
 

We are given the following boundary conditions for a cubic spline section: 
                                                                     π‘·(0) = 𝒑

                                                                       π‘·(1) = 𝒑     

                                                                       π‘·′(0) =     [(1 + 𝑏)(𝒑    − 𝒑       ) + (1 − 𝑏)(𝒑        − 𝒑 )]

                                                                       π‘·′(1) =     [(1 + 𝑏)(𝒑         − 𝒑 ) + (1 − 𝑏)(𝒑         − 𝒑      )]

In the textbook, we see this is a Cardinal Spline (Kochanek-Bartels spline with t=0 and c=0). In this case 𝑀    = [𝑝        π‘  π‘      π‘        ] and the boundary conditions can be written:

                                                   π‘·(0)             0            1           0           0       𝒑

                                                 βŽ‘𝑷(1)⎀      βŽ‘    0            0           1           0   ⎀    π’‘

                                                βŽ’βŽ’π‘·′(0)βŽ₯βŽ₯ = ⎒⎒ (       )           𝑏         (       )          0   βŽ₯βŽ₯ 𝒑      

                                                βŽ£π‘·′(1)⎦     ⎣    0           (       )         𝑏         (        )⎦ 𝒑

Show how to compute the 4×4 coefficient matrix MC given the boundary conditions written above. You do not need to compute a matrix inverse to find MC (the relevant one is given in the textbook anyway). Just give the specific equations for MC.
Given MC write out the blending functions for this curve.
Do adjacent segments satisfy C1 continuity? Give a mathematical justification.
Does adjusting b change the tangent direction at the endpoints or only magnitude?

More products