메소드 | 설명 | |
---|---|---|
GetPoint ( float distance ) : |
Get a point that lies a given distance along a ray.
|
|
Ray2D ( |
Creates a 2D ray starting at origin along direction.
|
|
ToString ( ) : string | ||
ToString ( string format ) : string |
public GetPoint ( float distance ) : |
||
distance | float | Distance of the desired point along the path of the ray. |
리턴 |
public Ray2D ( |
||
origin | ||
direction | ||
리턴 | System |