Learn R Programming

RFOC (version 1.0-4)

Z3Darrow: Make a 3D arrow

Description

Create the list structure for a 3D arrow.

Usage

Z3Darrow(len = 1, basethick = 0.1, headlen = 0.6, headlip = 0.1)

Arguments

len
Length in user coordinates
basethick
Thickness of the base
headlen
Length of the head
headlip
Width of the overhang lip

Value

  • List
  • aglyphList of vertices of the faces
  • anormOutward facing normal vectors to faces

Details

Creates a strucutre suitable for plotting rotated and translated 3D arrows.

See Also

PROJ3D, pglyph3D, phong3D

Examples

Run this code
ZA = Z3Darrow(len = 1, basethick = 0.1, headlen = 0.6, headlip = 0.1)

Run the code above in your browser using DataLab