MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit.euclidean2d
/
Ray
Ray
fun
Ray
(
origin
:
Vector2F
,
direction
:
Vector2F
)
:
Ray
Creates a new instance of
Ray
.
Parameters
direction
the value is expected to be
normalized
.