slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
MeshGenerator.h
浏览该文件的文档.
1//
2// Created by zhou_zhengming on 2026/5/20.
3//
4
5#pragma once
6
7#include "UI/Mesh/Vertex.h"
8
9namespace z8 {
11public:
12 static Vertex MidPoint(const Vertex& v0, const Vertex& v1);
13};
14
15}
Definition MeshGenerator.h:10
static Vertex MidPoint(const Vertex &v0, const Vertex &v1)
Definition MeshGenerator.cpp:11
Definition Vertex.h:10
Definition Application.h:14