VTK
Convert Length Between Coordinate System, Rotate Vector, And Mark Position
The article shows a few tips in VTK development. There are simple tasks for most developers but the functions can be used in many situations. Convert the length value in the display coordinate system to the new value in the world coordinate system. double DisplayLenToWorldLen(const double &length) { Point p0( Read more…