s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
Matrix3x3.set
s2
util
math
matrix3x3
Matrix3x3
Change the value of all the coefficients of the matrix.
struct
Matrix3x3
(ElemT)
ThisT
set
(
in
ElemT
m00
,
in
ElemT
m01
,
in
ElemT
m02
,
in
ElemT
m10
,
in
ElemT
m11
,
in
ElemT
m12
,
in
ElemT
m20
,
in
ElemT
m21
,
in
ElemT
m22
)
if
(
traits.isNumeric
!
ElemT
)
Meta
Source
See Implementation
s2
util
math
matrix3x3
Matrix3x3
aliases
FloatT
ThisT
VectorT
constructors
this
functions
cofactorMatrixTransposed
col
det
eigenValues
frobeniusNorm
inverse
isNaN
mulBothSides
opBinary
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
orthogonalize
project
row
set
setCol
setRow
symmetricEigenSolver
toString
trace
transpose
properties
data
static functions
antiSym3
diagonal
fromCols
fromRows
identity
rodrigues
sym3
zero
Change the value of all the coefficients of the matrix.