Plane

ABSTRACT

Generates a plane mesh based on specified parameters.

PARAMETERS
normalA 3-vector representing the normal direction of the plane
distA scalar value indicating the distance from the origin along the normal
widthA scalar value representing the width of the plane
heightA scalar value representing the height of the plane
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 plane mesh conforming to the specified parameters

DECLARATION
func Plane([config] {[main] {normal, dist, width, height}}, tag, [color] {[default] {}, [stroke] {stroke}, [solid] {stroke, fill}})