Space Station 13 - Modules - Types

code/modules/lightning_bolt/simple_vector.dm

/simple_vectora simple 2D vector
/proc/isVectorReturns true if vector
/proc/vectorAddReturns a new vector equal to the sum of the two vectors
/proc/vectorSubtractReturns a new vector equal to second vector subtracted from first
/proc/vectorMultiplyReturn new vector from the result of multiplying the vector by a factor
/proc/vectorDistanceReturns the distance between two vectors
/proc/vectorNormalizeReturns new normalized vector
/proc/vectorRotateRotates a vector by an angle
/proc/vectorGetTurfsReturns a list of turfs between both vectors returns null if no turfs are found