Click or drag to resize

MCUtilitiesGetAxisEndPoints Method

Gets end points of x, y and z axis.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[NotNullAttribute]
public static Vector3[] GetAxisEndPoints(
	Vector3 size,
	Vector3 center,
	Quaternion rotation
)

Parameters

size
Type: Vector3
The axis size.
center
Type: Vector3
The center position of axis.
rotation
Type: Quaternion
The axis rotation.

Return Value

Type: Vector3
Vector3[] array which contains x, y and z points.
See Also