Searched defs:GetPoints (Results 1 – 4 of 4) sorted by relevance
46 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; } in GetPoints() function47 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; } in GetPoints() function
15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path
78 const std::vector<float>& PointCloud::GetPoints() const { return points_; } in GetPoints() function in dynamic_depth::PointCloud
580 void GetPoints(float p[4]) { in GetPoints() function644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints() function