Computes the dot product of 2 vectors.
SE_COORD_INVALID_SOURCE_VECTOR - if a_ptr or b_ptr is NULL.
SE_COORD_INVALID_DEST_VECTOR - if result_out_ptr is NULL.
| extern SE_COORD_STATUS_CODE_ENUM | ||||
| SE_DotProduct | ||||
| ( | ||||
| const | SE_VECTOR_3_TYPE | * | a_ptr, | (notes) |
| const | SE_VECTOR_3_TYPE | * | b_ptr, | (notes) |
| SE_FLOAT64 | * | result_out_ptr | (notes) | |
| ); | ||||
1st vector operand.
2nd vector operand.
pointer to an SE_FLOAT64 variable in the user's memory space where the result will be stored.