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/04/22 00:31] – [logb] korshunmath [2019/07/04 20:43] – [AnglesToVector] korshun
Line 315: Line 315:
  
 <note important>Remember that ZDoom uses inverted pitches on actors. ACSUtils functions don't invert pitches.</note> <note important>Remember that ZDoom uses inverted pitches on actors. ACSUtils functions don't invert pitches.</note>
 +
 +=== Example ===
 +
 +<code>
 +AnglesToVector(GetActorAngle(0), -GetActorPitch(0));
 +int dirX = r1;
 +int dirY = r2;
 +int dirZ = r3;
 +</code>
 +
 +
 ===== Logarithms ===== ===== Logarithms =====
  
math.txt · Last modified: 2019/08/26 21:26 by korshun