Shape.Point

Creates a point.

struct Shape(T : float)
@safe nothrow pure static
Point
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Parameters

point Vector!T

Point position.

Return Value

Type: Shape!T

Point.

Meta