Vuo  2.3.2
Functions
VuoPointsParametric.h File Reference

Description

VuoPointsParametric interface.

Definition in file VuoPointsParametric.h.

Go to the source code of this file.

Functions

VuoList_VuoPoint3d VuoPointsParametric1d_generate (VuoReal time, VuoText xExp, VuoText yExp, VuoText zExp, VuoInteger subdivisions, VuoReal uMin, VuoReal uMax)
 Generates a mesh given a set of mathematical expressions specifying a warped surface. More...
 
VuoList_VuoPoint3d VuoPointsParametric2d_generate (VuoReal time, VuoText xExp, VuoText yExp, VuoText zExp, VuoInteger rows, VuoInteger columns, VuoReal uMin, VuoReal uMax, VuoReal vMin, VuoReal vMax)
 Generates a mesh given a set of mathematical expressions specifying a warped surface. More...
 

Function Documentation

◆ VuoPointsParametric1d_generate()

VuoList_VuoPoint3d VuoPointsParametric1d_generate ( VuoReal  time,
VuoText  xExp,
VuoText  yExp,
VuoText  zExp,
VuoInteger  subdivisions,
VuoReal  uMin,
VuoReal  uMax 
)

Generates a mesh given a set of mathematical expressions specifying a warped surface.

Definition at line 37 of file VuoPointsParametric.cc.

◆ VuoPointsParametric2d_generate()

VuoList_VuoPoint3d VuoPointsParametric2d_generate ( VuoReal  time,
VuoText  xExp,
VuoText  yExp,
VuoText  zExp,
VuoInteger  rows,
VuoInteger  columns,
VuoReal  uMin,
VuoReal  uMax,
VuoReal  vMin,
VuoReal  vMax 
)

Generates a mesh given a set of mathematical expressions specifying a warped surface.

Definition at line 105 of file VuoPointsParametric.cc.