ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::NavigationStream::QueryPoint Struct Reference

The query point for the navigation stream. More...

#include <Acts/Navigation/NavigationStream.hpp>

Public Attributes

Vector3 direction = Vector3::Zero()
 The direction of the query point.
Vector3 position = Vector3::Zero()
 The position of the query point.

Detailed Description

The query point for the navigation stream.

This holds the position and direction from which the navigation stream should either be initialized or updated.

Member Data Documentation

◆ direction

Vector3 Acts::NavigationStream::QueryPoint::direction = Vector3::Zero()

The direction of the query point.

◆ position

Vector3 Acts::NavigationStream::QueryPoint::position = Vector3::Zero()

The position of the query point.