Vector

ABSTRACT

Generates a vector mesh based on specified parameters. This looks like an arrow from the start to the end point

PARAMETERS
tailA 3-vector denoting the starting point of the vector
deltaA 3-vector indicating the change or direction of the vector
tailA 3-vector denoting the starting point of the vector
deltaA 3-vector indicating the change or direction of the vector
normalA 3-vector representing the normal direction of the vector
tagA vector of numbers used as the mesh's tag
defaultAn enum branch specifying the default coloring scheme, a white stroke with white fill. Note that an uprank is always forced
strokeA 4-vector representing the color of the stroke
strokeA 4-vector representing the color of the stroke
fillA 4-vector representing the color of the fill
RETURN

Generates a vector mesh conforming to the specified parameters

DECLARATION
func Vector([config] {[main] {tail, delta}, [normal] {tail, delta, normal}}, tag, [color] {[default] {}, [stroke] {stroke}, [solid] {stroke, fill}})