[C#] NPVector Member-Types (cast)

Post Reply
Striezel
Posts: 7
Joined: Fri Jul 16, 2010 8:27 am

[C#] NPVector Member-Types (cast)

Post by Striezel »

Hello,
I'm new to OptiTrack and try to receive Trackingdata from a NPVector-Object. The Members X, Y, Z, Roll, Pitch and Yaw return an "object".

The values are needed as float in meters, yet a (float)-cast throws an exception.

To which Type do i need to convert these objects?
Is there a C#-Reference/Documentation available, that I didn't find?

Thanks a lot in advance!
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: [C#] NPVector Member-Types (cast)

Post by Birch »

Try double / VT_R8
Striezel
Posts: 7
Joined: Fri Jul 16, 2010 8:27 am

Re: [C#] NPVector Member-Types (cast)

Post by Striezel »

Thanks, its working. Couldnt find it in the samples or elsewhere. Should have thought of and tried that myself before...
Post Reply