PLYOptions constructor
PLYOptions({
- ExportTypes type = ExportTypes.ascii,
- bool littleEndian = true,
Implementation
PLYOptions({
this.type = ExportTypes.ascii,
this.littleEndian = true
});