delphyne
Curve2< T >::PositionResult Struct Reference

Detailed Description

template<typename T>
struct delphyne::Curve2< T >::PositionResult

A result type for the GetPosition method.

#include <src/systems/curve2.h>

Public Attributes

Point2T position = Point2T{Point2T::Zero()}
 
Point2T position_dot = Point2T{Point2T::Zero()}
 

Member Data Documentation

◆ position

Point2T position = Point2T{Point2T::Zero()}

◆ position_dot

Point2T position_dot = Point2T{Point2T::Zero()}

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