Click or drag to resize

SphericalDirectionF Constructor (Single, Single)

Initializes a new instance of the SphericalDirectionF class

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public SphericalDirectionF(
	float horizontal,
	float vertical
)

Parameters

horizontal
Type: SystemSingle
vertical
Type: SystemSingle
See Also