ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


math

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
math [2019/07/04 20:44] – [AnglesToVector] korshunmath [2019/07/04 20:44] – [VectorToAngles] korshun
Line 305: Line 305:
     int pitch = r2;     int pitch = r2;
     SetActorAngle(tid, angle);     SetActorAngle(tid, angle);
-    SetActorPitch(tid, -pitch); // SetActorPitch expects inverted pitch.+    SetActorPitch(tid, -pitch); // SetActorPitch expects negated pitch.
 } }
 </code> </code>
math.txt · Last modified: 2019/08/26 21:26 by korshun