------------------------------------------------------------------------------
| 1737 | |
| 1738 | //------------------------------------------------------------------------------ |
| 1739 | double* vtkAxisActor::GetPoint2() |
| 1740 | { |
| 1741 | return this->Point2Coordinate->GetValue(); |
| 1742 | } |
| 1743 | |
| 1744 | //------------------------------------------------------------------------------ |
| 1745 | // Creates points for ticks (minor, major, gridlines) in correct position |
no test coverage detected