Struct VertexDataPos2UV
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Assembly: AxCommon.dll
Syntax
public struct VertexDataPos2UV : IVertexPos2UV, IVertexPosition2, IVertexPosition<Vector2>, IVertexUV, IVertex
Constructors
|
Improve this Doc
View Source
Declaration
public VertexDataPos2UV(Vector2 position, Vector2 uv)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector2 |
position |
|
OpenToolkit.Mathematics.Vector2 |
uv |
|
Fields
|
Improve this Doc
View Source
Position
Declaration
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
UV
Declaration
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
Properties
|
Improve this Doc
View Source
DefaultQuad
Declaration
public static Quad<VertexDataPos2UV> DefaultQuad { get; }
Property Value
|
Improve this Doc
View Source
DefaultQuadInvertedUV
Declaration
public static Quad<VertexDataPos2UV> DefaultQuadInvertedUV { get; }
Property Value
|
Improve this Doc
View Source
NDCQuadInvertedUV
Declaration
public static Quad<VertexDataPos2UV> NDCQuadInvertedUV { get; }
Property Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public VertexDataPos2UV Clone()
Returns
|
Improve this Doc
View Source
Set(IVertexPos2UV)
Declaration
public void Set(IVertexPos2UV source)
Parameters
|
Improve this Doc
View Source
Set(VertexDataPos2UV)
Declaration
public void Set(VertexDataPos2UV source)
Parameters
Explicit Interface Implementations
|
Improve this Doc
View Source
IVertex.Clone()
Declaration
Returns
|
Improve this Doc
View Source
Declaration
IVertexPosition<Vector2> IVertexPosition<Vector2>.Clone()
Returns
|
Improve this Doc
View Source
Declaration
Vector2 IVertexPosition<Vector2>.Position { get; set; }
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
IVertexPosition2.Clone()
Declaration
IVertexPosition2 IVertexPosition2.Clone()
Returns
|
Improve this Doc
View Source
IVertexUV.UV
Declaration
Vector2 IVertexUV.UV { get; set; }
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
Implements