Property | Type | Description | |
---|---|---|---|
Direction | Vector3D | ||
HasDifferentials | bool | ||
MaxT | float | ||
MinT | float | ||
Origin | Point3D | ||
RayX | |||
Time | float |
Method | Description | |
---|---|---|
Evaluate ( float t ) : Point3D | ||
RayDifferential3D ( Point3D origin, Vector3D direction, float start = EPSILON, float end = float.MaxValue, float time = 0.0f ) | ||
ToString ( ) : string |
public RayDifferential3D ( Point3D origin, Vector3D direction, float start = EPSILON, float end = float.MaxValue, float time = 0.0f ) | ||
origin | Point3D | |
direction | Vector3D | |
start | float | |
end | float | |
time | float |