menu
three_dart package
documentation
three3d/math/matrix3.dart
Matrix3
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {'elements': elements}; }
three_dart package
documentation
three3d/math/matrix3
Matrix3
toJson method
Matrix3 class