35    using namespace TMath;
 
   43        dst.
Y() = 16 * 
Sin(u);
 
   51   TCanvas *
c = 
new TCanvas(
"canvas",
"Parametric surfaces with gl", 100, 10, 700, 700);
 
   56                                "1.2 ^ v * sin(u) ^ 2 * sin(v)",
 
   57                                "1.2 ^ v * sin(u) * cos(u)",
 
   58                                "1.2 ^ v * sin(u) ^ 2 * cos(v)",
 
   65                                    "cos(u) / (sqrt(2) + sin(v))",
 
   66                                    "sin(u) / (sqrt(2) + sin(v))",
 
   67                                    "1. / (sqrt(2) + cos(v))",
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
R__EXTERN TStyle * gStyle
 
A parametric surface is a surface defined by a parametric equation, involving two parameters (u,...
 
3 component (x/y/z) vertex class.
 
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
 
void SetCanvasPreferGL(Bool_t prefer=kTRUE)
 
double Pi()
Mathematical constants.
 
Double_t Cos(Double_t)
Returns the cosine of an angle of x radians.
 
Double_t Sin(Double_t)
Returns the sine of an angle of x radians.
 
constexpr Double_t TwoPi()