LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
ast::DirectionPoint Class Reference

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...
 

Detailed Description

Struct returned by Frame::offset2 containing a direction and a point.

Definition at line 43 of file Frame.h.

Constructor & Destructor Documentation

◆ DirectionPoint()

ast::DirectionPoint::DirectionPoint ( double  direction,
PointD const &  point 
)
inline

Construct a DirectionPoint.

Parameters
[in]directionDirection, and angle in radians
[in]pointPoint

Definition at line 51 of file Frame.h.

double direction
Direction, an angle in radians.
Definition: Frame.h:51
PointD point
Point.
Definition: Frame.h:53

Member Data Documentation

◆ direction

double ast::DirectionPoint::direction

Direction, an angle in radians.

Definition at line 51 of file Frame.h.

◆ point

PointD ast::DirectionPoint::point

Point.

Definition at line 53 of file Frame.h.


The documentation for this class was generated from the following file: