still not yet there
This commit is contained in:
parent
9dd862018b
commit
f33e6769f4
7 changed files with 33 additions and 18 deletions
|
@ -21,9 +21,9 @@ target_link_libraries(pwcore_test_matrix
|
|||
# pwcore)
|
||||
|
||||
|
||||
#add_executable(pwcore_test_axisangle
|
||||
# pwcore_test_axisangle.cpp
|
||||
# )
|
||||
add_executable(pwcore_test_axisangle
|
||||
pwcore_test_axisangle.cpp
|
||||
)
|
||||
|
||||
#target_link_libraries(pwcore_test_axisangle
|
||||
# pwcore)
|
||||
target_link_libraries(pwcore_test_axisangle
|
||||
pwcore)
|
||||
|
|
|
@ -10,7 +10,7 @@ int main(int argc,char **argv) {
|
|||
|
||||
pw::quaternionf qf = pw::quaternionf::from_axisangle(aa);
|
||||
|
||||
std::cout << "aa as quaternion as vector = " << pw::serialize::matrix(qf.as_vector()) << std::endl;
|
||||
// std::cout << "aa as quaternion as vector = " << pw::serialize::matrix(qf.as_vector()) << std::endl;
|
||||
|
||||
// std::cout << "aa.matrix() = " << pw::serialize::matrix(qf.to_matrix()) << std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue