core
Toggle table of contents
0.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
com.acmerobotics.roadrunner.geometry
/
DiagonalElement
Diagonal
Element
class
DiagonalElement
<
M
>
(
val
matrix
:
Matrix
,
val
index
:
Int
)
:
ReadWriteProperty
<
M
,
Double
>
Members
Constructors
Diagonal
Element
Link copied to clipboard
constructor
(
matrix
:
Matrix
,
index
:
Int
)
Properties
index
Link copied to clipboard
val
index
:
Int
matrix
Link copied to clipboard
val
matrix
:
Matrix
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
M
,
property
:
KProperty
<
*
>
)
:
Double
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
M
,
property
:
KProperty
<
*
>
,
value
:
Double
)