| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : LookAtRef Method |
'Declaration Public Shared Sub LookAtRef( _ ByRef result As Matrix4x4, _ ByRef cameraPosition As Vector3, _ ByRef cameraTarget As Vector3, _ ByRef cameraUpVector As Vector3 _ )
public static void LookAtRef( out Matrix4x4 result, ref Vector3 cameraPosition, ref Vector3 cameraTarget, ref Vector3 cameraUpVector )