|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
射线-球体求交结果 更多...
#include <ray_intersect.h>

Public 属性 | |
| double | t |
| Point3D | point |
射线-球体求交结果
在文件 ray_intersect.h 第 105 行定义.
| Point3D vde::collision::RaySphereResult::point |
命中点世界坐标
在文件 ray_intersect.h 第 107 行定义.
| double vde::collision::RaySphereResult::t |
命中参数(通常取较小的 t)
在文件 ray_intersect.h 第 106 行定义.