User Tools

Site Tools


prpl:getparticlemotion

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:getparticlemotion [2016/12/02 23:34] – external edit 127.0.0.1prpl:getparticlemotion [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  GETPARTICLEMOTION  =====+=====  GetParticleMotion  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+PID dY dX | [ int float float ] |
  
  
 === Description === === Description ===
 +Returns the (pixel) velocity of a given particle, in the form of the movement (excluding teleports) from the previous frame. Returns dY first, probably for easy use with [[.:atan2]]. Note that [[.:SetParticleMotion]] accepts the arguments with dX first.
 === Examples === === Examples ===
-<code> i1 = GetIntFromStack(); //Particle UID  +<code> 
- stack.Push(new Data(td.y));  +<-Particle GetParticleMotion dup2 Trace2 
- stack.Push(new Data(td.x));  +dup2 atan2 Trace #Movement direction 
- +swap Trace2 #X, Y order
 </code> </code>
  
prpl/getparticlemotion.1480721642.txt.gz · Last modified: 2025/02/14 14:56 (external edit)