22#ifndef LSST_GEOM_SPHERETRANSFORM_H_
23#define LSST_GEOM_SPHERETRANSFORM_H_
40 using Matrix = Eigen::Matrix<double, 3, 3, Eigen::DontAlign>;
68 ndarray::Array<
double const, 2> const& from, ndarray::Array<
double const, 2> const& to,
69 ndarray::Array<
double const, 1> const& weights = ndarray::Array<
double const, 1>());
104 double applyX(
double x,
double y,
double z)
const noexcept;
105 double applyY(
double x,
double y,
double z)
const noexcept;
106 double applyZ(
double x,
double y,
double z)
const noexcept;
Point in an unspecified spherical coordinate system.