You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
687 B
39 lines
687 B
15 years ago
|
|
||
|
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*)’|
|