C# 클래스 Glare.Ray2

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

공개 프로퍼티들

프로퍼티 타입 설명
Normal Vector2d
Origin System.Vector2

공개 메소드들

메소드 설명
Ray2 ( System.Vector2 origin, Vector2d normal ) : System

Initialise the Ray2.

메소드 상세

Ray2() 공개 메소드

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

프로퍼티 상세

Normal 공개적으로 프로퍼티

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

Origin 공개적으로 프로퍼티

Get or set the origin of the Ray2.
public Vector2,System Origin
리턴 System.Vector2