Skip to contents

A 3D arrow (line with a cone tip).

Public fields

tip_length

Length of the arrowhead cone

Methods

Inherited methods


Method new()

Create a 3D arrow

Usage

Arrow3D$new(
  start = ORIGIN,
  end = c(1, 1, 1),
  tip_length = 0.3,
  color = YELLOW,
  ...
)

Arguments

start

Start point

end

End point

tip_length

Length of arrow tip

color

Arrow color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Arrow3D$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.