Ray
Class
Read time 1 minuteLast updated 19 hours ago
Inheritance
- object
- Ray
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Ray
Constructors
Ray()
public Ray()
Ray(Ray)
Parameterspublic Ray(Ray o)
Type | Name | Description |
|---|---|---|
| Ray | o |
Fields
origin
Returnspublic Point3 origin
Type | Description |
|---|---|
| Point3 |
direction
Returnspublic Point3 direction
Type | Description |
|---|---|
| Point3 |