CBlob::getVelocity
From King Arthur's Gold Wiki
Returns a Vec2f value with current blob's velocity.
Vec2f getVelocity()
Example:
Vec2f vel = this.getVelocity();
Object method of: CBlob
Returns a Vec2f value with current blob's velocity.
Vec2f getVelocity()
Example:
Vec2f vel = this.getVelocity();
Object method of: CBlob