menu
openworld package
documentation
three_dart/three3d/math/index.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(); }
openworld package
documentation
three_dart/three3d/math/index
Frustum
toJSON method
Frustum class