Struct windows::Perception::Spatial::Preview::SpatialGraphInteropPreview
pub struct SpatialGraphInteropPreview;
Implementations§
§impl SpatialGraphInteropPreview
impl SpatialGraphInteropPreview
pub fn CreateCoordinateSystemForNode( nodeid: GUID, ) -> Result<SpatialCoordinateSystem>
pub fn CreateCoordinateSystemForNodeWithPosition( nodeid: GUID, relativeposition: Vector3, ) -> Result<SpatialCoordinateSystem>
pub fn CreateCoordinateSystemForNodeWithPositionAndOrientation( nodeid: GUID, relativeposition: Vector3, relativeorientation: Quaternion, ) -> Result<SpatialCoordinateSystem>
pub fn CreateLocatorForNode(nodeid: GUID) -> Result<SpatialLocator>
pub fn TryCreateFrameOfReference<P0>(
coordinatesystem: P0,
) -> Result<SpatialGraphInteropFrameOfReferencePreview>where
P0: Param<SpatialCoordinateSystem>,
pub fn TryCreateFrameOfReferenceWithPosition<P0>(
coordinatesystem: P0,
relativeposition: Vector3,
) -> Result<SpatialGraphInteropFrameOfReferencePreview>where
P0: Param<SpatialCoordinateSystem>,
pub fn TryCreateFrameOfReferenceWithPositionAndOrientation<P0>(
coordinatesystem: P0,
relativeposition: Vector3,
relativeorientation: Quaternion,
) -> Result<SpatialGraphInteropFrameOfReferencePreview>where
P0: Param<SpatialCoordinateSystem>,
Auto Trait Implementations§
impl Freeze for SpatialGraphInteropPreview
impl RefUnwindSafe for SpatialGraphInteropPreview
impl Send for SpatialGraphInteropPreview
impl Sync for SpatialGraphInteropPreview
impl Unpin for SpatialGraphInteropPreview
impl UnwindSafe for SpatialGraphInteropPreview
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