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
/
LinearType
Linear
Type
interface
LinearType
<
T
:
LinearType
<
T
>
>
(
source
)
Inheritors
EuclideanVector
Matrix33
Matrix44
Polar
Spherical
Vector2
Vector3
Vector4
Members
Functions
div
Link copied to clipboard
abstract
operator
fun
div
(
scale
:
Double
)
:
T
minus
Link copied to clipboard
abstract
operator
fun
minus
(
right
:
T
)
:
T
plus
Link copied to clipboard
abstract
operator
fun
plus
(
right
:
T
)
:
T
times
Link copied to clipboard
abstract
operator
fun
times
(
scale
:
Double
)
:
T