WeatherMakerReflectionScriptCalculateReflectionMatrix Method |
Get reflection matrix
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static void CalculateReflectionMatrix(
out Matrix4x4 reflectionMat,
Vector4 plane
)
Public Shared Sub CalculateReflectionMatrix (
<OutAttribute> ByRef reflectionMat As Matrix4x4,
plane As Vector4
)
public:
static void CalculateReflectionMatrix(
[OutAttribute] Matrix4x4% reflectionMat,
Vector4 plane
)
static member CalculateReflectionMatrix :
reflectionMat : Matrix4x4 byref *
plane : Vector4 -> unit
Parameters
- reflectionMat
- Type: Matrix4x4
Receives reflection matrix - plane
- Type: Vector4
Plane
See Also