SyncVector¶
-
MacroModule¶ genre Vectorauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddefinition helpers.def see also SyncFloat,FanInVectorkeywords synchronize,break,loop,cycle,epsilon
Purpose¶
The module SyncVector synchronizes the two vectors so that the data they represent is always consistent.
Parameter Fields¶
Visible Fields¶
Vector1¶
-
name:vector1, type:Vector4, default:0 0 0 0¶ Sets and shows the first vector to synchronize.
Vector2¶
-
name:vector2, type:Vector4, default:0 0 0 0¶ Sets and shows the second vector to synchronize.
Epsilon¶
-
name:epsilon, type:Float, default:9.9999997e-05¶ Sets an epsilon value to measure the difference between the two vectors to synchronize.
If one vector differs in one component by more that this value, the other vector is updated.