11#ifndef __TRK_PLANAR_SURFACE_H__
12#define __TRK_PLANAR_SURFACE_H__
const double * getNormal()
void calculateInverseTransform()
void transformPointToGlobal(double *, double *)
double calculateCombinedMatrix(int, int, TrkPlanarSurface *)
double getInvRotMatrix(int, int)
const double * getParameters()
void setBreakPoint(double)
const double * getCenter()
TrkPlanarSurface(const double Center[3], const double Normal[3], const double Transform[3][3], double)
void rotateVectorToLocal(double *, double *)
void rotateVectorToGlobal(double *, double *)
double getRotMatrix(int, int)
void transformPointToLocal(double *, double *)