ILNumerics Ultimate VS

NormalsBuffer  Conversion (BaseArraySingle to NormalsBuffer)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Conversion operator allowing the direct assignment of Array<float> to members/ variables of type NormalsBuffer.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static implicit operator NormalsBuffer (
	BaseArray<float> A
)

Parameters

A
Type: ILNumericsBaseArraySingle
Source array of element type Single.

Return Value

Type: NormalsBuffer
Normals buffer with elements of A.
Exceptions

ExceptionCondition
ArgumentException if A does not have 3 rows.
Remarks

A must have exactly 3 rows.

Assigning an empty array or null clears all elements of this buffer.

[ILNumerics Visualization Engine]

See Also

Reference