| MeshAnalysisWindowFocusOnTriangle Method |
Focuses the camera on the triangle.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax 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