The range of the SetPosition values.

Hi all.

I have a question about the SetPosition function of the vtkCamera class.

I have found a reference manual for the SetPosition function.
image

But I don’t understand what is the range of the position.
(I can pass the value minus to plus.)

Could you please explain me what is the range of the position?

Thank you.

Best regards,
William Kim

The position is any point in 3D space.

1 Like

Thank you for your reply.

So, you mean that the range of the position is depends on the 3D space?

You define the 3D space. Whatever works the best for you.

For example, in medical imaging it is common to use millimeter as coordinate value unit, left/posterior/superior anatomical directions as axis directions, and origin is chosen near the center of the region of interest.

Thank you for your help!