Click or drag to resize

ScalarExponent Constructor (Scalar, Scalar)

Constructs a function which represents a given base raised to some exponent..

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarExponent(
	Scalar value,
	Scalar exponent
)

Parameters

value
Type: AGI.Foundation.GeometryScalar
The value to raise to the given exponent.
exponent
Type: AGI.Foundation.GeometryScalar
The exponent of the power term.
See Also