MayaFlux 0.5.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 237 of file PathGeneratorNode.hpp.

237{ return m_control_points.size(); }
std::vector< LineVertex > m_control_points
Control points, newest first: index 0 is the most recently added.