ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
view coordinates
Transforms clip positions into view coordinates, includes perspective divide.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public static RetArray<float> ViewTransformWithPerspDivide( Matrix4 ViewTransform, InArray<float> A )
Parameters
- ViewTransform
- Type: ILNumerics.DrawingMatrix4
View Transformation Matrix - A
- Type: ILNumericsInArraySingle
clip positions matrix, 3xn or 4xn
Return Value
Type: RetArraySingleview coordinates
Remarks
[ILNumerics Visualization Engine]
See Also