PlaneManipulator
Introduction
vtkPlaneManipulator.
Methods
extend
Method use to decorate a given object (publicAPI+model) with vtkPlaneManipulator characteristics.
| Argument | Type | Required | Description |
|---|---|---|---|
publicAPI | Yes | object on which methods will be bounds (public) | |
model | Yes | object on which data structure will be bounds (protected) | |
initialValues | IPlaneManipulatorInitialValues | No | (default: {}) |
intersectDisplayWithPlane
| Argument | Type | Required | Description |
|---|---|---|---|
x | Number | Yes | |
y | Number | Yes | |
planeOrigin | Vector3 | Yes | |
planeNormal | Vector3 | Yes | |
renderer | Yes | ||
glRenderWindow | Yes |
newInstance
Method use to create a new instance of vtkPlaneManipulator