Joshua
15 years ago
5 changed files with 51 additions and 37 deletions
@ -0,0 +1,38 @@ |
|||||
|
|
||||
|
input: "attractor" |
||||
|
output: "png" |
||||
|
|
||||
|
attractor: { |
||||
|
type: "polynomial" |
||||
|
dimensions: "3" |
||||
|
orde: "2" |
||||
|
|
||||
|
iterations: "1000000" |
||||
|
|
||||
|
parameters: { |
||||
|
:"1.0" |
||||
|
:"0.0" |
||||
|
:"2.0" |
||||
|
:"0.0" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
projector: { |
||||
|
type: "lineair map" |
||||
|
|
||||
|
domainDimension: "3" |
||||
|
codomainDimensions: "2" |
||||
|
|
||||
|
matrix : { |
||||
|
:{ :"1" :"0" :".2" } |
||||
|
:{ :"0" :"1" :".2" } |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
png: { |
||||
|
width: "3200" |
||||
|
height: "3200" |
||||
|
|
||||
|
} |
||||
|
|
||||
|
/media/Data/Code/C/AwesomeAttractor/Attractor.cpp|80|error: cannot convert ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ to ‘const char*’ for argument ‘1’ to ‘double atof(const char*)’| |
Reference in new issue