Advertisement

New 3D Point

Started by October 15, 2002 05:58 AM
0 comments, last by Ethan 22 years, 4 months ago
Hallo, I want to calculate an point with the Rotation Data(Grad) x = sngLength * Cos(vecRotation.x / 180 * m_PI) + vecPosition.x y = sngLength * Sin(vecRotation.y / 180 * m_PI) + vecPosition.y z = sngLength * Cos(vecRotation.z / 180 * m_PI) + vecPosition.z But I get a wrong Position Can somebody help me?
What are you trying to do?

I''m not familiar with any transformations described by the equations you posted.

This topic is closed to new replies.

Advertisement