menu
openworld package
documentation
three_dart/three3d/math/index.dart
Matrix3
Matrix3.fromJson constructor
Matrix3.fromJson constructor
dark_mode
light_mode
Matrix3.fromJson
constructor
Matrix3.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
Matrix3.fromJson(Map<String, dynamic> json) { elements = json['elements']; }
openworld package
documentation
three_dart/three3d/math/index
Matrix3
Matrix3.fromJson constructor
Matrix3 class