Click or drag to resize

MeshAnalysisWindowFocusOnTriangle Method

Focuses the camera on the triangle.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void FocusOnTriangle(
	Vector3 p1,
	Vector3 p2,
	Vector3 p3,
	Vector3 normal
)

Parameters

p1
Type: Vector3
The first vertex of the triangle.
p2
Type: Vector3
The second vertex of the triangle.
p3
Type: Vector3
The third vertex of the triangle.
normal
Type: Vector3
The normal of the triangle.
See Also