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

◆ get_points()

std::vector< LineVertex > MayaFlux::Nodes::GpuSync::TopologyGeneratorNode::get_points ( ) const

Get all points.

Definition at line 313 of file TopologyGeneratorNode.cpp.

314{
315 return m_points;
316}
std::vector< LineVertex > m_points
Points, newest first: index 0 is the most recently added.

References m_points.