Commits
George Moellenbrock authored f998935fdc6 Merge
1162 1162 | return manager_p->getVisBuffer()->azel0(time); |
1163 1163 | } |
1164 1164 | |
1165 1165 | // ----------------------------------------------------------------------- |
1166 1166 | // |
1167 1167 | // ----------------------------------------------------------------------- |
1168 1168 | const Vector<MDirection> & MSTransformBufferImpl::azel(Double time) const |
1169 1169 | { |
1170 1170 | return manager_p->getVisBuffer()->azel(time); |
1171 1171 | } |
1172 + | // ----------------------------------------------------------------------- |
1173 + | // |
1174 + | // ----------------------------------------------------------------------- |
1175 + | const Vector<MDirection> & MSTransformBufferImpl::direction1() const |
1176 + | { |
1177 + | return manager_p->getVisBuffer()->direction1(); |
1178 + | } |
1172 1179 | |
1173 1180 | // ----------------------------------------------------------------------- |
1174 1181 | // |
1175 1182 | // ----------------------------------------------------------------------- |
1176 1183 | Double MSTransformBufferImpl::hourang(Double time) const |
1177 1184 | { |
1178 1185 | return manager_p->getVisBuffer()->hourang(time); |
1179 1186 | } |
1180 1187 | |
1181 1188 | // ----------------------------------------------------------------------- |