VTK/Removal of Legacy Code: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
(First pass at page with first few functions removed) |
|||
Line 3: | Line 3: | ||
== vtkMath == | == vtkMath == | ||
static float DegreesToRadians() | * static float DegreesToRadians() | ||
static double DoubleDegreesToRadians() | * static double DoubleDegreesToRadians() | ||
static float RadiansToDegrees() | * static float RadiansToDegrees() | ||
static double DoubleRadiansToDegrees() | * static double DoubleRadiansToDegrees() |
Latest revision as of 13:39, 29 April 2011
After branching for VTK 5.8 the following API has been removed from the VTK headers:
vtkMath
- static float DegreesToRadians()
- static double DoubleDegreesToRadians()
- static float RadiansToDegrees()
- static double DoubleRadiansToDegrees()