0.4.1
Loading...
Searching...
No Matches
vn::math Namespace Reference

Functions

static void from_json (const json &j, vn::math::mat3f &mat)
 
static void from_json (const json &j, vn::math::vec3d &vec)
 
static void from_json (const json &j, vn::math::vec3f &vec)
 
static void to_json (json &j, const vn::math::mat3f &mat)
 
static void to_json (json &j, const vn::math::vec3d &vec)
 
static void to_json (json &j, const vn::math::vec3f &vec)
 

Function Documentation

◆ from_json() [1/3]

static void vn::math::from_json ( const json & j,
vn::math::mat3f & mat )
static

Definition at line 58 of file VectorNavSensor.cpp.

◆ from_json() [2/3]

static void vn::math::from_json ( const json & j,
vn::math::vec3d & vec )
static

Definition at line 50 of file VectorNavSensor.cpp.

◆ from_json() [3/3]

static void vn::math::from_json ( const json & j,
vn::math::vec3f & vec )
static

Definition at line 42 of file VectorNavSensor.cpp.

◆ to_json() [1/3]

static void vn::math::to_json ( json & j,
const vn::math::mat3f & mat )
static

Definition at line 54 of file VectorNavSensor.cpp.

◆ to_json() [2/3]

static void vn::math::to_json ( json & j,
const vn::math::vec3d & vec )
static

Definition at line 46 of file VectorNavSensor.cpp.

◆ to_json() [3/3]

static void vn::math::to_json ( json & j,
const vn::math::vec3f & vec )
static

Definition at line 38 of file VectorNavSensor.cpp.