menu
three_dart package
documentation
three3d/extras/core/curve.dart
Curve
fromJSON method
fromJSON method
dark_mode
light_mode
fromJSON
method
Curve
fromJSON
(
dynamic
json
)
Implementation
Curve fromJSON(json) { arcLengthDivisions = json.arcLengthDivisions; return this; }
three_dart package
documentation
three3d/extras/core/curve
Curve
fromJSON method
Curve class