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

◆ is_vector()

bool MayaFlux::Kakshya::VolumeField::is_vector ( ) const
inline

Whether the active variant holds vectors rather than scalars.

Definition at line 38 of file VolumeData.hpp.

39 {
40 return std::holds_alternative<std::vector<glm::vec3>>(values);
41 }

References values.