Click or drag to resize

MCVector3ExtensionsGetMaxComponent Method

Gets maximal component of a vector.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static float GetMaxComponent(
	this Vector3 vector
)

Parameters

vector
Type: Vector3
The target.

Return Value

Type: Single
Maximal component of the vector.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Vector3. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also