tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
Shape.height
tida
shape
Shape
Shape height
T
height
[@property getter]
struct
Shape
(T : float)
@
safe
nothrow pure @
property
inout
T
height
(
)
in (type == ShapeType.rectangle || type == ShapeType.roundrect, "This is not a rectangle!")
if
(
isNumeric
!
T
&&
isMutable
!
T
&&
isSigned
!
T
)
T
height
[@property setter]
Meta
Source
See Implementation
tida
shape
Shape
aliases
Type
bottom
left
right
top
functions
move
scale
to
toString
properties
begin
end
endX
endY
height
length
radius
vertex
vertexs
width
x
y
static functions
Circle
CircleLine
Line
Multi
Point
Polygon
Rectangle
RectangleLine
RoundRectangle
RoundRectangleLine
Square
Triangle
TriangleLine
variables
data
isSolid
shapes
type
Shape height