Sails::HKL
struct Sails::HKL
Represents the Miller indices (h, k, l) of a reflection.
This struct is used to represent the Miller indices (h, k, l) of a reflection in crystallography. It provides a way to store and access these indices as individual integer values.
Summary
Members
public inth
public intk
public intl
public inlineHKL(int h, int k, int l)
Last modified: 23 November 2024