Learn R Programming

RFOC (version 3.4-10)

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)

Value

List

aglyph

List of vertices of the faces

anorm

Outward facing normal vectors to faces

Arguments

len

Length in user coordinates

basethick

Thickness of the base

headlen

Length of the head

headlip

Width of the overhang lip

Author

Jonathan M. Lees <jonathan.lees@unc.edu>

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