ones
Specification
Location | Author | Maintained by |
---|---|---|
isl/math/vector3.py | Kenny Erleben | DIKU |
Purpose & Params
:param: void
:return: numpy array of ones of numpy type float64
Example
test_vec_1 = vec3.ones()
print(test_vec_1)
output:
[1.,1.,1.]