toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
Matrix4
/
Companion
/
frustum
frustum
fun
frustum
(
left
:
Float
,
right
:
Float
,
bottom
:
Float
,
top
:
Float
,
zNear
:
Float
=
0.0f
,
zFar
:
Float
=
1.0f
)
:
Matrix4
fun
frustum
(
left
:
Double
,
right
:
Double
,
bottom
:
Double
,
top
:
Double
,
zNear
:
Double
=
0.0
,
zFar
:
Double
=
1.0
)
:
Matrix4
fun
frustum
(
left
:
Int
,
right
:
Int
,
bottom
:
Int
,
top
:
Int
,
zNear
:
Int
=
0
,
zFar
:
Int
=
1
)
:
Matrix4
fun
frustum
(
rect
:
Rectangle
,
zNear
:
Float
=
0.0f
,
zFar
:
Float
=
1.0f
)
:
Matrix4
fun
frustum
(
rect
:
Rectangle
,
zNear
:
Double
=
0.0
,
zFar
:
Double
=
1.0
)
:
Matrix4
fun
frustum
(
rect
:
Rectangle
,
zNear
:
Int
=
0
,
zFar
:
Int
=
1
)
:
Matrix4