Implementing Vector3 Unit Tests
This commit is contained in:
@@ -116,7 +116,6 @@ namespace LinearAlgebra {
|
||||
{
|
||||
auto numer = this->Dot(rhs);
|
||||
auto denom = this->Magnitude() * rhs.Magnitude();
|
||||
std::cout << numer << ", " << denom << std::endl;
|
||||
return std::acos(numer / denom);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user