SOFUS ..
Public Attributes | List of all members
circle_t< T > Struct Template Reference

#include <smath_types.hpp>

Inheritance diagram for circle_t< T >:
Inheritance graph
[legend]
Collaboration diagram for circle_t< T >:
Collaboration graph
[legend]

Public Attributes

sps::point_t< T > center
 Center position. More...
 
sps::euler_t< T > euler
 Euler angles. More...
 
radius
 Radius. More...
 

Member Data Documentation

◆ center

sps::point_t<T> center

Center position.

Referenced by sps::compute_bounding_box_circle().

◆ euler

sps::euler_t<T> euler

Euler angles.

Referenced by sps::compute_bounding_box_circle().

◆ radius

T radius

Radius.

Referenced by sps::compute_bounding_box_circle().


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