Skip to main content

Point3f Struct

A 3-dimensional vector (used for lever arms, etc.). More...

Declaration

struct point_one::fusion_engine::messages::Point3f { ... }

Included Headers

Public Member Attributes Index

floatx = NAN
floaty = NAN
floatz = NAN

Description

A 3-dimensional vector (used for lever arms, etc.).

Definition at line 638 of file configuration.h.

Public Member Attributes

x

float point_one::fusion_engine::messages::Point3f::x = NAN

Definition at line 639 of file configuration.h.

639 float x = NAN;

y

float point_one::fusion_engine::messages::Point3f::y = NAN

Definition at line 640 of file configuration.h.

640 float y = NAN;

z

float point_one::fusion_engine::messages::Point3f::z = NAN

Definition at line 641 of file configuration.h.

641 float z = NAN;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.