make
Specification
Location | Author | Maintained by |
---|---|---|
isl/math/quaternion.py | Kenny Erleben | DIKU |
Purpose & Params
The purpose of this function is to initiate a quaternion
:param: make
:return: [] numpy.float64, length 4
Example
quaternion = quat.make(1,2,3,4)
print(test_vec_1)
output:
[1,2,3,4]