korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.vector
/
VectorBuilder
/
rect
rect
open
fun
rect
(
rect
:
RectangleInt
)
open
fun
rect
(
rect
:
Rectangle
)
open
fun
rect
(
pos
:
Point
,
size
:
Size
)
open
fun
rect
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
open
fun
rect
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
open
fun
rect
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)