  | OverlayUtilitiesDrawLine Method (Vector3, Vector3) | 
 
                Draws a rough line between p0 and p1.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax[PublicAPIAttribute]
public static void DrawLine(
	Vector3 p0,
	Vector3 p1
)
Parameters
- p0
 - Type: Vector3
The first point. - p1
 - Type: Vector3
The second point. 
Remarks
See Also