Interface ITransformFloat3
Namespace: ProjectDawn.Geometry3D
Assembly: ProjectDawn.Geometry.dll
Syntax
public interface ITransformFloat3
Methods
| Improve this Doc View SourceTransform(float3)
Returns transformed point.
Declaration
float3 Transform(float3 point)
Parameters
| Type | Name | Description |
|---|---|---|
| Unity.Mathematics.float3 | point |
Returns
| Type | Description |
|---|---|
| Unity.Mathematics.float3 |