Namespaces | |
| common | |
| dae | |
| gltf | |
Classes | |
| struct | CscEntityModelData |
| struct | CscEntityModelLidarData |
| struct | CscEntityModelMemberData |
| struct | CscEntityModelPartDataBase |
| struct | CscEntityModelPivotData |
| struct | CscEntityModelPropellerData |
| struct | CscEntityModelTranslationData |
| struct | CscEntityModelVisionData |
| struct | CscEntityModelWheelData |
Functions | |
| vector< string > | removeBlankStrings (const vector< string > &inputVector) |
| void | buildConvexHull (vector< const CscPoint3d * > &newPositions, vector< CscPoint3d * > &newNormals, vector< const CscPolygon * > &newPolygons) |
Contains interoperability / persistence layers for core objects. Ability to serialize / deserialize core objects to / from different formats. For instance DAE / glTF
| void conscience_core::core_objects::exchange::buildConvexHull | ( | vector< const CscPoint3d * > & | newPositions, |
| vector< CscPoint3d * > & | newNormals, | ||
| vector< const CscPolygon * > & | newPolygons | ||
| ) |
modifies given vectors
|
inline |