Table of Contents

Delegate ComputeTriangleNormalDelegate

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll

Compute normal function delegate.

public delegate Vector3 ComputeTriangleNormalDelegate(IGLTriangle triangle, IGLVertex vertex)

Parameters

triangle IGLTriangle

Triangle primitive which to compute normal.

vertex IGLVertex

Triangle vertex which to compute normal.

Returns

Vector3

Vector that represents the normal of the vertex of the triangle.