columnVector

Undocumented in source. Be warned that the author may not have intended to support it.
columnVector
(
Ts...
)
(
Ts args
)
if (
!is(CommonType!Ts == void)
)

Examples

assert(point(1, 2) + vector(1, 2) == point(2, 4));
assert(point(1, 2) - vector(1, 2) == point(0, 0));

Meta