module:extras/arrow
The extras/arrow.js
module.
To import all symbols in this module, either of the following can be used:
import * from "extras/arrow.js"; // -- or -- import * as CustomModuleName from "extras/arrow.js";
Methods
- createMultiColoredArrow
TODO: Not documented yet.
### (static) module:extras/arrow.createMultiColoredArrow(shaftLength, pointerLength, shaftRadius, pointerRadius, shaftColor, pointerColor)
TODO: Not documented yet.
Parameters
shaftLength
(Type: number)pointerLength
(Type: number)shaftRadius
(Type: number)pointerRadius
(Type: number)-
shaftColor
(Type: Array.<number>number string)
A color vector or string specifying the color of the shaft. -
pointerColor
(Type: Array.<number>number string)
A color vector or string specifying the color of the pointer.
Return Value
A mesh buffer of the resulting shape. (Type: MeshBuffer)