Multiplies vec_ptr's vector by scalar, returns the result in
*result_out_ptr.
SE_COORD_INVALID_SOURCE_VECTOR - if vec_ptr is NULL.
SE_COORD_INVALID_DEST_VECTOR - if result_out_ptr is NULL.
| extern SE_COORD_STATUS_CODE_ENUM | ||||
| SE_VectorMultByScalar | ||||
| ( | ||||
| const | SE_VECTOR_3_TYPE | * | vec_ptr, | (notes) |
| SE_FLOAT64 | scalar, | (notes) | ||
| SE_VECTOR_3_TYPE | * | result_out_ptr | (notes) | |
| ); | ||||
pointer to the vector operand.
the scalar multiplier.
pointer to an SE_VECTOR_3_TYPE variable in the user's memory space where the result will be stored.