menu
three_dart package
documentation
three3d/math/matrix3.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']; }
three_dart package
documentation
three3d/math/matrix3
Matrix3
Matrix3.fromJson constructor
Matrix3 class