rec.autos.simulators

Car physics -- Inertia tensors

Ruud van Ga

Car physics -- Inertia tensors

by Ruud van Ga » Sun, 14 Jan 2001 10:18:53

On Wed, 10 Jan 2001 13:11:12 +0100, Gregor Veble



>> Do try to get it into OOP when you have some (long, lol) spare
>> moments. Matrices, vectors etc really do very well in an OOP
>> environment.

>> Ruud van Gaal, GPL Rank +53.25
>> Pencil art    : http://www.racesimcentral.net/
>> Car simulation: http://www.racesimcentral.net/

>Well, I'd say that for matrices and vectors the operator overloading
>possibility is much more important than objects. However, if you have an
>elegant way of treating them as objects, I'd love to hear more about it.

It seems there are a billion ways of implementing vectors. Operator
overloading to get cross and dot products I don't like very much,
because everyone seems to use different operators (and using * for
either cross or dot both seem reason in the end for confusion).

First, the fact that vectors etc contain the members and some
functions to operate upon (like matrix.RotateX(float angle)) already
works good enough for me to recommend it.
Second, the first version I hacked together on vectors used a lot of
friend functions with overloaded operators. But it seems you can bring
these seemingly static (outside) functions inside the class, like
DVector3& operator*=(const dfloat &s);

I'm still finding out nice ways that are fast and don't use stack
copies so much, as this seems a waste of CPU.

Ruud van Gaal, GPL Rank +53.25
Pencil art    : http://www.racesimcentral.net/
Car simulation: http://www.racesimcentral.net/

Ruud van Ga

Car physics -- Inertia tensors

by Ruud van Ga » Sun, 14 Jan 2001 10:22:30


That's the main thing. Windows has a lot of ways to get messages
across (the internals are complex but sensible).
You wouldn't be using WM_PAINT anyway if you were to make an actual
sim for people out there (although I'm still using normal key events
in Racer, but at 150fps for non-vsync'ed track parts I'm not
complaining, lol).

Ruud van Gaal, GPL Rank +53.25
Pencil art    : http://www.marketgraph.nl/gallery/
Car simulation: http://www.marketgraph.nl/gallery/racer/

Ruud van Ga

Car physics -- Inertia tensors

by Ruud van Ga » Wed, 31 Jan 2001 21:17:07


Very late (still have to run your Win95 vector3b.exe), but I've been
concentrating on other things. Check out:

http://www.chaney.karoo.net/

And download the PDF file which explains in fastest gear how to use
quaternions to get your 3x3 rotation matrix without the normalization
hassle.

Also does precession (and gives formulas for it). I'll have to sweep
my Racer library to get this in sometime.

The demo is also very nice; has a nice feel and looks good.

Ruud van Gaal, GPL Rank +53.25
Pencil art    : http://www.marketgraph.nl/gallery/
Car simulation: http://www.marketgraph.nl/gallery/racer/


rec.autos.simulators is a usenet newsgroup formed in December, 1993. As this group was always unmoderated there may be some spam or off topic articles included. Some links do point back to racesimcentral.net as we could not validate the original address. Please report any pages that you believe warrant deletion from this archive (include the link in your email). RaceSimCentral.net is in no way responsible and does not endorse any of the content herein.