Open3D(C++) 可视化(2)——绘制几何图形

目录

  • 1、绘制箭头
  • 2、绘制球体
  • 3、绘制平面
  • 4、绘制圆柱
  • 5、绘制圆锥
  • 6、绘制圆环
  • 7、绘制四面体
  • 8、绘制立方体
  • 9、绘制八面体
  • 10、绘制二十面体
  • 11、绘制莫比乌斯环
  • 12、绘制坐标系

1、绘制箭头

主要函数

/// Factory function to create an arrow mesh (TriangleMeshFactory.cpp)
    /// The axis of the cone with cone_radius will be along the z-axis.
    /// The cylinder with cylinder_radius is from
    /// (0, 0, 0) to (0, 0, cylinder_height), and
    

你可能感兴趣的:(Open3D学习,c++,开发语言,计算机视觉,算法,3d)