Функции вычисления длины для дуальных векторов
This commit is contained in:
parent
cfb5fb7378
commit
aae46c3fe5
2 changed files with 54 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
|||
extern inline void bgc_fp32_dual_vector3_reset(BGC_FP32_DualVector3* const vector);
|
||||
extern inline void bgc_fp64_dual_vector3_reset(BGC_FP64_DualVector3* const vector);
|
||||
|
||||
extern inline void bgc_fp32_dual_vector3_get_squared_length(BGC_FP32_DualNumber* const squared_length, const BGC_FP32_DualVector3* const vector);
|
||||
extern inline void bgc_fp64_dual_vector3_get_squared_length(BGC_FP64_DualNumber* const squared_length, const BGC_FP64_DualVector3* const vector);
|
||||
|
||||
extern inline void bgc_fp32_dual_vector3_get_length(BGC_FP32_DualNumber* const length, const BGC_FP32_DualVector3* const vector);
|
||||
extern inline void bgc_fp64_dual_vector3_get_length(BGC_FP64_DualNumber* const length, const BGC_FP64_DualVector3* const vector);
|
||||
|
||||
extern inline void bgc_fp32_dual_vector3_copy(BGC_FP32_DualVector3* const destination, const BGC_FP32_DualVector3* const source);
|
||||
extern inline void bgc_fp64_dual_vector3_copy(BGC_FP64_DualVector3* const destination, const BGC_FP64_DualVector3* const source);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue