Class: Arrow2

Arrow2(options)

new Arrow2(options)

A Arrow is a THREE object that can be used to display an arrow model using ArrowHelper

Parameters:
Name Type Description
options

object with following keys:

  • origin (optional) - the origin of the arrow
  • direction (optional) - the direction vector of the arrow
  • length (optional) - the length of the arrow
  • headLength (optional) - the head length of the arrow
  • shaftDiameter (optional) - the shaft diameter of the arrow
  • headDiameter (optional) - the head diameter of the arrow
  • material (optional) - the material to use for this arrow
Source: