menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
setFromMatrix3Column method
setFromMatrix3Column method
dark_mode
light_mode
setFromMatrix3Column
method
Vector3
setFromMatrix3Column
(
Matrix3
m
,
int
index
)
Implementation
Vector3 setFromMatrix3Column(Matrix3 m, int index) { return fromArray(m.elements, index * 3); }
openworld package
documentation
three_dart/three3d/math/index
Vector3
setFromMatrix3Column method
Vector3 class