C# 클래스 Glare.Plane2

A Vector2d normal with a Length distance from origin.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
Distance Length
Normal Vector2d

공개 메소드들

메소드 설명
NormalizeInPlace ( ) : void

Normalize the Plane2 in place.

Plane2 ( Double normalX, Double normalY, Length distance ) : System

Initialise the Plane2.

Plane2 ( Vector2d normal, Length distance ) : System

Initialise the Plane2.

메소드 상세

NormalizeInPlace() 공개 메소드

Normalize the Plane2 in place.
public NormalizeInPlace ( ) : void
리턴 void

Plane2() 공개 메소드

Initialise the Plane2.
public Plane2 ( Double normalX, Double normalY, Length distance ) : System
normalX Double
normalY Double
distance Length
리턴 System

Plane2() 공개 메소드

Initialise the Plane2.
public Plane2 ( Vector2d normal, Length distance ) : System
normal Vector2d
distance Length
리턴 System

프로퍼티 상세

Distance 공개적으로 프로퍼티

Get or set the distance from origin.
public Length Distance
리턴 Length

Normal 공개적으로 프로퍼티

Get or set the direction of the Plane2.
public Vector2d Normal
리턴 Vector2d