Click or drag to resize

SpotLightWithOuterConeAngle Method

Gets a new instance of SpotLight with the provided value for OuterConeAngle.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SpotLight WithOuterConeAngle(
	double outerAngle
)

Parameters

outerAngle  Double
The new value for OuterConeAngle in radians.

Return Value

SpotLight
New instance of SpotLight with the provided value for OuterConeAngle
See Also