Procs
proc setTrackFixedStep*(self: SpatialVelocityTracker; enable: bool) {.
gcsafe, locks: 0.}proc isTrackingFixedStep*(self: SpatialVelocityTracker): bool {.
gcsafe, locks: 0.}proc updatePosition*(self: SpatialVelocityTracker; position: Vector3) {.
gcsafe, locks: 0.}proc getTrackedLinearVelocity*(self: SpatialVelocityTracker): Vector3 {.
gcsafe, locks: 0.}proc reset*(self: SpatialVelocityTracker; position: Vector3) {.
gcsafe, locks: 0.}