Searched defs:getVertices (Results 1 – 5 of 5) sorted by relevance
142 private static FloatBuffer getVertices(ConcaveShape concaveShape) { in getVertices() method in DebugShapeFactory158 private static FloatBuffer getVertices(ConvexShape convexShape) { in getVertices() method in DebugShapeFactory233 public FloatBuffer getVertices() { in getVertices() method in BufferedTriangleCallback
50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices() function in deqp::gls::VertexArray51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
51 public FloatBuffer getVertices() { in getVertices() method in DebugMeshCallback
122 private static native void getVertices(long shapeId, DebugMeshCallback buffer); in getVertices() method in DebugShapeFactory
513 …private Vector3f[] getVertices(Structure meshStructure, BlenderContext blenderContext) throws Blen… in getVertices() method in MeshHelper