menu
openworld package
documentation
three_dart/three3d/math/index.dart
Plane
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
num
>
toJSON
(
)
Implementation
List<num> toJSON() { List<num> _data = normal.toJSON(); _data.add(constant); return _data; }
openworld package
documentation
three_dart/three3d/math/index
Plane
toJSON method
Plane class