|  | OverlayUtilitiesDrawAATriangleWireframe Method  | 
 
                Draws an anti-aliased triangle.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntax[PublicAPIAttribute]
public static void DrawAATriangleWireframe(
	float width,
	Vector3 p0,
	Vector3 p1,
	Vector3 p2
)
Parameters
- width
- Type: SystemSingle
 The width of anti-aliased lines.
- p0
- Type: Vector3
 The first point.
- p1
- Type: Vector3
 The second point.
- p2
- Type: Vector3
 The third point.
 Remarks
Remarks See Also
See Also