zonePolygon: Return the quadrilateral corresponding to an index.

Description Usage Arguments Value

View source: R/polygon.R

Description

Given a 2D tecplot structured zone and index of a cell, This function returns the x and y coordinates of the vertices of the polygon that corresponds to the cell.

Usage

1
zonePolygon(z, i, j)

Arguments

z

Tecplot 2D structured zone.

i

First index.

j

Second index.

Value

x and y vertices of the quadrilateral.


tunelipt/tecutils documentation built on Nov. 5, 2019, 11 a.m.