
c++
文章平均质量分 61
sda42342342423
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【windows】visual studio 2022 如何运行有Eigen的camke项目
C:/Program Files (x86)/Eigen3/include” 是通过camke编译安装eigen库的目录。打开cmake项目,选择项目的文件夹。,选择合适的安装包,下载安装。原创 2025-02-20 13:59:09 · 504 阅读 · 0 评论 -
c++ circular dependency
A类的成员函数中调用B,B类中成员变量有A1.hpp#include <iostream>namespace test{ class A { public: struct C { int a; int b; C(int aa=1, int...原创 2018-06-29 16:41:22 · 1128 阅读 · 0 评论 -
vtk points from display to world
points from display to world目的已知条件相机的位置 compose相机的perspective transformation Matrix proj_mat该视角下的一张深度图zbuffer该视角下的关于mesh的shoot img所求img中的每一个像素的显示坐标系的坐标 ⇒ 世界坐标系下的坐标过程displaytoview:1...原创 2019-03-26 16:00:22 · 622 阅读 · 0 评论 -
reactphysics3d 碰撞检测
boxrp3d :: CollisionWorld world ;rp3d :: Vector3 initPosition (0.0 , 0.0 , 0.0) ;rp3d :: Quaternion initOrientation = rp3d :: Quaternion ::identity () ;rp3d :: Transform transform ( initPosition ,...原创 2019-04-01 17:42:19 · 655 阅读 · 0 评论