C# 클래스 Hyperion.Core.Geometry.RayDifferential

상속: Ray
파일 보기 프로젝트 열기: Kintaro/Hyperion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HasDifferentials bool
RxDirection Vector
RxOrigin Point
RyDirection Vector
RyOrigin Point

공개 메소드들

메소드 설명
RayDifferential ( ) : System
RayDifferential ( Point origin, Vector direction, Ray parent, double start ) : System
RayDifferential ( Point origin, Vector direction, Ray parent, double start, double end ) : System
RayDifferential ( Point origin, Vector direction, double start, double end ) : System
RayDifferential ( Point origin, Vector direction, double start, double end, double time, int depth ) : System
RayDifferential ( Ray ray ) : System
ScaleDifferentials ( double s ) : void

메소드 상세

RayDifferential() 공개 메소드

public RayDifferential ( ) : System
리턴 System

RayDifferential() 공개 메소드

public RayDifferential ( Point origin, Vector direction, Ray parent, double start ) : System
origin Point
direction Vector
parent Ray
start double
리턴 System

RayDifferential() 공개 메소드

public RayDifferential ( Point origin, Vector direction, Ray parent, double start, double end ) : System
origin Point
direction Vector
parent Ray
start double
end double
리턴 System

RayDifferential() 공개 메소드

public RayDifferential ( Point origin, Vector direction, double start, double end ) : System
origin Point
direction Vector
start double
end double
리턴 System

RayDifferential() 공개 메소드

public RayDifferential ( Point origin, Vector direction, double start, double end, double time, int depth ) : System
origin Point
direction Vector
start double
end double
time double
depth int
리턴 System

RayDifferential() 공개 메소드

public RayDifferential ( Ray ray ) : System
ray Ray
리턴 System

ScaleDifferentials() 공개 메소드

public ScaleDifferentials ( double s ) : void
s double
리턴 void

프로퍼티 상세

HasDifferentials 공개적으로 프로퍼티

public bool HasDifferentials
리턴 bool

RxDirection 공개적으로 프로퍼티

public Vector,Hyperion.Core.Geometry RxDirection
리턴 Vector

RxOrigin 공개적으로 프로퍼티

public Point RxOrigin
리턴 Point

RyDirection 공개적으로 프로퍼티

public Vector,Hyperion.Core.Geometry RyDirection
리턴 Vector

RyOrigin 공개적으로 프로퍼티

public Point RyOrigin
리턴 Point