| 160 | } |
| 161 | |
| 162 | void CurvesPrimitive::topologyHash( MurmurHash &h ) const |
| 163 | { |
| 164 | h.append( m_basis.matrix ); |
| 165 | h.append( m_basis.step ); |
| 166 | h.append( m_linear ); |
| 167 | h.append( m_periodic ); |
| 168 | m_vertsPerCurve->hash( h ); |
| 169 | } |
| 170 | |
| 171 | size_t CurvesPrimitive::numCurves() const |
| 172 | { |