Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 506 Bytes

AngularMotor.constr.vec3.vec3.md

File metadata and controls

30 lines (16 loc) · 506 Bytes

AngularMotor(constr, vec3, vec3)

Makes constraint rotate.

void angularMotor(this constr constraint, vec3 speed, vec3 force)

Parameters

constraint

Type: constr

speed

Type: vec3

The speed at which to rotate at.

force

Type: vec3

How much force to apply.

Related