openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-math
/
org.openrndr.math
/
times
times
operator
fun
Int
.
times
(
v
:
IntVector2
)
:
IntVector2
(
source
)
operator
fun
Int
.
times
(
v
:
IntVector3
)
:
IntVector3
(
source
)
operator
fun
Int
.
times
(
v
:
IntVector4
)
:
IntVector4
(
source
)
operator
fun
Double
.
times
(
m
:
Matrix33
)
:
Matrix33
(
source
)
operator
fun
Double
.
times
(
m
:
Matrix44
)
:
Matrix44
(
source
)
operator
fun
Double
.
times
(
v
:
Vector2
)
:
Vector2
(
source
)
operator
fun
Double
.
times
(
v
:
Vector3
)
:
Vector3
(
source
)
operator
fun
Double
.
times
(
v
:
Vector4
)
:
Vector4
(
source
)