C# 클래스 Glare.Ray2d

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

공개 프로퍼티들

프로퍼티 타입 설명
Normal Vector2d
Origin Vector2d

공개 메소드들

메소드 설명
Ray2d ( Vector2d origin, Vector2d normal ) : System

Initialise the Ray2d.

메소드 상세

Ray2d() 공개 메소드

Initialise the Ray2d.
public Ray2d ( Vector2d origin, Vector2d normal ) : System
origin Vector2d
normal Vector2d
리턴 System

프로퍼티 상세

Normal 공개적으로 프로퍼티

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

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray2d.
public Vector2d Origin
리턴 Vector2d