toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure.ds
/
BVHRect
BVHRect
inline
class
BVHRect
(
val
intervals
:
BVHIntervals
)
Members
Members & Extensions
Constructors
BVHRect
Link copied to clipboard
constructor
(
dimensions
:
Int
)
constructor
(
intervals
:
BVHIntervals
)
Properties
data
Link copied to clipboard
val
data
:
DoubleArray
dimensions
Link copied to clipboard
val
dimensions
:
Int
intervals
Link copied to clipboard
val
intervals
:
BVHIntervals
length
Link copied to clipboard
val
length
:
Int
max
Link copied to clipboard
val
max
:
BVHVector
min
Link copied to clipboard
val
min
:
BVHVector
size
Link copied to clipboard
val
size
:
BVHVector
Functions
check
Dimensions
Link copied to clipboard
fun
checkDimensions
(
dimensions
:
Int
)
clone
Link copied to clipboard
fun
clone
(
)
:
BVHRect
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
BVHRect
)
:
BVHRect
max
Link copied to clipboard
fun
max
(
dim
:
Int
)
:
Double
min
Link copied to clipboard
fun
min
(
dim
:
Int
)
:
Double
fun
min
(
dim
:
Int
,
value
:
Double
)
size
Link copied to clipboard
fun
size
(
dim
:
Int
)
:
Double
fun
size
(
dim
:
Int
,
value
:
Double
)
to
AABB3D
Link copied to clipboard
fun
BVHRect
.
toAABB3D
(
)
:
AABB3D
to
Rectangle
Link copied to clipboard
fun
BVHRect
.
toRectangle
(
)
:
Rectangle
to
Segment1D
Link copied to clipboard
fun
BVHRect
.
toSegment1D
(
)
:
Segment1D
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String