Dot

ABSTRACT

Produces a single dot mesh in the specified location

PARAMETERS
pointa 3-vector that specifies the location at which to place the dot
pointa 3-vector that specifies the location at which to place the dot
normala 3-vector which specifies the plane the dot occupies, if none is provided, a default of {0,0,1} is assumed
taga vector of numbers that is used as the mesh's tag
defaultan enum branch specifying to use the default color, which is white
dota 4-vector specifying the color of the dot
RETURN

a mesh that has a singular dot with the specified properties

DECLARATION
func Dot([config] {[main] {point}, [parameterized] {point, normal}}, tag, [color] {[default] {}, [colored] {dot}})