menu
three_dart package
documentation
three3d/math/plane.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; }
three_dart package
documentation
three3d/math/plane
Plane
toJSON method
Plane class