Click or drag to resize

ScalarCosine Constructor (Scalar)

Constructs a function which represents the cosine of a given value.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarCosine(
	Scalar argument
)

Parameters

argument
Type: AGI.Foundation.GeometryScalar
The argument to the cosine function.
See Also