Re: what's wrong with my quaternion fractal?
- From: "Gerald K. Dobiasovsky" <gerald.dob@xxxxxx>
- Date: Wed, 7 Sep 2005 04:27:02 +0200
shinya wrote:
> for (int it = 0; it < max_it; it++) {
> double tr = (r * r - i * i - j * j) + cr;
double tr = (r * r - i * i - j * j - k * k) + cr;
Hopefully the offending mistake :-)
Regards,
Gerald
.
- References:
- what's wrong with my quaternion fractal?
- From: shinya
- what's wrong with my quaternion fractal?
- Prev by Date: Re: Apollonian Gasket program?
- Next by Date: coloring julia set
- Previous by thread: what's wrong with my quaternion fractal?
- Next by thread: Re: what's wrong with my quaternion fractal?
- Index(es):
Relevant Pages
|
|