Class Ray
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
Syntax
[Serializable]
public class Ray
Constructors
Ray()
Declaration
public Ray()
Ray(Ray)
Declaration
public Ray(Ray o)
Parameters
| Type | Name | Description |
|---|---|---|
| Ray | o |
Fields
direction
Declaration
public Point3 direction
Field Value
| Type | Description |
|---|---|
| Point3 |
origin
Declaration
public Point3 origin
Field Value
| Type | Description |
|---|---|
| Point3 |