Click or drag to resize

WeatherMakerDayNightCycleProfileScriptConvertAzimuthAtltitudeToUnitVector Method

Azimuth and atltidue unit vector

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void ConvertAzimuthAtltitudeToUnitVector(
	double azimuth,
	double altitude,
	ref Vector3 vector
)

Parameters

azimuth
Type: SystemDouble
Azimuth
altitude
Type: SystemDouble
Altitude
vector
Type: Vector3
Unit vector
See Also