SO3(R, ...) ## S3 method for class 'default':
SO3(R, theta = NULL, ...)
## S3 method for class 'Q4':
SO3(R, ...)
## S3 method for class 'SO3':
SO3(R, ...)
as.SO3(R)
is.SO3(R)
id.SO3
TRUE or False
depending on whether its argument satifies the conditions
to be an rotation matrix. Namely, has determinant one
and its transpose is its inverse.id.SO3 is the identity rotation given by the the 3-by-3 identity matrix.Q4 object is given then this function will
return the rotation matrix equivalent.