LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Struct returned by Frame::offset2 containing a direction and a point. More...
#include <Frame.h>
Public Member Functions | |
DirectionPoint (double direction, PointD const &point) | |
Construct a DirectionPoint. More... | |
Public Attributes | |
double | direction |
Direction, an angle in radians. More... | |
PointD | point |
Point. More... | |
Struct returned by Frame::offset2 containing a direction and a point.
|
inline |
Construct a DirectionPoint.
[in] | direction | Direction, and angle in radians |
[in] | point | Point |
Definition at line 51 of file Frame.h.
double ast::DirectionPoint::direction |