Click or drag to resize

SimpleMeshGeneratorRotateByAxis Method (Int32, Vector4)

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

Parameters

axis
Type: SystemInt32
values
Type: NeoAxisVector4

Return Value

Type: Vector4
See Also