Description: Get the normal to the plane.
| 1637 | // Description: |
| 1638 | // Get the normal to the plane. |
| 1639 | double* vtkPlaneWidget::GetNormal() |
| 1640 | { |
| 1641 | return this->PlaneSource->GetNormal(); |
| 1642 | } |
| 1643 | |
| 1644 | void vtkPlaneWidget::GetNormal(double xyz[3]) |
| 1645 | { |
no outgoing calls