Functions
vector.inc
| Function | Type | Description |
|---|---|---|
| angle_vector | native | Changes an angle vector into a vector. |
| get_distance | native | Calculates the distance between two input vectors. |
| get_distance_f | native | Calculates the distance between two input float vectors. |
| vector_distance | native | Calculates the distance between two vectors. |
| vector_length | native | Calculates the length of a vector. |
| vector_to_angle | native | Changes a vector into an angle vector. |
| velocity_by_aim | native | Calculates velocity in the direction player is looking. |
| FVecIVec | stock | Converts a floating point vector into an integer vector. |
| IVecFVec | stock | Converts an integer vector to a floating point vector. |