new Axes(options)
An Axes object can be used to display the axis of a particular coordinate frame.
Parameters:
| Name | Type | Description |
|---|---|---|
options |
object with following keys:
|
- Source:
- models/Axes.js, line 15
Methods
-
<inner> addAxis(axis)
-
Adds an axis marker to this axes object.
Parameters:
Name Type Description axisthe 3D vector representing the axis to add
- Source:
- models/Axes.js, line 33