LineManipulator
Introduction
vtkLineManipulator.
Methods
extend
Method use to decorate a given object (publicAPI+model) with vtkLineManipulator 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 | ILineManipulatorInitialValues | No | (default: {}) |
newInstance
Method use to create a new instance of vtkLineManipulator
projectDisplayToLine
| Argument | Type | Required | Description |
|---|---|---|---|
x | Number | Yes | |
y | Number | Yes | |
lineOrigin | Vector3 | Yes | |
lineDirection | Vector3 | Yes | |
renderer | Yes | ||
glRenderWindow | Yes |