Sun.SunDirection Method

SunSunDirection Method

[Missing <summary> documentation for "M:Rhino.Render.Sun.SunDirection(System.Double,System.Double,System.DateTime)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Vector3d SunDirection(
	double latitude,
	double longitude,
	DateTime when
)
Public Shared Function SunDirection ( 
	latitude As Double,
	longitude As Double,
	when As DateTime
) As Vector3d

Parameters

latitude
Type: SystemDouble

[Missing <param name="latitude"/> documentation for "M:Rhino.Render.Sun.SunDirection(System.Double,System.Double,System.DateTime)"]

longitude
Type: SystemDouble

[Missing <param name="longitude"/> documentation for "M:Rhino.Render.Sun.SunDirection(System.Double,System.Double,System.DateTime)"]

when
Type: SystemDateTime

[Missing <param name="when"/> documentation for "M:Rhino.Render.Sun.SunDirection(System.Double,System.Double,System.DateTime)"]

Return Value

Type: Vector3d

[Missing <returns> documentation for "M:Rhino.Render.Sun.SunDirection(System.Double,System.Double,System.DateTime)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also