menu
three_dart package
documentation
three3d/math/frustum.dart
Frustum
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
List
<
num
>
>
toJSON
(
)
Implementation
List<List<num>> toJSON() { return planes.map((e) => e.toJSON()).toList(); }
three_dart package
documentation
three3d/math/frustum
Frustum
toJSON method
Frustum class