System\Windows\Media3D\Generated\ProjectionCamera.cs (4)
272internal static Vector3D s_LookDirection = new Vector3D(0,0,-1);
273internal static Vector3D s_UpDirection = new Vector3D(0,1,0);
328new Vector3D(0,0,-1),
337new Vector3D(0,1,0),
System\Windows\Media3D\Vector3D.cs (9)
184return new Vector3D(-vector._x, -vector._y, -vector._z);
205return new Vector3D(vector1._x + vector2._x,
218return new Vector3D(vector1._x + vector2._x,
231return new Vector3D(vector1._x - vector2._x,
244return new Vector3D(vector1._x - vector2._x,
309return new Vector3D(vector._x * scalar,
322return new Vector3D(vector._x * scalar,
335return new Vector3D(vector._x * scalar,
348return new Vector3D(vector._x * scalar,