Click or drag to resize

OverlayUtilitiesDrawAATriangleSolid Method (Vector3, Vector3, Vector3, Boolean, Single)

Draws an anti-aliased solid triangle.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void DrawAATriangleSolid(
	Vector3 p1,
	Vector3 p2,
	Vector3 p3,
	bool showVertices = false,
	float verticesSize = 4f
)

Parameters

p1
Type: Vector3
The first point of triangle.
p2
Type: Vector3
The second point of triangle.
p3
Type: Vector3
The third point of triangle.
showVertices (Optional)
Type: SystemBoolean
Specifies whether vertices should be drawn.
verticesSize (Optional)
Type: SystemSingle
Size of vertices.
See Also