Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(all(size(P) == [2 1]), 'The point should be described by a 2x1 vector')
|
2 | Pass |
assert(isreal(P), 'The point should be described by a vector of real, not complex, numbers');
|
3 | Pass |
Pref = R'*PB - R' * t;
assert( all(abs(P-Pref) < 0.001), 'The relative coordinates are not correct')
|
2727 Solvers
1047 Solvers
543 Solvers
354 Solvers
Area of an equilateral triangle
1706 Solvers