| MCUtilitiesGetAverage Method |
Gets the average of the three vectors.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax 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.
Return Value
Type:
Vector3The center position of triangle.
See Also