ConstraintPath.setPath


setPath(x1, y1, z1, x2, y2, z2)

Sets up a path constraint equation.

x1doubleX coord of point defining start of direction of displacement
y1doubleY coord of point defining start of direction of displacement
z1doubleZ coord of point defining start of direction of displacement
x2doubleX coord of point defining end of direction of displacement
y2doubleY coord of point defining end of direction of displacement
z2doubleZ coord of point defining end of direction of displacement
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to ConstraintPath

Back to Overview