LeviLamina
Loading...
Searching...
No Matches
PolygonQuad.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/model/geom/QuadUVRotation.h"
7
8// auto generated forward declare list
9// clang-format off
10class VertexPT;
11// clang-format on
12
13class PolygonQuad {
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 PolygonQuad& operator=(PolygonQuad const&);
23 PolygonQuad(PolygonQuad const&);
24 PolygonQuad();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI_C void* $ctor(
36 ::VertexPT const& v0,
37 ::VertexPT const& v1,
38 ::VertexPT const& v2,
39 ::VertexPT const& v3,
40 float uu0,
41 float vv0,
42 float uu1,
43 float vv1,
44 ::QuadUVRotation uvRotation
45 );
46 // NOLINTEND
47};
Definition VertexPT.h:5
Definition Alias.h:14