korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
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