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

◆ get_all_vertices()

const std::vector< LineVertex > & MayaFlux::Nodes::GpuSync::PathGeneratorNode::get_all_vertices ( ) const
inline

Get all generated vertices (control points + completed strokes + in-progress stroke)

Returns
Vector of all vertices

Definition at line 262 of file PathGeneratorNode.hpp.

262{ return m_combined_cache; }