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
/
MutableRay
/
set
set
fun
set
(
origin
:
Vector2F
=
this.origin
,
direction
:
Vector2F
=
this.direction
)
Sets the specified properties of this instance.
Parameters
direction
the value is expected to be
normalized
.