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

◆ get_control_point_count()

size_t MayaFlux::Nodes::GpuSync::PathGeneratorNode::get_control_point_count ( ) const
inline

Get number of control points currently stored.

Returns
Control point count

Definition at line 238 of file PathGeneratorNode.hpp.

238{ return m_control_points.size(); }
Memory::HistoryBuffer< LineVertex > m_control_points