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