Struct VertexDataPosNormalColor
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Assembly: AxCommon.dll
Syntax
public struct VertexDataPosNormalColor : IVertexPosNormalColor, IVertexPosition3, IVertexPosition<Vector3>, IVertexNormal, IVertexColor, IVertex
Constructors
|
Improve this Doc
View Source
Declaration
public VertexDataPosNormalColor(Vector3 position, Vector3 normal, Vector4 color)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
position |
|
OpenToolkit.Mathematics.Vector3 |
normal |
|
OpenToolkit.Mathematics.Vector4 |
color |
|
Fields
|
Improve this Doc
View Source
Color
Declaration
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector4 |
|
|
Improve this Doc
View Source
Normal
Declaration
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
Position
Declaration
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
Properties
|
Improve this Doc
View Source
DefaultQuad
Returns a Quad, grounded to XY, facing Z-Up
Declaration
public static Quad<VertexDataPosNormalColor> DefaultQuad { get; }
Property Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public VertexDataPosNormalColor Clone()
Returns
|
Improve this Doc
View Source
Set(IVertexPosNormalColor)
Declaration
public void Set(IVertexPosNormalColor source)
Parameters
|
Improve this Doc
View Source
Set(VertexDataPosNormalColor)
Declaration
public void Set(VertexDataPosNormalColor source)
Parameters
|
Improve this Doc
View Source
SetPosition(IVertexPosition3)
Declaration
public void SetPosition(IVertexPosition3 source)
Parameters
|
Improve this Doc
View Source
Declaration
public void SetPosition(Vector3 source)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
source |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IVertex.Clone()
Declaration
Returns
|
Improve this Doc
View Source
IVertexColor.Clone()
Declaration
IVertexColor IVertexColor.Clone()
Returns
|
Improve this Doc
View Source
IVertexColor.Color
Declaration
Vector4 IVertexColor.Color { get; set; }
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector4 |
|
|
Improve this Doc
View Source
IVertexNormal.Clone()
Declaration
IVertexNormal IVertexNormal.Clone()
Returns
|
Improve this Doc
View Source
IVertexNormal.Normal
Declaration
Vector3 IVertexNormal.Normal { get; set; }
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
Declaration
IVertexPosition<Vector3> IVertexPosition<Vector3>.Clone()
Returns
|
Improve this Doc
View Source
Declaration
Vector3 IVertexPosition<Vector3>.Position { get; set; }
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
IVertexPosition3.Clone()
Declaration
IVertexPosition3 IVertexPosition3.Clone()
Returns
Implements