C# 클래스 Isosurface.QEFSolver

파일 보기 프로젝트 열기: Lin20/isosurface

비공개 메소드들

메소드 설명
Multiply ( float a, Vector3 b ) : Vector3
givens_coeffs_sym ( float a_pp, float a_pq, float a_qq, float &c, float &s ) : void
svd_invdet ( float x, float tol ) : float
svd_pseudoinverse ( float &o, Vector3 sigma, float v ) : void
svd_rotate ( float &vtav, float &v, int a, int b ) : void
svd_rotate_xy ( float &x, float &y, float c, float s ) : void
svd_rotateq_xy ( float &x, float &y, float &a, float c, float s ) : void
svd_solve_ATA_ATb ( float ATA, Vector3 ATb, Vector3 &x ) : void
svd_solve_sym ( float a, Vector3 &sigma, float &v ) : void