C# 클래스 TechEngine.Engine.Vector3

파일 보기 프로젝트 열기: DotTech/3D-software-renderer

공개 메소드들

메소드 설명
CrossProduct ( Vector3 rvalue ) : Vector3

Compute the crossproduct over this vector and vector b

DotProduct ( Vector3 rvalue ) : double

Compute the dotproduct over this vector and vector b

Magnitude ( ) : double
Normalize ( ) : Vector3
ToString ( ) : string
Vector3 ( ) : System
Vector3 ( double x, double y, double z ) : System
operator ( ) : Vector3

메소드 상세

CrossProduct() 공개 메소드

Compute the crossproduct over this vector and vector b
public CrossProduct ( Vector3 rvalue ) : Vector3
rvalue Vector3
리턴 Vector3

DotProduct() 공개 메소드

Compute the dotproduct over this vector and vector b
public DotProduct ( Vector3 rvalue ) : double
rvalue Vector3
리턴 double

Magnitude() 공개 메소드

public Magnitude ( ) : double
리턴 double

Normalize() 공개 메소드

public Normalize ( ) : Vector3
리턴 Vector3

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vector3() 공개 메소드

public Vector3 ( ) : System
리턴 System

Vector3() 공개 메소드

public Vector3 ( double x, double y, double z ) : System
x double
y double
z double
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Vector3
리턴 Vector3