Click or drag to resize

MCVector3ExtensionsGetOneDividedBy Method

Divides one by the specified vector.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PureAttribute]
public static Vector3 GetOneDividedBy(
	this Vector3 vector
)

Parameters

vector
Type: Vector3
The target vector.

Return Value

Type: Vector3
A vector with components equal to 1f divided by vector component.

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