Files
create/src
DeepSOIC 62b0d35270 Base: new Rotation constructor - on vectors
The new constructor accepts wanted directions of x,y,z axes of rotated
frame, and a priority string that affects how the vectors are made
perpendicular to each other.

Example - construct placement for sketch on XZ plane:

v = App.Vector
App.Rotation(v(1,0,0),v(0,0,1),v())
2017-09-10 18:31:40 +02:00
..
2017-09-01 16:27:46 +02:00
2017-06-04 00:17:57 +02:00
2017-08-28 11:47:44 -03:00
2017-08-01 13:37:11 +02:00