toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
Ray3F
Ray3F
data
class
Ray3F
(
val
pos
:
Vector3F
,
val
dir
:
Vector3F
)
Members
Members & Extensions
Constructors
Ray3F
Link copied to clipboard
constructor
(
pos
:
Vector3F
,
dir
:
Vector3F
)
Properties
dir
Link copied to clipboard
val
dir
:
Vector3F
pos
Link copied to clipboard
val
pos
:
Vector3F
Functions
intersect
Ray
AABox1
Link copied to clipboard
fun
Ray3F
.
intersectRayAABox1
(
box
:
AABB3D
)
:
Boolean
to
BVH
Link copied to clipboard
fun
Ray3F
.
toBVH
(
out
:
BVHIntervals
=
BVHIntervals(3)
)
:
BVHRay