} 开发者ID:AtulKumar2,项目名称:gecko-dev,代码行数:20, (TimeStamp aNowTime){staticconstTimeDuration kMinSaneInterval = TimeDuration::FromMilliseconds(3);// 330HzstaticconstTimeDuration kMaxSaneInterval = TimeDuration::FromMilliseconds(44);// 23HzstaticconstTimeDuration kNegativeMaxSaneInterval = Tim...
开发者ID:danguilliams,项目名称:OpenSGDevMaster_Toolbox,代码行数:35,代码来源:OSGMatrixUtility.cpp 示例2: getConvexShape ▲点赞 7▼ btCollisionShape* VRPhysics::getConvexShape() { btConvexHullShape* shape =newbtConvexHullShape(); OSG::Matrix m; OSG::Matrix M = vr_obj->getWorldMatrix();...
代码示例来源:origin: bcdev/beam /** * Converts a vector from eigen space into sample space. * * @param eigenData Eigen space data. * @return Sample space projection. */ public double[] eigenToSampleSpace(double[] eigenData) { if (eigenData.length != numComponents) throw new IllegalAr...
vcurrent.normalize();//...这里部分代码省略... 开发者ID:Himbeertoni,项目名称:OpenSGDevMaster,代码行数:101,代码来源:OSGPlaneMoveManipulator.cpp 注:本文中的osg::Matrix::multFull方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原...