Summary
Initializes a new instance of the
RaySegment
struct.
- Namespace
- StrideToolkit
.Mathematics - Containing Type
- RaySegment
Syntax
public RaySegment(Vector3 start, Vector3 end)
Parameters
Name | Type | Description |
---|---|---|
start | Vector3 | The position in three dimensional space where the ray starts. |
end | Vector3 | The position in three dimensional space where the ray ends. |
Return Value
Type | Description |
---|---|
void |