C# 클래스 UpkManager.Dds.Compression.Maths

파일 보기 프로젝트 열기: stricq/UPKManager

공개 메소드들

메소드 설명
ComputePrincipleComponent ( Sym3x3 matrix ) : Vec3
ComputeWeightedCovariance ( int n, Vec3 points, float weights ) : Sym3x3

비공개 메소드들

메소드 설명
GetMultiplicity1Evector ( Sym3x3 matrix, float evalue ) : Vec3
GetMultiplicity2Evector ( Sym3x3 matrix, float evalue ) : Vec3

메소드 상세

ComputePrincipleComponent() 공개 정적인 메소드

public static ComputePrincipleComponent ( Sym3x3 matrix ) : Vec3
matrix Sym3x3
리턴 Vec3

ComputeWeightedCovariance() 공개 정적인 메소드

public static ComputeWeightedCovariance ( int n, Vec3 points, float weights ) : Sym3x3
n int
points Vec3
weights float
리턴 Sym3x3