Ray
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Ray
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Ray
Constructors
Ray()
public Ray()
Ray(Ray)
public Ray(Ray o)
Parameters
Type | Name | Description |
|---|---|---|
| Ray | o |
Fields
origin
public Point3 origin
Returns
Type | Description |
|---|---|
| Point3 |
direction
public Point3 direction
Returns
Type | Description |
|---|---|
| Point3 |