Struct returned by Frame::resolve containing a point and the resolved vector components.
More...
#include <Frame.h>
|
std::vector< double > | point |
| Point.
|
|
double | d1 |
| Resolved vector component 1.
|
|
double | d2 |
| Resolved vector component 2.
|
|
Struct returned by Frame::resolve containing a point and the resolved vector components.
Definition at line 75 of file Frame.h.
◆ ResolvedPoint()
ast::ResolvedPoint::ResolvedPoint |
( |
int | naxes | ) |
|
|
inlineexplicit |
Construct an empty ResolvedPoint.
- Parameters
-
[in] | naxes | Number of axes in the point |
Definition at line 82 of file Frame.h.
◆ d1
double ast::ResolvedPoint::d1 |
Resolved vector component 1.
Definition at line 84 of file Frame.h.
◆ d2
double ast::ResolvedPoint::d2 |
Resolved vector component 2.
Definition at line 85 of file Frame.h.
◆ point
Point.
Definition at line 83 of file Frame.h.
The documentation for this class was generated from the following file: