Method FromOriginNormal
FromOriginNormal(Point3, Point3)
Create a Matrix from an origin and a normal vector
Declaration
[HandleProcessCorruptedStateExceptions]
public Matrix4 FromOriginNormal(Point3 origin, Point3 normal)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3 | origin | The origin point |
| Point3 | normal | The normal vector |
Returns
| Type | Description |
|---|---|
| Matrix4 |