Click or drag to resize

VertexHitDesc Constructor

Initializes a new instance of the VertexHitDesc class

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public VertexHitDesc(
	int vertexIndex,
	double distanceFromHitPoint,
	double angleFromHitNormal
)

Parameters

vertexIndex
Type: SystemInt32

[Missing <param name="vertexIndex"/> documentation for "M:Demo3D.Visuals.MeshPainter.VertexHitDesc.#ctor(System.Int32,System.Double,System.Double)"]

distanceFromHitPoint
Type: SystemDouble

[Missing <param name="distanceFromHitPoint"/> documentation for "M:Demo3D.Visuals.MeshPainter.VertexHitDesc.#ctor(System.Int32,System.Double,System.Double)"]

angleFromHitNormal
Type: SystemDouble

[Missing <param name="angleFromHitNormal"/> documentation for "M:Demo3D.Visuals.MeshPainter.VertexHitDesc.#ctor(System.Int32,System.Double,System.Double)"]

See Also