MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ Form() [2/3]

template<typename T >
MayaFlux::Portal::Forma::Geometry::Form< T >::Form ( GeometryFn< T >  fn)
inline

Adopt a bare geometry function with default topology and capacity and no interaction.

Definition at line 108 of file Geometry.hpp.

109 : geometry(std::move(fn))
110 {
111 }
GeometryFn< T > geometry
Writes vertex bytes for the current value.
Definition Geometry.hpp:85