toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure.ds
/
BVH
/
IntersectResult
Intersect
Result
data
class
IntersectResult
<
T
>
(
val
ray
:
BVHRay
,
val
intersect
:
Double
,
val
obj
:
BVH.Node
<
T
>
)
Members
Constructors
Intersect
Result
Link copied to clipboard
constructor
(
ray
:
BVHRay
,
intersect
:
Double
,
obj
:
BVH.Node
<
T
>
)
Properties
intersect
Link copied to clipboard
val
intersect
:
Double
normal
Link copied to clipboard
val
normal
:
BVHVector
obj
Link copied to clipboard
val
obj
:
BVH.Node
<
T
>
point
Link copied to clipboard
val
point
:
BVHVector
ray
Link copied to clipboard
val
ray
:
BVHRay