We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: MethodError: no method matching getindex(::HomogeneousTransformations.HMatrix, ::UnitRange{Int64}, ::Int64) Closest candidates are: getindex(::HomogeneousTransformations.HMatrix, ::Int64, ::Int64) @ HomogeneousTransformations \HMatrix.jl:83
The text was updated successfully, but these errors were encountered:
Calls like H[1:3,4] give the above error, which can be worked around by H.data[1:3,4].
H[1:3,4]
H.data[1:3,4]
Sorry, something went wrong.
bc0n
No branches or pull requests
The text was updated successfully, but these errors were encountered: