SpatialGraphCoordinateSystem Struct
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.
Coordinate system used in Object Anchors. It specifies a spatial graph node id and a relative pose from itself to the coordinate system of that spatial graph node.
public value class SpatialGraphCoordinateSystem
public struct SpatialGraphCoordinateSystem
type SpatialGraphCoordinateSystem = struct
Public Structure SpatialGraphCoordinateSystem
- Inheritance
-
SpatialGraphCoordinateSystem
Fields
CoordinateSystemToNodeTransform |
Relative pose from this coordinate system to the coordinate frame of spatial graph node. |
NodeId |
Spatial graph node id. |