public function vector3_angle_between_vector3(self, v2) result(theta)
Return angle between vectors in degrees
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
class(vector3), |
intent(in) |
|
| :: |
self | |
class(vector3), |
intent(in) |
|
| :: |
v2 | |
Return Value real(kind=real64)