New 3D Point
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?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement