Robot: fix source comment typo

This commit is contained in:
luz paz
2022-01-12 15:34:17 -05:00
committed by Chris Hennes
parent ba555a57e0
commit ee894b0cab

View File

@@ -824,7 +824,7 @@ IMETHOD void Vector2::Set3DYZ(const Vector& v)
data[1]=v(2);
}
IMETHOD void Vector2::Set3DZX(const Vector& v)
// projects v in its XY plane, and and sets *this to these values
// projects v in its XY plane, and sets *this to these values
{
data[0]=v(2);
data[1]=v(0);