FancySafeBot 0.0.1
A safe robotics library
Loading...
Searching...
No Matches
fsb::Mat3Sym Struct Reference

Detailed Description

3x3 symmetric matrix

#include <fsb_types.h>

Collaboration diagram for fsb::Mat3Sym:
Collaboration graph

Public Attributes

real_t m00
 Element [0, 0] of matrix.
 
real_t m11
 Element [1, 1] of matrix.
 
real_t m22
 Element [2, 2] of matrix.
 
real_t m01
 Element [0, 1] and [1, 0] of matrix.
 
real_t m02
 Element [0, 2] and [2, 0] of matrix.
 
real_t m12
 Element [1, 2] and [2, 1] of matrix.
 

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