HolographicCameraPose.TryGetViewTransform(SpatialCoordinateSystem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the stereo view transform for this camera pose, expressed as a transform from the specified coordinate system. This method will return null if the specified coordinate system cannot be located at the moment.
public:
virtual IReference<HolographicStereoTransform> ^ TryGetViewTransform(SpatialCoordinateSystem ^ coordinateSystem) = TryGetViewTransform;
IReference<HolographicStereoTransform> TryGetViewTransform(SpatialCoordinateSystem const& coordinateSystem);
public System.Nullable<HolographicStereoTransform> TryGetViewTransform(SpatialCoordinateSystem coordinateSystem);
function tryGetViewTransform(coordinateSystem)
Public Function TryGetViewTransform (coordinateSystem As SpatialCoordinateSystem) As Nullable(Of HolographicStereoTransform)
Parameters
- coordinateSystem
- SpatialCoordinateSystem
The coordinate system from which the rendered geometry should be transformed.
Returns
The transforms.
Remarks
This method will return null if the specified coordinate system cannot be located at the moment.