vector

Module containing the Vector3 class.

Classes

SmoothDampedVector(start, target, ...[, ...])

Object that holds a vector and its rate of change, to smoothly move it towards a target over time.

Vector3([x, y, z])

Class for representing points or directions in space as three float values.