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