You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a curve editor. It is based on Bézier curves calculated with the method of Bernstein polynomials or the recursive method of Casteljau. You can load 5 different examples and change the position of the control points or create your own curve.
Perform estimation and inference for clustered current status data with informative cluster size using the method proposed by Lam et al. (2021) <DOI: https://doi.org/10.1002/sim.8910>.
This repository contains a project carried out as part of the course "Computer Graphics" at the Warsaw University of Technology. It covers topics such as surface modelling using Bezier curves and Bernstein polynomial, filling triangles using scan-line and Phong lighting model.