computeFeature
open fun <F : StructureFeature> computeFeature(structure: Matrix<T>, type: KClass<out F>): F?(source)
Compute a feature of the structure in this scope. Structure features take precedence other context features.
Return
a feature object or null
if it isn't present.