SpatialGraphPlacementControlPoint Struct

Definition

Defines a mapping from a coordinate in an application-defined space to the real-world location in the Spatial Graph where that coordinate should be placed. A collection of control points may be used to place a large coordinate space to span a corresponding large area in the real world, even though the mapped space and physical space do not rigidly align. Control points with SpatialGraphLocations that have larger offsets relative to their node will have lower placement accuracy.

public struct SpatialGraphPlacementControlPoint
type SpatialGraphPlacementControlPoint = struct
Public Structure SpatialGraphPlacementControlPoint
Inheritance
SpatialGraphPlacementControlPoint

Fields

PlacedCoordinate

Position and orientation of the coordinate that should be placed at the corresponding Spatial Graph location.

TargetLocation

Real-world location of the corresponding coordinate, defined relative to a static node in the Spatial Graph.

Applies to