pub struct ViconSubject {
pub name: String,
pub origin: Vector3D,
pub rotation: Vector3D,
}Expand description
A single subject identified in a frame
read by a thing that HasViconHardware.
Fields§
§name: StringThe subject’s name.
origin: Vector3DThe subject’s position in meters relative to the origin of the motion capture volume.
rotation: Vector3DThe subject’s rotation (euler angles) in radians.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViconSubject
impl RefUnwindSafe for ViconSubject
impl Send for ViconSubject
impl Sync for ViconSubject
impl Unpin for ViconSubject
impl UnwindSafe for ViconSubject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more