Searched refs:total_arc (Results 1 – 4 of 4) sorted by relevance
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/ |
H A D | vtkTreeLayoutStrategy.cxx | 247 double total_arc = (curPlace*this->Angle) - (90.+this->Angle/2.) - angleInDegrees; in Layout() local 248 double angle1 = angleInDegrees - (total_arc/2.) + 360.; in Layout() 249 double angle2 = angleInDegrees + (total_arc/2.) + 360.; in Layout()
|
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/ |
H A D | vtkTreeLayoutStrategy.cxx | 247 double total_arc = (curPlace * this->Angle) - (90. + this->Angle / 2.) - angleInDegrees; in Layout() local 248 double angle1 = angleInDegrees - (total_arc / 2.) + 360.; in Layout() 249 double angle2 = angleInDegrees + (total_arc / 2.) + 360.; in Layout()
|
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/ |
H A D | vtkTreeLayoutStrategy.cxx | 247 double total_arc = (curPlace*this->Angle) - (90.+this->Angle/2.) - angleInDegrees; in Layout() local 248 double angle1 = angleInDegrees - (total_arc/2.) + 360.; in Layout() 249 double angle2 = angleInDegrees + (total_arc/2.) + 360.; in Layout()
|
/dports/graphics/gmt/gmt-6.3.0/src/ |
H A D | psrose.c | 504 double x1, x2, y1, y2, total = 0.0, total_arc, off, max_radius, az_offset, start_angle; in GMT_psrose() local 553 total_arc = 180.0; in GMT_psrose() 558 total_arc = 180.0; in GMT_psrose() 563 total_arc = 360.0; in GMT_psrose() 567 n_bins = (Ctrl->A.inc <= 0.0) ? 1U : urint (total_arc / Ctrl->A.inc); in GMT_psrose() 856 …ent.map.frame.axis[GMT_Y].item[GMT_GRID_UPPER].interval > 0.0) ? irint (total_arc / GMT->current.m… in GMT_psrose() 868 …p.frame.axis[GMT_X].item[GMT_GRID_UPPER].interval * Ctrl->S.scale, 0.0, total_arc, PSL_MOVE|PSL_ST… in GMT_psrose()
|