toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.geometry
/
Point
/
times
times
common
abstract
operator override
fun
times
(
value
:
Int
)
:
Vector2D
abstract
operator override
fun
times
(
value
:
Float
)
:
Vector2D
abstract
operator override
fun
times
(
value
:
Double
)
:
Vector2D
Calculates the
scalar product
of this vector and a value.
Return
the resulting point
Parameters
value
to scale by