Shape.to

Converting a form to another form of its presentation.

struct Shape(T : float)
R
to
(
R
)
()
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Parameters

R

What to convention?

Examples

Vecf[][] points = myPolygon.to!Vecf[][];

Meta