korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure.ds
/
BVHRect
BVHRect
inline
class
BVHRect
(
val
intervals
:
BVHIntervals
)
Members
Constructors
BVHRect
Link copied to clipboard
constructor
(
intervals
:
BVHIntervals
)
constructor
(
dimensions
:
Int
)
constructor
(
n
:
Double
,
len
:
Double
)
constructor
(
x
:
Double
,
width
:
Double
,
y
:
Double
,
height
:
Double
)
constructor
(
x
:
Double
,
width
:
Double
,
y
:
Double
,
height
:
Double
,
z
:
Double
,
depth
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
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
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String