Struct AffineTransform
Namespace: Unity.Mathematics
Assembly: solution.dll
Syntax
[Serializable]
public struct AffineTransform
Constructors
| Name | Description |
|---|---|
| AffineTransform(float3, quaternion) |
Fields
| Name | Description |
|---|---|
| q | |
| t |
Properties
| Name | Description |
|---|---|
| Forward | |
| identity |
Methods
| Name | Description |
|---|---|
| Create(float3, quaternion) | |
| CreateGlobal(Transform) | |
| alignHorizontally() | |
| inverse() | |
| inverseTimes(AffineTransform) | |
| inverseTransform(float3) | |
| transform(float3) | |
| transformDirection(float3) |
Operators
| Name | Description |
|---|---|
| operator *(AffineTransform, float) | |
| operator *(AffineTransform, AffineTransform) |