The ExtrinsicCameraParameters type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ExtrinsicMatrix
Get the 3 x 4 extrinsic matrix: [[r11 r12 r13 t1] [r21 r22 r23 t2] [r31 r32 r33 t2]]
RotationVector
Get or Set the rodrigus rotation vector
TranslationVector
Get or Set the translation vector ( as 3 x 1 matrix)

See Also