Advertisement

Vectors class programming...

Started by August 19, 2001 12:01 AM
-1 comments, last by ogracian 23 years, 6 months ago
Hello I am building a simple vector math class to support basic vector operations, currently I only use a simple 3 floats to represent each vector''s component, but I have seen some implementations wich use unions, and structs for that, so I really appreciate if anyone explainme why use unions for that, and how implement a really optimized vector and matrices class? Thanks in advance!

This topic is closed to new replies.

Advertisement