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 int
h
public int
k
public int
l
public inline
HKL
(int h, int k, int l)
Last modified: 23 November 2024