24#ifndef TAPROOT_POSITION_HPP_
25#define TAPROOT_POSITION_HPP_
51 inline float x()
const {
return coordinates_.
data[0]; }
53 inline float y()
const {
return coordinates_.
data[1]; }
55 inline float z()
const {
return coordinates_.
data[2]; }
76 return a * (1 - t) + b * t;
Definition cmsis_mat.hpp:45
std::array< float, ROWS *COLS > data
Definition cmsis_mat.hpp:46