openrndr
0.4.5-dev.4.uncommitted+98ebace
common
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