OpenTK.Vector3.TransformNormal Method
Transform a Normal by the given Matrix

Syntax

public static void TransformNormal (ref Vector3 norm, ref Matrix4 mat, out Vector3 result)

Parameters

norm
The normal to transform
mat
The desired transformation
result
The transformed normal

Remarks

This calculates the inverse of the given matrix, use TransformNormalInverse if you already have the inverse to avoid this extra calculation

Requirements

Namespace: OpenTK
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0