vector3_dot_vector3 Function

public function vector3_dot_vector3(self, v2) result(dot)

Arguments

Type IntentOptional AttributesName
class(vector3), intent(in) :: self
class(vector3), intent(in) :: v2

Return Value real(kind=real64)


Contents

None