Table of Contents

Struct Vertex

Namespace
Crux.Graphics
Assembly
Crux.dll
public struct Vertex
Inherited Members

Constructors

Vertex(Vector3, Vector3, Vector2)

public Vertex(Vector3 position, Vector3 normal, Vector2 uv)

Parameters

position Vector3
normal Vector3
uv Vector2

Properties

Normal

public readonly Vector3 Normal { get; }

Property Value

Vector3

Position

public readonly Vector3 Position { get; }

Property Value

Vector3

UV

public readonly Vector2 UV { get; }

Property Value

Vector2

Methods

Clone()

public Vertex Clone()

Returns

Vertex