MeshChecker Scripting Reference
MeshChecker Scripting Reference
MeshChecker Namespaces
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
MCVector3Extensions Class
MCVector3Extensions Methods
ApplyScale Method
ChangeX Method
ChangeY Method
ChangeZ Method
GetMaxComponent Method
GetOneDividedBy Method
MCVector3Extensions
GetOneDividedBy Method
Divides one by the specified vector.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
Copy
[
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
Reference
MCVector3Extensions Class
HightlanderSolutions.MeshCheckerEditorExtension.Utilities Namespace
Send comments on this topic to
assets@hightlander.com