structure to store the angle formed between two vectors and their norms
More...
#include <angle_and_norms.hpp>
structure to store the angle formed between two vectors and their norms
Definition at line 16 of file angle_and_norms.hpp.
◆ AngleAndNorms() [1/3]
| common_lib::maths::AngleAndNorms::AngleAndNorms |
( |
| ) |
|
|
default |
◆ AngleAndNorms() [2/3]
| common_lib::maths::AngleAndNorms::AngleAndNorms |
( |
double |
angle, |
|
|
double |
norm1, |
|
|
double |
norm2 |
|
) |
| |
|
inline |
◆ AngleAndNorms() [3/3]
◆ angle_
| double common_lib::maths::AngleAndNorms::angle_ |
◆ norm1_
| double common_lib::maths::AngleAndNorms::norm1_ |
◆ norm2_
| double common_lib::maths::AngleAndNorms::norm2_ |
The documentation for this struct was generated from the following files: