Click or drag to resize

SimpleMeshGeneratorRotateByAxis Method (Int32, Vector3)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector3[] RotateByAxis(
	int axis,
	Vector3[] values
)

Parameters

axis
Type: SystemInt32
values
Type: NeoAxisVector3

Return Value

Type: Vector3
See Also