選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16397 行
858 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>SharpDX.Mathematics</name>
  5. </assembly>
  6. <members>
  7. <member name="T:SharpDX.AngleSingle">
  8. <summary>
  9. Represents a unit independent angle using a single-precision floating-point
  10. internal representation.
  11. </summary>
  12. </member>
  13. <member name="F:SharpDX.AngleSingle.Degree">
  14. <summary>
  15. A value that specifies the size of a single degree.
  16. </summary>
  17. </member>
  18. <member name="F:SharpDX.AngleSingle.Minute">
  19. <summary>
  20. A value that specifies the size of a single minute.
  21. </summary>
  22. </member>
  23. <member name="F:SharpDX.AngleSingle.Second">
  24. <summary>
  25. A value that specifies the size of a single second.
  26. </summary>
  27. </member>
  28. <member name="F:SharpDX.AngleSingle.Radian">
  29. <summary>
  30. A value that specifies the size of a single radian.
  31. </summary>
  32. </member>
  33. <member name="F:SharpDX.AngleSingle.Milliradian">
  34. <summary>
  35. A value that specifies the size of a single milliradian.
  36. </summary>
  37. </member>
  38. <member name="F:SharpDX.AngleSingle.Gradian">
  39. <summary>
  40. A value that specifies the size of a single gradian.
  41. </summary>
  42. </member>
  43. <member name="F:SharpDX.AngleSingle.radians">
  44. <summary>
  45. The internal representation of the angle.
  46. </summary>
  47. </member>
  48. <member name="M:SharpDX.AngleSingle.#ctor(System.Single,SharpDX.AngleType)">
  49. <summary>
  50. Initializes a new instance of the SharpDX.AngleSingle structure with the
  51. given unit dependant angle and unit type.
  52. </summary>
  53. <param name="angle">A unit dependant measure of the angle.</param>
  54. <param name="type">The type of unit the angle argument is.</param>
  55. </member>
  56. <member name="M:SharpDX.AngleSingle.#ctor(System.Single,System.Single)">
  57. <summary>
  58. Initializes a new instance of the SharpDX.AngleSingle structure using the
  59. arc length formula (θ = s/r).
  60. </summary>
  61. <param name="arcLength">The measure of the arc.</param>
  62. <param name="radius">The radius of the circle.</param>
  63. </member>
  64. <member name="M:SharpDX.AngleSingle.Wrap">
  65. <summary>
  66. Wraps this SharpDX.AngleSingle to be in the range [π, -π].
  67. </summary>
  68. </member>
  69. <member name="M:SharpDX.AngleSingle.WrapPositive">
  70. <summary>
  71. Wraps this SharpDX.AngleSingle to be in the range [0, 2π).
  72. </summary>
  73. </member>
  74. <member name="P:SharpDX.AngleSingle.Revolutions">
  75. <summary>
  76. Gets or sets the total number of revolutions this SharpDX.AngleSingle represents.
  77. </summary>
  78. </member>
  79. <member name="P:SharpDX.AngleSingle.Degrees">
  80. <summary>
  81. Gets or sets the total number of degrees this SharpDX.AngleSingle represents.
  82. </summary>
  83. </member>
  84. <member name="P:SharpDX.AngleSingle.Minutes">
  85. <summary>
  86. Gets or sets the minutes component of the degrees this SharpDX.AngleSingle represents.
  87. When setting the minutes, if the value is in the range (-60, 60) the whole degrees are
  88. not changed; otherwise, the whole degrees may be changed. Fractional values may set
  89. the seconds component.
  90. </summary>
  91. </member>
  92. <member name="P:SharpDX.AngleSingle.Seconds">
  93. <summary>
  94. Gets or sets the seconds of the degrees this SharpDX.AngleSingle represents.
  95. When setting the seconds, if the value is in the range (-60, 60) the whole minutes
  96. or whole degrees are not changed; otherwise, the whole minutes or whole degrees
  97. may be changed.
  98. </summary>
  99. </member>
  100. <member name="P:SharpDX.AngleSingle.Radians">
  101. <summary>
  102. Gets or sets the total number of radians this SharpDX.AngleSingle represents.
  103. </summary>
  104. </member>
  105. <member name="P:SharpDX.AngleSingle.Milliradians">
  106. <summary>
  107. Gets or sets the total number of milliradians this SharpDX.AngleSingle represents.
  108. One milliradian is equal to 1/(2000π).
  109. </summary>
  110. </member>
  111. <member name="P:SharpDX.AngleSingle.Gradians">
  112. <summary>
  113. Gets or sets the total number of gradians this SharpDX.AngleSingle represents.
  114. </summary>
  115. </member>
  116. <member name="P:SharpDX.AngleSingle.IsRight">
  117. <summary>
  118. Gets a System.Boolean that determines whether this SharpDX.Angle
  119. is a right angle (i.e. 90° or π/2).
  120. </summary>
  121. </member>
  122. <member name="P:SharpDX.AngleSingle.IsStraight">
  123. <summary>
  124. Gets a System.Boolean that determines whether this SharpDX.Angle
  125. is a straight angle (i.e. 180° or π).
  126. </summary>
  127. </member>
  128. <member name="P:SharpDX.AngleSingle.IsFullRotation">
  129. <summary>
  130. Gets a System.Boolean that determines whether this SharpDX.Angle
  131. is a full rotation angle (i.e. 360° or 2π).
  132. </summary>
  133. </member>
  134. <member name="P:SharpDX.AngleSingle.IsOblique">
  135. <summary>
  136. Gets a System.Boolean that determines whether this SharpDX.Angle
  137. is an oblique angle (i.e. is not 90° or a multiple of 90°).
  138. </summary>
  139. </member>
  140. <member name="P:SharpDX.AngleSingle.IsAcute">
  141. <summary>
  142. Gets a System.Boolean that determines whether this SharpDX.Angle
  143. is an acute angle (i.e. less than 90° but greater than 0°).
  144. </summary>
  145. </member>
  146. <member name="P:SharpDX.AngleSingle.IsObtuse">
  147. <summary>
  148. Gets a System.Boolean that determines whether this SharpDX.Angle
  149. is an obtuse angle (i.e. greater than 90° but less than 180°).
  150. </summary>
  151. </member>
  152. <member name="P:SharpDX.AngleSingle.IsReflex">
  153. <summary>
  154. Gets a System.Boolean that determines whether this SharpDX.Angle
  155. is a reflex angle (i.e. greater than 180° but less than 360°).
  156. </summary>
  157. </member>
  158. <member name="P:SharpDX.AngleSingle.Complement">
  159. <summary>
  160. Gets a SharpDX.AngleSingle instance that complements this angle (i.e. the two angles add to 90°).
  161. </summary>
  162. </member>
  163. <member name="P:SharpDX.AngleSingle.Supplement">
  164. <summary>
  165. Gets a SharpDX.AngleSingle instance that supplements this angle (i.e. the two angles add to 180°).
  166. </summary>
  167. </member>
  168. <member name="M:SharpDX.AngleSingle.Wrap(SharpDX.AngleSingle)">
  169. <summary>
  170. Wraps the SharpDX.AngleSingle given in the value argument to be in the range [π, -π].
  171. </summary>
  172. <param name="value">A SharpDX.AngleSingle to wrap.</param>
  173. <returns>The SharpDX.AngleSingle that is wrapped.</returns>
  174. </member>
  175. <member name="M:SharpDX.AngleSingle.WrapPositive(SharpDX.AngleSingle)">
  176. <summary>
  177. Wraps the SharpDX.AngleSingle given in the value argument to be in the range [0, 2π).
  178. </summary>
  179. <param name="value">A SharpDX.AngleSingle to wrap.</param>
  180. <returns>The SharpDX.AngleSingle that is wrapped.</returns>
  181. </member>
  182. <member name="M:SharpDX.AngleSingle.Min(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  183. <summary>
  184. Compares two SharpDX.AngleSingle instances and returns the smaller angle.
  185. </summary>
  186. <param name="left">The first SharpDX.AngleSingle instance to compare.</param>
  187. <param name="right">The second SharpDX.AngleSingle instance to compare.</param>
  188. <returns>The smaller of the two given SharpDX.AngleSingle instances.</returns>
  189. </member>
  190. <member name="M:SharpDX.AngleSingle.Max(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  191. <summary>
  192. Compares two SharpDX.AngleSingle instances and returns the greater angle.
  193. </summary>
  194. <param name="left">The first SharpDX.AngleSingle instance to compare.</param>
  195. <param name="right">The second SharpDX.AngleSingle instance to compare.</param>
  196. <returns>The greater of the two given SharpDX.AngleSingle instances.</returns>
  197. </member>
  198. <member name="M:SharpDX.AngleSingle.Add(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  199. <summary>
  200. Adds two SharpDX.AngleSingle objects and returns the result.
  201. </summary>
  202. <param name="left">The first object to add.</param>
  203. <param name="right">The second object to add.</param>
  204. <returns>The value of the two objects added together.</returns>
  205. </member>
  206. <member name="M:SharpDX.AngleSingle.Subtract(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  207. <summary>
  208. Subtracts two SharpDX.AngleSingle objects and returns the result.
  209. </summary>
  210. <param name="left">The first object to subtract.</param>
  211. <param name="right">The second object to subtract.</param>
  212. <returns>The value of the two objects subtracted.</returns>
  213. </member>
  214. <member name="M:SharpDX.AngleSingle.Multiply(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  215. <summary>
  216. Multiplies two SharpDX.AngleSingle objects and returns the result.
  217. </summary>
  218. <param name="left">The first object to multiply.</param>
  219. <param name="right">The second object to multiply.</param>
  220. <returns>The value of the two objects multiplied together.</returns>
  221. </member>
  222. <member name="M:SharpDX.AngleSingle.Divide(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  223. <summary>
  224. Divides two SharpDX.AngleSingle objects and returns the result.
  225. </summary>
  226. <param name="left">The numerator object.</param>
  227. <param name="right">The denominator object.</param>
  228. <returns>The value of the two objects divided.</returns>
  229. </member>
  230. <member name="P:SharpDX.AngleSingle.ZeroAngle">
  231. <summary>
  232. Gets a new SharpDX.AngleSingle instance that represents the zero angle (i.e. 0°).
  233. </summary>
  234. </member>
  235. <member name="P:SharpDX.AngleSingle.RightAngle">
  236. <summary>
  237. Gets a new SharpDX.AngleSingle instance that represents the right angle (i.e. 90° or π/2).
  238. </summary>
  239. </member>
  240. <member name="P:SharpDX.AngleSingle.StraightAngle">
  241. <summary>
  242. Gets a new SharpDX.AngleSingle instance that represents the straight angle (i.e. 180° or π).
  243. </summary>
  244. </member>
  245. <member name="P:SharpDX.AngleSingle.FullRotationAngle">
  246. <summary>
  247. Gets a new SharpDX.AngleSingle instance that represents the full rotation angle (i.e. 360° or 2π).
  248. </summary>
  249. </member>
  250. <member name="M:SharpDX.AngleSingle.op_Equality(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  251. <summary>
  252. Returns a System.Boolean that indicates whether the values of two SharpDX.Angle
  253. objects are equal.
  254. </summary>
  255. <param name="left">The first object to compare.</param>
  256. <param name="right">The second object to compare.</param>
  257. <returns>True if the left and right parameters have the same value; otherwise, false.</returns>
  258. </member>
  259. <member name="M:SharpDX.AngleSingle.op_Inequality(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  260. <summary>
  261. Returns a System.Boolean that indicates whether the values of two SharpDX.Angle
  262. objects are not equal.
  263. </summary>
  264. <param name="left">The first object to compare.</param>
  265. <param name="right">The second object to compare.</param>
  266. <returns>True if the left and right parameters do not have the same value; otherwise, false.</returns>
  267. </member>
  268. <member name="M:SharpDX.AngleSingle.op_LessThan(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  269. <summary>
  270. Returns a System.Boolean that indicates whether a SharpDX.Angle
  271. object is less than another SharpDX.AngleSingle object.
  272. </summary>
  273. <param name="left">The first object to compare.</param>
  274. <param name="right">The second object to compare.</param>
  275. <returns>True if left is less than right; otherwise, false.</returns>
  276. </member>
  277. <member name="M:SharpDX.AngleSingle.op_GreaterThan(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  278. <summary>
  279. Returns a System.Boolean that indicates whether a SharpDX.Angle
  280. object is greater than another SharpDX.AngleSingle object.
  281. </summary>
  282. <param name="left">The first object to compare.</param>
  283. <param name="right">The second object to compare.</param>
  284. <returns>True if left is greater than right; otherwise, false.</returns>
  285. </member>
  286. <member name="M:SharpDX.AngleSingle.op_LessThanOrEqual(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  287. <summary>
  288. Returns a System.Boolean that indicates whether a SharpDX.Angle
  289. object is less than or equal to another SharpDX.AngleSingle object.
  290. </summary>
  291. <param name="left">The first object to compare.</param>
  292. <param name="right">The second object to compare.</param>
  293. <returns>True if left is less than or equal to right; otherwise, false.</returns>
  294. </member>
  295. <member name="M:SharpDX.AngleSingle.op_GreaterThanOrEqual(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  296. <summary>
  297. Returns a System.Boolean that indicates whether a SharpDX.Angle
  298. object is greater than or equal to another SharpDX.AngleSingle object.
  299. </summary>
  300. <param name="left">The first object to compare.</param>
  301. <param name="right">The second object to compare.</param>
  302. <returns>True if left is greater than or equal to right; otherwise, false.</returns>
  303. </member>
  304. <member name="M:SharpDX.AngleSingle.op_UnaryPlus(SharpDX.AngleSingle)">
  305. <summary>
  306. Returns the value of the SharpDX.AngleSingle operand. (The sign of
  307. the operand is unchanged.)
  308. </summary>
  309. <param name="value">A SharpDX.AngleSingle object.</param>
  310. <returns>The value of the value parameter.</returns>
  311. </member>
  312. <member name="M:SharpDX.AngleSingle.op_UnaryNegation(SharpDX.AngleSingle)">
  313. <summary>
  314. Returns the the negated value of the SharpDX.AngleSingle operand.
  315. </summary>
  316. <param name="value">A SharpDX.AngleSingle object.</param>
  317. <returns>The negated value of the value parameter.</returns>
  318. </member>
  319. <member name="M:SharpDX.AngleSingle.op_Addition(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  320. <summary>
  321. Adds two SharpDX.AngleSingle objects and returns the result.
  322. </summary>
  323. <param name="left">The first object to add.</param>
  324. <param name="right">The second object to add.</param>
  325. <returns>The value of the two objects added together.</returns>
  326. </member>
  327. <member name="M:SharpDX.AngleSingle.op_Subtraction(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  328. <summary>
  329. Subtracts two SharpDX.AngleSingle objects and returns the result.
  330. </summary>
  331. <param name="left">The first object to subtract</param>
  332. <param name="right">The second object to subtract.</param>
  333. <returns>The value of the two objects subtracted.</returns>
  334. </member>
  335. <member name="M:SharpDX.AngleSingle.op_Multiply(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  336. <summary>
  337. Multiplies two SharpDX.AngleSingle objects and returns the result.
  338. </summary>
  339. <param name="left">The first object to multiply.</param>
  340. <param name="right">The second object to multiply.</param>
  341. <returns>The value of the two objects multiplied together.</returns>
  342. </member>
  343. <member name="M:SharpDX.AngleSingle.op_Division(SharpDX.AngleSingle,SharpDX.AngleSingle)">
  344. <summary>
  345. Divides two SharpDX.AngleSingle objects and returns the result.
  346. </summary>
  347. <param name="left">The numerator object.</param>
  348. <param name="right">The denominator object.</param>
  349. <returns>The value of the two objects divided.</returns>
  350. </member>
  351. <member name="M:SharpDX.AngleSingle.CompareTo(System.Object)">
  352. <summary>
  353. Compares this instance to a specified object and returns an integer that
  354. indicates whether the value of this instance is less than, equal to, or greater
  355. than the value of the specified object.
  356. </summary>
  357. <param name="other">The object to compare.</param>
  358. <returns>
  359. A signed integer that indicates the relationship of the current instance
  360. to the obj parameter. If the value is less than zero, the current instance
  361. is less than the other. If the value is zero, the current instance is equal
  362. to the other. If the value is greater than zero, the current instance is
  363. greater than the other.
  364. </returns>
  365. </member>
  366. <member name="M:SharpDX.AngleSingle.CompareTo(SharpDX.AngleSingle)">
  367. <summary>
  368. Compares this instance to a second SharpDX.AngleSingle and returns
  369. an integer that indicates whether the value of this instance is less than,
  370. equal to, or greater than the value of the specified object.
  371. </summary>
  372. <param name="other">The object to compare.</param>
  373. <returns>
  374. A signed integer that indicates the relationship of the current instance
  375. to the obj parameter. If the value is less than zero, the current instance
  376. is less than the other. If the value is zero, the current instance is equal
  377. to the other. If the value is greater than zero, the current instance is
  378. greater than the other.
  379. </returns>
  380. </member>
  381. <member name="M:SharpDX.AngleSingle.Equals(SharpDX.AngleSingle)">
  382. <summary>
  383. Returns a value that indicates whether the current instance and a specified
  384. SharpDX.AngleSingle object have the same value.
  385. </summary>
  386. <param name="other">The object to compare.</param>
  387. <returns>
  388. Returns true if this SharpDX.AngleSingle object and another have the same value;
  389. otherwise, false.
  390. </returns>
  391. </member>
  392. <member name="M:SharpDX.AngleSingle.ToString">
  393. <summary>
  394. Returns a <see cref="T:System.String"/> that represents this instance.
  395. </summary>
  396. <returns>
  397. A <see cref="T:System.String"/> that represents this instance.
  398. </returns>
  399. </member>
  400. <member name="M:SharpDX.AngleSingle.ToString(System.String)">
  401. <summary>
  402. Returns a <see cref="T:System.String"/> that represents this instance.
  403. </summary>
  404. <param name="format">The format.</param>
  405. <returns>
  406. A <see cref="T:System.String"/> that represents this instance.
  407. </returns>
  408. </member>
  409. <member name="M:SharpDX.AngleSingle.ToString(System.IFormatProvider)">
  410. <summary>
  411. Returns a <see cref="T:System.String"/> that represents this instance.
  412. </summary>
  413. <param name="formatProvider">The format provider.</param>
  414. <returns>
  415. A <see cref="T:System.String"/> that represents this instance.
  416. </returns>
  417. </member>
  418. <member name="M:SharpDX.AngleSingle.ToString(System.String,System.IFormatProvider)">
  419. <summary>
  420. Returns a <see cref="T:System.String"/> that represents this instance.
  421. </summary>
  422. <param name="format">The format.</param>
  423. <param name="formatProvider">The format provider.</param>
  424. <returns>
  425. A <see cref="T:System.String"/> that represents this instance.
  426. </returns>
  427. </member>
  428. <member name="M:SharpDX.AngleSingle.GetHashCode">
  429. <summary>
  430. Returns a hash code for this SharpDX.AngleSingle instance.
  431. </summary>
  432. <returns>A 32-bit signed integer hash code.</returns>
  433. </member>
  434. <member name="M:SharpDX.AngleSingle.Equals(System.Object)">
  435. <summary>
  436. Returns a value that indicates whether the current instance and a specified
  437. object have the same value.
  438. </summary>
  439. <param name="obj">The object to compare.</param>
  440. <returns>
  441. Returns true if the obj parameter is a SharpDX.AngleSingle object or a type
  442. capable of implicit conversion to a SharpDX.AngleSingle value, and
  443. its value is equal to the value of the current SharpDX.Angle
  444. object; otherwise, false.
  445. </returns>
  446. </member>
  447. <member name="T:SharpDX.Mathematics.AssemblyDoc">
  448. <summary>
  449. The <see cref="A:SharpDX.Mathematics"/> assembly is a managed Math API.
  450. </summary>
  451. </member>
  452. <member name="T:SharpDX.Mathematics.NamespaceDoc">
  453. <summary>
  454. The <see cref="N:SharpDX.Mathematics"/> namespace provides managed Direct3D Compiler API.
  455. </summary>
  456. <msdn-id>dd607340</msdn-id>
  457. <unmanaged>Math</unmanaged>
  458. <unmanaged-short>Math</unmanaged-short>
  459. </member>
  460. <member name="T:SharpDX.Bool4">
  461. <summary>
  462. Represents a four dimensional mathematical vector of bool (32 bits per bool value).
  463. </summary>
  464. </member>
  465. <member name="F:SharpDX.Bool4.SizeInBytes">
  466. <summary>
  467. The size of the <see cref = "T:SharpDX.Bool4" /> type, in bytes.
  468. </summary>
  469. </member>
  470. <member name="F:SharpDX.Bool4.False">
  471. <summary>
  472. A <see cref = "T:SharpDX.Bool4" /> with all of its components set to false.
  473. </summary>
  474. </member>
  475. <member name="F:SharpDX.Bool4.UnitX">
  476. <summary>
  477. The X unit <see cref = "T:SharpDX.Bool4" /> (true, 0, 0, 0).
  478. </summary>
  479. </member>
  480. <member name="F:SharpDX.Bool4.UnitY">
  481. <summary>
  482. The Y unit <see cref = "T:SharpDX.Bool4" /> (0, true, 0, 0).
  483. </summary>
  484. </member>
  485. <member name="F:SharpDX.Bool4.UnitZ">
  486. <summary>
  487. The Z unit <see cref = "T:SharpDX.Bool4" /> (0, 0, true, 0).
  488. </summary>
  489. </member>
  490. <member name="F:SharpDX.Bool4.UnitW">
  491. <summary>
  492. The W unit <see cref = "T:SharpDX.Bool4" /> (0, 0, 0, true).
  493. </summary>
  494. </member>
  495. <member name="F:SharpDX.Bool4.One">
  496. <summary>
  497. A <see cref = "T:SharpDX.Bool4" /> with all of its components set to true.
  498. </summary>
  499. </member>
  500. <member name="F:SharpDX.Bool4.iX">
  501. <summary>
  502. The X component of the vector.
  503. </summary>
  504. </member>
  505. <member name="F:SharpDX.Bool4.iY">
  506. <summary>
  507. The Y component of the vector.
  508. </summary>
  509. </member>
  510. <member name="F:SharpDX.Bool4.iZ">
  511. <summary>
  512. The Z component of the vector.
  513. </summary>
  514. </member>
  515. <member name="F:SharpDX.Bool4.iW">
  516. <summary>
  517. The W component of the vector.
  518. </summary>
  519. </member>
  520. <member name="P:SharpDX.Bool4.X">
  521. <summary>
  522. The X component of the vector.
  523. </summary>
  524. </member>
  525. <member name="P:SharpDX.Bool4.Y">
  526. <summary>
  527. The Y component of the vector.
  528. </summary>
  529. </member>
  530. <member name="P:SharpDX.Bool4.Z">
  531. <summary>
  532. The Z component of the vector.
  533. </summary>
  534. </member>
  535. <member name="P:SharpDX.Bool4.W">
  536. <summary>
  537. The W component of the vector.
  538. </summary>
  539. </member>
  540. <member name="M:SharpDX.Bool4.#ctor(System.Boolean)">
  541. <summary>
  542. Initializes a new instance of the <see cref = "T:SharpDX.Bool4" /> struct.
  543. </summary>
  544. <param name = "value">The value that will be assigned to all components.</param>
  545. </member>
  546. <member name="M:SharpDX.Bool4.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
  547. <summary>
  548. Initializes a new instance of the <see cref = "T:SharpDX.Bool4" /> struct.
  549. </summary>
  550. <param name = "x">Initial value for the X component of the vector.</param>
  551. <param name = "y">Initial value for the Y component of the vector.</param>
  552. <param name = "z">Initial value for the Z component of the vector.</param>
  553. <param name = "w">Initial value for the W component of the vector.</param>
  554. </member>
  555. <member name="M:SharpDX.Bool4.#ctor(System.Boolean[])">
  556. <summary>
  557. Initializes a new instance of the <see cref = "T:SharpDX.Bool4" /> struct.
  558. </summary>
  559. <param name = "values">The values to assign to the X, Y, Z, and W components of the vector. This must be an array with four elements.</param>
  560. <exception cref = "T:System.ArgumentNullException">Thrown when <paramref name = "values" /> is <c>null</c>.</exception>
  561. <exception cref = "T:System.ArgumentOutOfRangeException">Thrown when <paramref name = "values" /> contains more or less than four elements.</exception>
  562. </member>
  563. <member name="P:SharpDX.Bool4.Item(System.Int32)">
  564. <summary>
  565. Gets or sets the component at the specified index.
  566. </summary>
  567. <value>The value of the X, Y, Z, or W component, depending on the index.</value>
  568. <param name = "index">The index of the component to access. Use 0 for the X component, 1 for the Y component, 2 for the Z component, and 3 for the W component.</param>
  569. <returns>The value of the component at the specified index.</returns>
  570. <exception cref = "T:System.ArgumentOutOfRangeException">Thrown when the <paramref name = "index" /> is out of the range [0, 3].</exception>
  571. </member>
  572. <member name="M:SharpDX.Bool4.ToArray">
  573. <summary>
  574. Creates an array containing the elements of the vector.
  575. </summary>
  576. <returns>A four-element array containing the components of the vector.</returns>
  577. </member>
  578. <member name="M:SharpDX.Bool4.op_Equality(SharpDX.Bool4,SharpDX.Bool4)">
  579. <summary>
  580. Tests for equality between two objects.
  581. </summary>
  582. <param name = "left">The first value to compare.</param>
  583. <param name = "right">The second value to compare.</param>
  584. <returns><c>true</c> if <paramref name = "left" /> has the same value as <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  585. </member>
  586. <member name="M:SharpDX.Bool4.op_Inequality(SharpDX.Bool4,SharpDX.Bool4)">
  587. <summary>
  588. Tests for inequality between two objects.
  589. </summary>
  590. <param name = "left">The first value to compare.</param>
  591. <param name = "right">The second value to compare.</param>
  592. <returns><c>true</c> if <paramref name = "left" /> has a different value than <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  593. </member>
  594. <member name="M:SharpDX.Bool4.ToString">
  595. <summary>
  596. Returns a <see cref = "T:System.String" /> that represents this instance.
  597. </summary>
  598. <returns>
  599. A <see cref = "T:System.String" /> that represents this instance.
  600. </returns>
  601. </member>
  602. <member name="M:SharpDX.Bool4.ToString(System.String,System.IFormatProvider)">
  603. <summary>
  604. Returns a <see cref="T:System.String"/> that represents this instance.
  605. </summary>
  606. <param name="format">The format.</param>
  607. <param name="formatProvider">The format provider.</param>
  608. <returns>
  609. A <see cref="T:System.String"/> that represents this instance.
  610. </returns>
  611. </member>
  612. <member name="M:SharpDX.Bool4.GetHashCode">
  613. <summary>
  614. Returns a hash code for this instance.
  615. </summary>
  616. <returns>
  617. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  618. </returns>
  619. </member>
  620. <member name="M:SharpDX.Bool4.Equals(SharpDX.Bool4@)">
  621. <summary>
  622. Determines whether the specified <see cref = "T:SharpDX.Bool4" /> is equal to this instance.
  623. </summary>
  624. <param name = "other">The <see cref = "T:SharpDX.Bool4" /> to compare with this instance.</param>
  625. <returns>
  626. <c>true</c> if the specified <see cref = "T:SharpDX.Bool4" /> is equal to this instance; otherwise, <c>false</c>.
  627. </returns>
  628. </member>
  629. <member name="M:SharpDX.Bool4.Equals(SharpDX.Bool4)">
  630. <summary>
  631. Determines whether the specified <see cref = "T:SharpDX.Bool4" /> is equal to this instance.
  632. </summary>
  633. <param name = "other">The <see cref = "T:SharpDX.Bool4" /> to compare with this instance.</param>
  634. <returns>
  635. <c>true</c> if the specified <see cref = "T:SharpDX.Bool4" /> is equal to this instance; otherwise, <c>false</c>.
  636. </returns>
  637. </member>
  638. <member name="M:SharpDX.Bool4.Equals(System.Object)">
  639. <summary>
  640. Determines whether the specified <see cref = "T:System.Object" /> is equal to this instance.
  641. </summary>
  642. <param name = "value">The <see cref = "T:System.Object" /> to compare with this instance.</param>
  643. <returns>
  644. <c>true</c> if the specified <see cref = "T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
  645. </returns>
  646. </member>
  647. <member name="M:SharpDX.Bool4.op_Implicit(System.Boolean[])~SharpDX.Bool4">
  648. <summary>
  649. Performs an implicit conversion from <see cref="T:System.Int32"/> array to <see cref="T:SharpDX.Bool4"/>.
  650. </summary>
  651. <param name="input">The input.</param>
  652. <returns>The result of the conversion.</returns>
  653. </member>
  654. <member name="M:SharpDX.Bool4.op_Implicit(SharpDX.Bool4)~System.Boolean[]">
  655. <summary>
  656. Performs an implicit conversion from <see cref="T:SharpDX.Bool4"/> to <see cref="T:System.Int32"/> array.
  657. </summary>
  658. <param name="input">The input.</param>
  659. <returns>The result of the conversion.</returns>
  660. </member>
  661. <member name="M:SharpDX.Bool4.op_Implicit(SharpDX.Bool4)~SharpDX.Mathematics.Interop.RawBool4">
  662. <summary>
  663. Performs an implicit conversion from <see cref="T:SharpDX.Bool4"/> to <see cref="T:SharpDX.Mathematics.Interop.RawBool4"/>.
  664. </summary>
  665. <param name="value">The value.</param>
  666. <returns>The result of the conversion.</returns>
  667. </member>
  668. <member name="M:SharpDX.Bool4.op_Implicit(SharpDX.Mathematics.Interop.RawBool4)~SharpDX.Bool4">
  669. <summary>
  670. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawBool4"/> to <see cref="T:SharpDX.Bool4"/>.
  671. </summary>
  672. <param name="value">The value.</param>
  673. <returns>The result of the conversion.</returns>
  674. </member>
  675. <member name="T:SharpDX.BoundingBox">
  676. <summary>
  677. Represents an axis-aligned bounding box in three dimensional space.
  678. </summary>
  679. </member>
  680. <member name="F:SharpDX.BoundingBox.Minimum">
  681. <summary>
  682. The minimum point of the box.
  683. </summary>
  684. </member>
  685. <member name="F:SharpDX.BoundingBox.Maximum">
  686. <summary>
  687. The maximum point of the box.
  688. </summary>
  689. </member>
  690. <member name="M:SharpDX.BoundingBox.#ctor(SharpDX.Vector3,SharpDX.Vector3)">
  691. <summary>
  692. Initializes a new instance of the <see cref="T:SharpDX.BoundingBox"/> struct.
  693. </summary>
  694. <param name="minimum">The minimum vertex of the bounding box.</param>
  695. <param name="maximum">The maximum vertex of the bounding box.</param>
  696. </member>
  697. <member name="M:SharpDX.BoundingBox.GetCorners">
  698. <summary>
  699. Retrieves the eight corners of the bounding box.
  700. </summary>
  701. <returns>An array of points representing the eight corners of the bounding box.</returns>
  702. </member>
  703. <member name="M:SharpDX.BoundingBox.GetCorners(SharpDX.Vector3[])">
  704. <summary>
  705. Retrieves the eight corners of the bounding box.
  706. </summary>
  707. <returns>An array of points representing the eight corners of the bounding box.</returns>
  708. </member>
  709. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.Ray@)">
  710. <summary>
  711. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  712. </summary>
  713. <param name="ray">The ray to test.</param>
  714. <returns>Whether the two objects intersected.</returns>
  715. </member>
  716. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.Ray@,System.Single@)">
  717. <summary>
  718. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  719. </summary>
  720. <param name="ray">The ray to test.</param>
  721. <param name="distance">When the method completes, contains the distance of the intersection,
  722. or 0 if there was no intersection.</param>
  723. <returns>Whether the two objects intersected.</returns>
  724. </member>
  725. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.Ray@,SharpDX.Vector3@)">
  726. <summary>
  727. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  728. </summary>
  729. <param name="ray">The ray to test.</param>
  730. <param name="point">When the method completes, contains the point of intersection,
  731. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  732. <returns>Whether the two objects intersected.</returns>
  733. </member>
  734. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.Plane@)">
  735. <summary>
  736. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  737. </summary>
  738. <param name="plane">The plane to test.</param>
  739. <returns>Whether the two objects intersected.</returns>
  740. </member>
  741. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.BoundingBox@)">
  742. <summary>
  743. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  744. </summary>
  745. <param name="box">The box to test.</param>
  746. <returns>Whether the two objects intersected.</returns>
  747. </member>
  748. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.BoundingBox)">
  749. <summary>
  750. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  751. </summary>
  752. <param name="box">The box to test.</param>
  753. <returns>Whether the two objects intersected.</returns>
  754. </member>
  755. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.BoundingSphere@)">
  756. <summary>
  757. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  758. </summary>
  759. <param name="sphere">The sphere to test.</param>
  760. <returns>Whether the two objects intersected.</returns>
  761. </member>
  762. <member name="M:SharpDX.BoundingBox.Intersects(SharpDX.BoundingSphere)">
  763. <summary>
  764. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  765. </summary>
  766. <param name="sphere">The sphere to test.</param>
  767. <returns>Whether the two objects intersected.</returns>
  768. </member>
  769. <member name="M:SharpDX.BoundingBox.Contains(SharpDX.Vector3@)">
  770. <summary>
  771. Determines whether the current objects contains a point.
  772. </summary>
  773. <param name="point">The point to test.</param>
  774. <returns>The type of containment the two objects have.</returns>
  775. </member>
  776. <member name="M:SharpDX.BoundingBox.Contains(SharpDX.Vector3)">
  777. <summary>
  778. Determines whether the current objects contains a point.
  779. </summary>
  780. <param name="point">The point to test.</param>
  781. <returns>The type of containment the two objects have.</returns>
  782. </member>
  783. <member name="M:SharpDX.BoundingBox.Contains(SharpDX.BoundingBox@)">
  784. <summary>
  785. Determines whether the current objects contains a <see cref="T:SharpDX.BoundingBox"/>.
  786. </summary>
  787. <param name="box">The box to test.</param>
  788. <returns>The type of containment the two objects have.</returns>
  789. </member>
  790. <member name="M:SharpDX.BoundingBox.Contains(SharpDX.BoundingBox)">
  791. <summary>
  792. Determines whether the current objects contains a <see cref="T:SharpDX.BoundingBox"/>.
  793. </summary>
  794. <param name="box">The box to test.</param>
  795. <returns>The type of containment the two objects have.</returns>
  796. </member>
  797. <member name="M:SharpDX.BoundingBox.Contains(SharpDX.BoundingSphere@)">
  798. <summary>
  799. Determines whether the current objects contains a <see cref="T:SharpDX.BoundingSphere"/>.
  800. </summary>
  801. <param name="sphere">The sphere to test.</param>
  802. <returns>The type of containment the two objects have.</returns>
  803. </member>
  804. <member name="M:SharpDX.BoundingBox.Contains(SharpDX.BoundingSphere)">
  805. <summary>
  806. Determines whether the current objects contains a <see cref="T:SharpDX.BoundingSphere"/>.
  807. </summary>
  808. <param name="sphere">The sphere to test.</param>
  809. <returns>The type of containment the two objects have.</returns>
  810. </member>
  811. <member name="M:SharpDX.BoundingBox.FromPoints(SharpDX.Vector3[],SharpDX.BoundingBox@)">
  812. <summary>
  813. Constructs a <see cref="T:SharpDX.BoundingBox"/> that fully contains the given points.
  814. </summary>
  815. <param name="points">The points that will be contained by the box.</param>
  816. <param name="result">When the method completes, contains the newly constructed bounding box.</param>
  817. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="points"/> is <c>null</c>.</exception>
  818. </member>
  819. <member name="M:SharpDX.BoundingBox.FromPoints(SharpDX.Vector3[])">
  820. <summary>
  821. Constructs a <see cref="T:SharpDX.BoundingBox"/> that fully contains the given points.
  822. </summary>
  823. <param name="points">The points that will be contained by the box.</param>
  824. <returns>The newly constructed bounding box.</returns>
  825. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="points"/> is <c>null</c>.</exception>
  826. </member>
  827. <member name="M:SharpDX.BoundingBox.FromSphere(SharpDX.BoundingSphere@,SharpDX.BoundingBox@)">
  828. <summary>
  829. Constructs a <see cref="T:SharpDX.BoundingBox"/> from a given sphere.
  830. </summary>
  831. <param name="sphere">The sphere that will designate the extents of the box.</param>
  832. <param name="result">When the method completes, contains the newly constructed bounding box.</param>
  833. </member>
  834. <member name="M:SharpDX.BoundingBox.FromSphere(SharpDX.BoundingSphere)">
  835. <summary>
  836. Constructs a <see cref="T:SharpDX.BoundingBox"/> from a given sphere.
  837. </summary>
  838. <param name="sphere">The sphere that will designate the extents of the box.</param>
  839. <returns>The newly constructed bounding box.</returns>
  840. </member>
  841. <member name="M:SharpDX.BoundingBox.Merge(SharpDX.BoundingBox@,SharpDX.BoundingBox@,SharpDX.BoundingBox@)">
  842. <summary>
  843. Constructs a <see cref="T:SharpDX.BoundingBox"/> that is as large as the total combined area of the two specified boxes.
  844. </summary>
  845. <param name="value1">The first box to merge.</param>
  846. <param name="value2">The second box to merge.</param>
  847. <param name="result">When the method completes, contains the newly constructed bounding box.</param>
  848. </member>
  849. <member name="M:SharpDX.BoundingBox.Merge(SharpDX.BoundingBox,SharpDX.BoundingBox)">
  850. <summary>
  851. Constructs a <see cref="T:SharpDX.BoundingBox"/> that is as large as the total combined area of the two specified boxes.
  852. </summary>
  853. <param name="value1">The first box to merge.</param>
  854. <param name="value2">The second box to merge.</param>
  855. <returns>The newly constructed bounding box.</returns>
  856. </member>
  857. <member name="M:SharpDX.BoundingBox.op_Equality(SharpDX.BoundingBox,SharpDX.BoundingBox)">
  858. <summary>
  859. Tests for equality between two objects.
  860. </summary>
  861. <param name="left">The first value to compare.</param>
  862. <param name="right">The second value to compare.</param>
  863. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  864. </member>
  865. <member name="M:SharpDX.BoundingBox.op_Inequality(SharpDX.BoundingBox,SharpDX.BoundingBox)">
  866. <summary>
  867. Tests for inequality between two objects.
  868. </summary>
  869. <param name="left">The first value to compare.</param>
  870. <param name="right">The second value to compare.</param>
  871. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  872. </member>
  873. <member name="M:SharpDX.BoundingBox.ToString">
  874. <summary>
  875. Returns a <see cref="T:System.String"/> that represents this instance.
  876. </summary>
  877. <returns>
  878. A <see cref="T:System.String"/> that represents this instance.
  879. </returns>
  880. </member>
  881. <member name="M:SharpDX.BoundingBox.ToString(System.String)">
  882. <summary>
  883. Returns a <see cref="T:System.String"/> that represents this instance.
  884. </summary>
  885. <param name="format">The format.</param>
  886. <returns>
  887. A <see cref="T:System.String"/> that represents this instance.
  888. </returns>
  889. </member>
  890. <member name="M:SharpDX.BoundingBox.ToString(System.IFormatProvider)">
  891. <summary>
  892. Returns a <see cref="T:System.String"/> that represents this instance.
  893. </summary>
  894. <param name="formatProvider">The format provider.</param>
  895. <returns>
  896. A <see cref="T:System.String"/> that represents this instance.
  897. </returns>
  898. </member>
  899. <member name="M:SharpDX.BoundingBox.ToString(System.String,System.IFormatProvider)">
  900. <summary>
  901. Returns a <see cref="T:System.String"/> that represents this instance.
  902. </summary>
  903. <param name="format">The format.</param>
  904. <param name="formatProvider">The format provider.</param>
  905. <returns>
  906. A <see cref="T:System.String"/> that represents this instance.
  907. </returns>
  908. </member>
  909. <member name="M:SharpDX.BoundingBox.GetHashCode">
  910. <summary>
  911. Returns a hash code for this instance.
  912. </summary>
  913. <returns>
  914. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  915. </returns>
  916. </member>
  917. <member name="M:SharpDX.BoundingBox.Equals(SharpDX.BoundingBox@)">
  918. <summary>
  919. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  920. </summary>
  921. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  922. <returns>
  923. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  924. </returns>
  925. </member>
  926. <member name="M:SharpDX.BoundingBox.Equals(SharpDX.BoundingBox)">
  927. <summary>
  928. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  929. </summary>
  930. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  931. <returns>
  932. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  933. </returns>
  934. </member>
  935. <member name="M:SharpDX.BoundingBox.Equals(System.Object)">
  936. <summary>
  937. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  938. </summary>
  939. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  940. <returns>
  941. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  942. </returns>
  943. </member>
  944. <member name="T:SharpDX.BoundingFrustum">
  945. <summary>
  946. Defines a frustum which can be used in frustum culling, zoom to Extents (zoom to fit) operations,
  947. (matrix, frustum, camera) interchange, and many kind of intersection testing.
  948. </summary>
  949. </member>
  950. <member name="P:SharpDX.BoundingFrustum.Matrix">
  951. <summary>
  952. Gets or sets the Matrix that describes this bounding frustum.
  953. </summary>
  954. </member>
  955. <member name="P:SharpDX.BoundingFrustum.Near">
  956. <summary>
  957. Gets the near plane of the BoundingFrustum.
  958. </summary>
  959. </member>
  960. <member name="P:SharpDX.BoundingFrustum.Far">
  961. <summary>
  962. Gets the far plane of the BoundingFrustum.
  963. </summary>
  964. </member>
  965. <member name="P:SharpDX.BoundingFrustum.Left">
  966. <summary>
  967. Gets the left plane of the BoundingFrustum.
  968. </summary>
  969. </member>
  970. <member name="P:SharpDX.BoundingFrustum.Right">
  971. <summary>
  972. Gets the right plane of the BoundingFrustum.
  973. </summary>
  974. </member>
  975. <member name="P:SharpDX.BoundingFrustum.Top">
  976. <summary>
  977. Gets the top plane of the BoundingFrustum.
  978. </summary>
  979. </member>
  980. <member name="P:SharpDX.BoundingFrustum.Bottom">
  981. <summary>
  982. Gets the bottom plane of the BoundingFrustum.
  983. </summary>
  984. </member>
  985. <member name="M:SharpDX.BoundingFrustum.#ctor(SharpDX.Matrix)">
  986. <summary>
  987. Creates a new instance of BoundingFrustum.
  988. </summary>
  989. <param name="matrix">Combined matrix that usually takes view × projection matrix.</param>
  990. </member>
  991. <member name="M:SharpDX.BoundingFrustum.Equals(SharpDX.BoundingFrustum@)">
  992. <summary>
  993. Determines whether the specified <see cref="T:SharpDX.BoundingFrustum"/> is equal to this instance.
  994. </summary>
  995. <param name="other">The <see cref="T:SharpDX.BoundingFrustum"/> to compare with this instance.</param>
  996. <returns>
  997. <c>true</c> if the specified <see cref="T:SharpDX.BoundingFrustum"/> is equal to this instance; otherwise, <c>false</c>.
  998. </returns>
  999. </member>
  1000. <member name="M:SharpDX.BoundingFrustum.Equals(SharpDX.BoundingFrustum)">
  1001. <summary>
  1002. Determines whether the specified <see cref="T:SharpDX.BoundingFrustum"/> is equal to this instance.
  1003. </summary>
  1004. <param name="other">The <see cref="T:SharpDX.BoundingFrustum"/> to compare with this instance.</param>
  1005. <returns>
  1006. <c>true</c> if the specified <see cref="T:SharpDX.BoundingFrustum"/> is equal to this instance; otherwise, <c>false</c>.
  1007. </returns>
  1008. </member>
  1009. <member name="M:SharpDX.BoundingFrustum.Equals(System.Object)">
  1010. <summary>
  1011. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  1012. </summary>
  1013. <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
  1014. <returns>
  1015. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  1016. </returns>
  1017. </member>
  1018. <member name="M:SharpDX.BoundingFrustum.op_Equality(SharpDX.BoundingFrustum,SharpDX.BoundingFrustum)">
  1019. <summary>
  1020. Implements the operator ==.
  1021. </summary>
  1022. <param name="left">The left.</param>
  1023. <param name="right">The right.</param>
  1024. <returns>
  1025. The result of the operator.
  1026. </returns>
  1027. </member>
  1028. <member name="M:SharpDX.BoundingFrustum.op_Inequality(SharpDX.BoundingFrustum,SharpDX.BoundingFrustum)">
  1029. <summary>
  1030. Implements the operator !=.
  1031. </summary>
  1032. <param name="left">The left.</param>
  1033. <param name="right">The right.</param>
  1034. <returns>
  1035. The result of the operator.
  1036. </returns>
  1037. </member>
  1038. <member name="M:SharpDX.BoundingFrustum.GetPlane(System.Int32)">
  1039. <summary>
  1040. Returns one of the 6 planes related to this frustum.
  1041. </summary>
  1042. <param name="index">Plane index where 0 fro Left, 1 for Right, 2 for Top, 3 for Bottom, 4 for Near, 5 for Far</param>
  1043. <returns></returns>
  1044. </member>
  1045. <member name="M:SharpDX.BoundingFrustum.FromCamera(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,System.Single,System.Single,System.Single,System.Single)">
  1046. <summary>
  1047. Creates a new frustum relaying on perspective camera parameters
  1048. </summary>
  1049. <param name="cameraPos">The camera pos.</param>
  1050. <param name="lookDir">The look dir.</param>
  1051. <param name="upDir">Up dir.</param>
  1052. <param name="fov">The fov.</param>
  1053. <param name="znear">The znear.</param>
  1054. <param name="zfar">The zfar.</param>
  1055. <param name="aspect">The aspect.</param>
  1056. <returns>The bounding frustum calculated from perspective camera</returns>
  1057. </member>
  1058. <member name="M:SharpDX.BoundingFrustum.FromCamera(SharpDX.FrustumCameraParams)">
  1059. <summary>
  1060. Creates a new frustum relaying on perspective camera parameters
  1061. </summary>
  1062. <param name="cameraParams">The camera params.</param>
  1063. <returns>The bounding frustum from camera params</returns>
  1064. </member>
  1065. <member name="M:SharpDX.BoundingFrustum.GetCorners">
  1066. <summary>
  1067. Returns the 8 corners of the frustum, element0 is Near1 (near right down corner)
  1068. , element1 is Near2 (near right top corner)
  1069. , element2 is Near3 (near Left top corner)
  1070. , element3 is Near4 (near Left down corner)
  1071. , element4 is Far1 (far right down corner)
  1072. , element5 is Far2 (far right top corner)
  1073. , element6 is Far3 (far left top corner)
  1074. , element7 is Far4 (far left down corner)
  1075. </summary>
  1076. <returns>The 8 corners of the frustum</returns>
  1077. </member>
  1078. <member name="M:SharpDX.BoundingFrustum.GetCorners(SharpDX.Vector3[])">
  1079. <summary>
  1080. Returns the 8 corners of the frustum, element0 is Near1 (near right down corner)
  1081. , element1 is Near2 (near right top corner)
  1082. , element2 is Near3 (near Left top corner)
  1083. , element3 is Near4 (near Left down corner)
  1084. , element4 is Far1 (far right down corner)
  1085. , element5 is Far2 (far right top corner)
  1086. , element6 is Far3 (far left top corner)
  1087. , element7 is Far4 (far left down corner)
  1088. </summary>
  1089. <returns>The 8 corners of the frustum</returns>
  1090. </member>
  1091. <member name="M:SharpDX.BoundingFrustum.GetCameraParams">
  1092. <summary>
  1093. Extracts perspective camera parameters from the frustum, doesn't work with orthographic frustums.
  1094. </summary>
  1095. <returns>Perspective camera parameters from the frustum</returns>
  1096. </member>
  1097. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.Vector3@)">
  1098. <summary>
  1099. Checks whether a point lay inside, intersects or lay outside the frustum.
  1100. </summary>
  1101. <param name="point">The point.</param>
  1102. <returns>Type of the containment</returns>
  1103. </member>
  1104. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.Vector3)">
  1105. <summary>
  1106. Checks whether a point lay inside, intersects or lay outside the frustum.
  1107. </summary>
  1108. <param name="point">The point.</param>
  1109. <returns>Type of the containment</returns>
  1110. </member>
  1111. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.Vector3[])">
  1112. <summary>
  1113. Checks whether a group of points lay totally inside the frustum (Contains), or lay partially inside the frustum (Intersects), or lay outside the frustum (Disjoint).
  1114. </summary>
  1115. <param name="points">The points.</param>
  1116. <returns>Type of the containment</returns>
  1117. </member>
  1118. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.Vector3[],SharpDX.ContainmentType@)">
  1119. <summary>
  1120. Checks whether a group of points lay totally inside the frustum (Contains), or lay partially inside the frustum (Intersects), or lay outside the frustum (Disjoint).
  1121. </summary>
  1122. <param name="points">The points.</param>
  1123. <param name="result">Type of the containment.</param>
  1124. </member>
  1125. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingBox@)">
  1126. <summary>
  1127. Determines the intersection relationship between the frustum and a bounding box.
  1128. </summary>
  1129. <param name="box">The box.</param>
  1130. <returns>Type of the containment</returns>
  1131. </member>
  1132. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingBox)">
  1133. <summary>
  1134. Determines the intersection relationship between the frustum and a bounding box.
  1135. </summary>
  1136. <param name="box">The box.</param>
  1137. <returns>Type of the containment</returns>
  1138. </member>
  1139. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingBox@,SharpDX.ContainmentType@)">
  1140. <summary>
  1141. Determines the intersection relationship between the frustum and a bounding box.
  1142. </summary>
  1143. <param name="box">The box.</param>
  1144. <param name="result">Type of the containment.</param>
  1145. </member>
  1146. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingSphere@)">
  1147. <summary>
  1148. Determines the intersection relationship between the frustum and a bounding sphere.
  1149. </summary>
  1150. <param name="sphere">The sphere.</param>
  1151. <returns>Type of the containment</returns>
  1152. </member>
  1153. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingSphere)">
  1154. <summary>
  1155. Determines the intersection relationship between the frustum and a bounding sphere.
  1156. </summary>
  1157. <param name="sphere">The sphere.</param>
  1158. <returns>Type of the containment</returns>
  1159. </member>
  1160. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingSphere@,SharpDX.ContainmentType@)">
  1161. <summary>
  1162. Determines the intersection relationship between the frustum and a bounding sphere.
  1163. </summary>
  1164. <param name="sphere">The sphere.</param>
  1165. <param name="result">Type of the containment.</param>
  1166. </member>
  1167. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingFrustum@)">
  1168. <summary>
  1169. Determines the intersection relationship between the frustum and another bounding frustum.
  1170. </summary>
  1171. <param name="frustum">The frustum.</param>
  1172. <returns>Type of the containment</returns>
  1173. </member>
  1174. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingFrustum)">
  1175. <summary>
  1176. Determines the intersection relationship between the frustum and another bounding frustum.
  1177. </summary>
  1178. <param name="frustum">The frustum.</param>
  1179. <returns>Type of the containment</returns>
  1180. </member>
  1181. <member name="M:SharpDX.BoundingFrustum.Contains(SharpDX.BoundingFrustum@,System.Boolean@)">
  1182. <summary>
  1183. Determines the intersection relationship between the frustum and another bounding frustum.
  1184. </summary>
  1185. <param name="frustum">The frustum.</param>
  1186. <param name="result">Type of the containment.</param>
  1187. </member>
  1188. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.BoundingSphere@)">
  1189. <summary>
  1190. Checks whether the current BoundingFrustum intersects a BoundingSphere.
  1191. </summary>
  1192. <param name="sphere">The sphere.</param>
  1193. <returns>Type of the containment</returns>
  1194. </member>
  1195. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.BoundingSphere@,System.Boolean@)">
  1196. <summary>
  1197. Checks whether the current BoundingFrustum intersects a BoundingSphere.
  1198. </summary>
  1199. <param name="sphere">The sphere.</param>
  1200. <param name="result">Set to <c>true</c> if the current BoundingFrustum intersects a BoundingSphere.</param>
  1201. </member>
  1202. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.BoundingBox@)">
  1203. <summary>
  1204. Checks whether the current BoundingFrustum intersects a BoundingBox.
  1205. </summary>
  1206. <param name="box">The box.</param>
  1207. <returns><c>true</c> if the current BoundingFrustum intersects a BoundingSphere.</returns>
  1208. </member>
  1209. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.BoundingBox@,System.Boolean@)">
  1210. <summary>
  1211. Checks whether the current BoundingFrustum intersects a BoundingBox.
  1212. </summary>
  1213. <param name="box">The box.</param>
  1214. <param name="result"><c>true</c> if the current BoundingFrustum intersects a BoundingSphere.</param>
  1215. </member>
  1216. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.Plane@)">
  1217. <summary>
  1218. Checks whether the current BoundingFrustum intersects the specified Plane.
  1219. </summary>
  1220. <param name="plane">The plane.</param>
  1221. <returns>Plane intersection type.</returns>
  1222. </member>
  1223. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.Plane@,SharpDX.PlaneIntersectionType@)">
  1224. <summary>
  1225. Checks whether the current BoundingFrustum intersects the specified Plane.
  1226. </summary>
  1227. <param name="plane">The plane.</param>
  1228. <param name="result">Plane intersection type.</param>
  1229. </member>
  1230. <member name="M:SharpDX.BoundingFrustum.GetWidthAtDepth(System.Single)">
  1231. <summary>
  1232. Get the width of the frustum at specified depth.
  1233. </summary>
  1234. <param name="depth">the depth at which to calculate frustum width.</param>
  1235. <returns>With of the frustum at the specified depth</returns>
  1236. </member>
  1237. <member name="M:SharpDX.BoundingFrustum.GetHeightAtDepth(System.Single)">
  1238. <summary>
  1239. Get the height of the frustum at specified depth.
  1240. </summary>
  1241. <param name="depth">the depth at which to calculate frustum height.</param>
  1242. <returns>Height of the frustum at the specified depth</returns>
  1243. </member>
  1244. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.Ray@)">
  1245. <summary>
  1246. Checks whether the current BoundingFrustum intersects the specified Ray.
  1247. </summary>
  1248. <param name="ray">The ray.</param>
  1249. <returns><c>true</c> if the current BoundingFrustum intersects the specified Ray.</returns>
  1250. </member>
  1251. <member name="M:SharpDX.BoundingFrustum.Intersects(SharpDX.Ray@,System.Nullable{System.Single}@,System.Nullable{System.Single}@)">
  1252. <summary>
  1253. Checks whether the current BoundingFrustum intersects the specified Ray.
  1254. </summary>
  1255. <param name="ray">The Ray to check for intersection with.</param>
  1256. <param name="inDistance">The distance at which the ray enters the frustum if there is an intersection and the ray starts outside the frustum.</param>
  1257. <param name="outDistance">The distance at which the ray exits the frustum if there is an intersection.</param>
  1258. <returns><c>true</c> if the current BoundingFrustum intersects the specified Ray.</returns>
  1259. </member>
  1260. <member name="M:SharpDX.BoundingFrustum.GetZoomToExtentsShiftDistance(SharpDX.Vector3[])">
  1261. <summary>
  1262. Get the distance which when added to camera position along the lookat direction will do the effect of zoom to extents (zoom to fit) operation,
  1263. so all the passed points will fit in the current view.
  1264. if the returned value is positive, the camera will move toward the lookat direction (ZoomIn).
  1265. if the returned value is negative, the camera will move in the reverse direction of the lookat direction (ZoomOut).
  1266. </summary>
  1267. <param name="points">The points.</param>
  1268. <returns>The zoom to fit distance</returns>
  1269. </member>
  1270. <member name="M:SharpDX.BoundingFrustum.GetZoomToExtentsShiftDistance(SharpDX.BoundingBox@)">
  1271. <summary>
  1272. Get the distance which when added to camera position along the lookat direction will do the effect of zoom to extents (zoom to fit) operation,
  1273. so all the passed points will fit in the current view.
  1274. if the returned value is positive, the camera will move toward the lookat direction (ZoomIn).
  1275. if the returned value is negative, the camera will move in the reverse direction of the lookat direction (ZoomOut).
  1276. </summary>
  1277. <param name="boundingBox">The bounding box.</param>
  1278. <returns>The zoom to fit distance</returns>
  1279. </member>
  1280. <member name="M:SharpDX.BoundingFrustum.GetZoomToExtentsShiftVector(SharpDX.Vector3[])">
  1281. <summary>
  1282. Get the vector shift which when added to camera position will do the effect of zoom to extents (zoom to fit) operation,
  1283. so all the passed points will fit in the current view.
  1284. </summary>
  1285. <param name="points">The points.</param>
  1286. <returns>The zoom to fit vector</returns>
  1287. </member>
  1288. <member name="M:SharpDX.BoundingFrustum.GetZoomToExtentsShiftVector(SharpDX.BoundingBox@)">
  1289. <summary>
  1290. Get the vector shift which when added to camera position will do the effect of zoom to extents (zoom to fit) operation,
  1291. so all the passed points will fit in the current view.
  1292. </summary>
  1293. <param name="boundingBox">The bounding box.</param>
  1294. <returns>The zoom to fit vector</returns>
  1295. </member>
  1296. <member name="P:SharpDX.BoundingFrustum.IsOrthographic">
  1297. <summary>
  1298. Indicate whether the current BoundingFrustrum is Orthographic.
  1299. </summary>
  1300. <value>
  1301. <c>true</c> if the current BoundingFrustrum is Orthographic; otherwise, <c>false</c>.
  1302. </value>
  1303. </member>
  1304. <member name="T:SharpDX.BoundingSphere">
  1305. <summary>
  1306. Represents a bounding sphere in three dimensional space.
  1307. </summary>
  1308. </member>
  1309. <member name="F:SharpDX.BoundingSphere.Center">
  1310. <summary>
  1311. The center of the sphere in three dimensional space.
  1312. </summary>
  1313. </member>
  1314. <member name="F:SharpDX.BoundingSphere.Radius">
  1315. <summary>
  1316. The radius of the sphere.
  1317. </summary>
  1318. </member>
  1319. <member name="M:SharpDX.BoundingSphere.#ctor(SharpDX.Vector3,System.Single)">
  1320. <summary>
  1321. Initializes a new instance of the <see cref="T:SharpDX.BoundingSphere"/> struct.
  1322. </summary>
  1323. <param name="center">The center of the sphere in three dimensional space.</param>
  1324. <param name="radius">The radius of the sphere.</param>
  1325. </member>
  1326. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.Ray@)">
  1327. <summary>
  1328. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  1329. </summary>
  1330. <param name="ray">The ray to test.</param>
  1331. <returns>Whether the two objects intersected.</returns>
  1332. </member>
  1333. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.Ray@,System.Single@)">
  1334. <summary>
  1335. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  1336. </summary>
  1337. <param name="ray">The ray to test.</param>
  1338. <param name="distance">When the method completes, contains the distance of the intersection,
  1339. or 0 if there was no intersection.</param>
  1340. <returns>Whether the two objects intersected.</returns>
  1341. </member>
  1342. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.Ray@,SharpDX.Vector3@)">
  1343. <summary>
  1344. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  1345. </summary>
  1346. <param name="ray">The ray to test.</param>
  1347. <param name="point">When the method completes, contains the point of intersection,
  1348. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  1349. <returns>Whether the two objects intersected.</returns>
  1350. </member>
  1351. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.Plane@)">
  1352. <summary>
  1353. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  1354. </summary>
  1355. <param name="plane">The plane to test.</param>
  1356. <returns>Whether the two objects intersected.</returns>
  1357. </member>
  1358. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1359. <summary>
  1360. Determines if there is an intersection between the current object and a triangle.
  1361. </summary>
  1362. <param name="vertex1">The first vertex of the triangle to test.</param>
  1363. <param name="vertex2">The second vertex of the triangle to test.</param>
  1364. <param name="vertex3">The third vertex of the triangle to test.</param>
  1365. <returns>Whether the two objects intersected.</returns>
  1366. </member>
  1367. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.BoundingBox@)">
  1368. <summary>
  1369. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  1370. </summary>
  1371. <param name="box">The box to test.</param>
  1372. <returns>Whether the two objects intersected.</returns>
  1373. </member>
  1374. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.BoundingBox)">
  1375. <summary>
  1376. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  1377. </summary>
  1378. <param name="box">The box to test.</param>
  1379. <returns>Whether the two objects intersected.</returns>
  1380. </member>
  1381. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.BoundingSphere@)">
  1382. <summary>
  1383. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  1384. </summary>
  1385. <param name="sphere">The sphere to test.</param>
  1386. <returns>Whether the two objects intersected.</returns>
  1387. </member>
  1388. <member name="M:SharpDX.BoundingSphere.Intersects(SharpDX.BoundingSphere)">
  1389. <summary>
  1390. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  1391. </summary>
  1392. <param name="sphere">The sphere to test.</param>
  1393. <returns>Whether the two objects intersected.</returns>
  1394. </member>
  1395. <member name="M:SharpDX.BoundingSphere.Contains(SharpDX.Vector3@)">
  1396. <summary>
  1397. Determines whether the current objects contains a point.
  1398. </summary>
  1399. <param name="point">The point to test.</param>
  1400. <returns>The type of containment the two objects have.</returns>
  1401. </member>
  1402. <member name="M:SharpDX.BoundingSphere.Contains(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1403. <summary>
  1404. Determines whether the current objects contains a triangle.
  1405. </summary>
  1406. <param name="vertex1">The first vertex of the triangle to test.</param>
  1407. <param name="vertex2">The second vertex of the triangle to test.</param>
  1408. <param name="vertex3">The third vertex of the triangle to test.</param>
  1409. <returns>The type of containment the two objects have.</returns>
  1410. </member>
  1411. <member name="M:SharpDX.BoundingSphere.Contains(SharpDX.BoundingBox@)">
  1412. <summary>
  1413. Determines whether the current objects contains a <see cref="T:SharpDX.BoundingBox"/>.
  1414. </summary>
  1415. <param name="box">The box to test.</param>
  1416. <returns>The type of containment the two objects have.</returns>
  1417. </member>
  1418. <member name="M:SharpDX.BoundingSphere.Contains(SharpDX.BoundingSphere@)">
  1419. <summary>
  1420. Determines whether the current objects contains a <see cref="T:SharpDX.BoundingSphere"/>.
  1421. </summary>
  1422. <param name="sphere">The sphere to test.</param>
  1423. <returns>The type of containment the two objects have.</returns>
  1424. </member>
  1425. <member name="M:SharpDX.BoundingSphere.FromPoints(SharpDX.Vector3[],System.Int32,System.Int32,SharpDX.BoundingSphere@)">
  1426. <summary>
  1427. Constructs a <see cref="T:SharpDX.BoundingSphere" /> that fully contains the given points.
  1428. </summary>
  1429. <param name="points">The points that will be contained by the sphere.</param>
  1430. <param name="start">The start index from points array to start compute the bounding sphere.</param>
  1431. <param name="count">The count of points to process to compute the bounding sphere.</param>
  1432. <param name="result">When the method completes, contains the newly constructed bounding sphere.</param>
  1433. <exception cref="T:System.ArgumentNullException">points</exception>
  1434. <exception cref="T:System.ArgumentOutOfRangeException">
  1435. start
  1436. or
  1437. count
  1438. </exception>
  1439. </member>
  1440. <member name="M:SharpDX.BoundingSphere.FromPoints(SharpDX.Vector3[],SharpDX.BoundingSphere@)">
  1441. <summary>
  1442. Constructs a <see cref="T:SharpDX.BoundingSphere"/> that fully contains the given points.
  1443. </summary>
  1444. <param name="points">The points that will be contained by the sphere.</param>
  1445. <param name="result">When the method completes, contains the newly constructed bounding sphere.</param>
  1446. </member>
  1447. <member name="M:SharpDX.BoundingSphere.FromPoints(SharpDX.Vector3[])">
  1448. <summary>
  1449. Constructs a <see cref="T:SharpDX.BoundingSphere"/> that fully contains the given points.
  1450. </summary>
  1451. <param name="points">The points that will be contained by the sphere.</param>
  1452. <returns>The newly constructed bounding sphere.</returns>
  1453. </member>
  1454. <member name="M:SharpDX.BoundingSphere.FromBox(SharpDX.BoundingBox@,SharpDX.BoundingSphere@)">
  1455. <summary>
  1456. Constructs a <see cref="T:SharpDX.BoundingSphere"/> from a given box.
  1457. </summary>
  1458. <param name="box">The box that will designate the extents of the sphere.</param>
  1459. <param name="result">When the method completes, the newly constructed bounding sphere.</param>
  1460. </member>
  1461. <member name="M:SharpDX.BoundingSphere.FromBox(SharpDX.BoundingBox)">
  1462. <summary>
  1463. Constructs a <see cref="T:SharpDX.BoundingSphere"/> from a given box.
  1464. </summary>
  1465. <param name="box">The box that will designate the extents of the sphere.</param>
  1466. <returns>The newly constructed bounding sphere.</returns>
  1467. </member>
  1468. <member name="M:SharpDX.BoundingSphere.Merge(SharpDX.BoundingSphere@,SharpDX.BoundingSphere@,SharpDX.BoundingSphere@)">
  1469. <summary>
  1470. Constructs a <see cref="T:SharpDX.BoundingSphere"/> that is the as large as the total combined area of the two specified spheres.
  1471. </summary>
  1472. <param name="value1">The first sphere to merge.</param>
  1473. <param name="value2">The second sphere to merge.</param>
  1474. <param name="result">When the method completes, contains the newly constructed bounding sphere.</param>
  1475. </member>
  1476. <member name="M:SharpDX.BoundingSphere.Merge(SharpDX.BoundingSphere,SharpDX.BoundingSphere)">
  1477. <summary>
  1478. Constructs a <see cref="T:SharpDX.BoundingSphere"/> that is the as large as the total combined area of the two specified spheres.
  1479. </summary>
  1480. <param name="value1">The first sphere to merge.</param>
  1481. <param name="value2">The second sphere to merge.</param>
  1482. <returns>The newly constructed bounding sphere.</returns>
  1483. </member>
  1484. <member name="M:SharpDX.BoundingSphere.op_Equality(SharpDX.BoundingSphere,SharpDX.BoundingSphere)">
  1485. <summary>
  1486. Tests for equality between two objects.
  1487. </summary>
  1488. <param name="left">The first value to compare.</param>
  1489. <param name="right">The second value to compare.</param>
  1490. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  1491. </member>
  1492. <member name="M:SharpDX.BoundingSphere.op_Inequality(SharpDX.BoundingSphere,SharpDX.BoundingSphere)">
  1493. <summary>
  1494. Tests for inequality between two objects.
  1495. </summary>
  1496. <param name="left">The first value to compare.</param>
  1497. <param name="right">The second value to compare.</param>
  1498. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  1499. </member>
  1500. <member name="M:SharpDX.BoundingSphere.ToString">
  1501. <summary>
  1502. Returns a <see cref="T:System.String"/> that represents this instance.
  1503. </summary>
  1504. <returns>
  1505. A <see cref="T:System.String"/> that represents this instance.
  1506. </returns>
  1507. </member>
  1508. <member name="M:SharpDX.BoundingSphere.ToString(System.String)">
  1509. <summary>
  1510. Returns a <see cref="T:System.String"/> that represents this instance.
  1511. </summary>
  1512. <param name="format">The format.</param>
  1513. <returns>
  1514. A <see cref="T:System.String"/> that represents this instance.
  1515. </returns>
  1516. </member>
  1517. <member name="M:SharpDX.BoundingSphere.ToString(System.IFormatProvider)">
  1518. <summary>
  1519. Returns a <see cref="T:System.String"/> that represents this instance.
  1520. </summary>
  1521. <param name="formatProvider">The format provider.</param>
  1522. <returns>
  1523. A <see cref="T:System.String"/> that represents this instance.
  1524. </returns>
  1525. </member>
  1526. <member name="M:SharpDX.BoundingSphere.ToString(System.String,System.IFormatProvider)">
  1527. <summary>
  1528. Returns a <see cref="T:System.String"/> that represents this instance.
  1529. </summary>
  1530. <param name="format">The format.</param>
  1531. <param name="formatProvider">The format provider.</param>
  1532. <returns>
  1533. A <see cref="T:System.String"/> that represents this instance.
  1534. </returns>
  1535. </member>
  1536. <member name="M:SharpDX.BoundingSphere.GetHashCode">
  1537. <summary>
  1538. Returns a hash code for this instance.
  1539. </summary>
  1540. <returns>
  1541. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  1542. </returns>
  1543. </member>
  1544. <member name="M:SharpDX.BoundingSphere.Equals(SharpDX.BoundingSphere@)">
  1545. <summary>
  1546. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  1547. </summary>
  1548. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  1549. <returns>
  1550. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  1551. </returns>
  1552. </member>
  1553. <member name="M:SharpDX.BoundingSphere.Equals(SharpDX.BoundingSphere)">
  1554. <summary>
  1555. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  1556. </summary>
  1557. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  1558. <returns>
  1559. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  1560. </returns>
  1561. </member>
  1562. <member name="M:SharpDX.BoundingSphere.Equals(System.Object)">
  1563. <summary>
  1564. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  1565. </summary>
  1566. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  1567. <returns>
  1568. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  1569. </returns>
  1570. </member>
  1571. <member name="T:SharpDX.Collision">
  1572. <summary>
  1573. Contains static methods to help in determining intersections, containment, etc.
  1574. </summary>
  1575. </member>
  1576. <member name="M:SharpDX.Collision.ClosestPointPointTriangle(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1577. <summary>
  1578. Determines the closest point between a point and a triangle.
  1579. </summary>
  1580. <param name="point">The point to test.</param>
  1581. <param name="vertex1">The first vertex to test.</param>
  1582. <param name="vertex2">The second vertex to test.</param>
  1583. <param name="vertex3">The third vertex to test.</param>
  1584. <param name="result">When the method completes, contains the closest point between the two objects.</param>
  1585. </member>
  1586. <member name="M:SharpDX.Collision.ClosestPointPlanePoint(SharpDX.Plane@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1587. <summary>
  1588. Determines the closest point between a <see cref="T:SharpDX.Plane"/> and a point.
  1589. </summary>
  1590. <param name="plane">The plane to test.</param>
  1591. <param name="point">The point to test.</param>
  1592. <param name="result">When the method completes, contains the closest point between the two objects.</param>
  1593. </member>
  1594. <member name="M:SharpDX.Collision.ClosestPointBoxPoint(SharpDX.BoundingBox@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1595. <summary>
  1596. Determines the closest point between a <see cref="T:SharpDX.BoundingBox"/> and a point.
  1597. </summary>
  1598. <param name="box">The box to test.</param>
  1599. <param name="point">The point to test.</param>
  1600. <param name="result">When the method completes, contains the closest point between the two objects.</param>
  1601. </member>
  1602. <member name="M:SharpDX.Collision.ClosestPointSpherePoint(SharpDX.BoundingSphere@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1603. <summary>
  1604. Determines the closest point between a <see cref="T:SharpDX.BoundingSphere"/> and a point.
  1605. </summary>
  1606. <param name="sphere"></param>
  1607. <param name="point">The point to test.</param>
  1608. <param name="result">When the method completes, contains the closest point between the two objects;
  1609. or, if the point is directly in the center of the sphere, contains <see cref="F:SharpDX.Vector3.Zero"/>.</param>
  1610. </member>
  1611. <member name="M:SharpDX.Collision.ClosestPointSphereSphere(SharpDX.BoundingSphere@,SharpDX.BoundingSphere@,SharpDX.Vector3@)">
  1612. <summary>
  1613. Determines the closest point between a <see cref="T:SharpDX.BoundingSphere"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1614. </summary>
  1615. <param name="sphere1">The first sphere to test.</param>
  1616. <param name="sphere2">The second sphere to test.</param>
  1617. <param name="result">When the method completes, contains the closest point between the two objects;
  1618. or, if the point is directly in the center of the sphere, contains <see cref="F:SharpDX.Vector3.Zero"/>.</param>
  1619. <remarks>
  1620. If the two spheres are overlapping, but not directly on top of each other, the closest point
  1621. is the 'closest' point of intersection. This can also be considered is the deepest point of
  1622. intersection.
  1623. </remarks>
  1624. </member>
  1625. <member name="M:SharpDX.Collision.DistancePlanePoint(SharpDX.Plane@,SharpDX.Vector3@)">
  1626. <summary>
  1627. Determines the distance between a <see cref="T:SharpDX.Plane"/> and a point.
  1628. </summary>
  1629. <param name="plane">The plane to test.</param>
  1630. <param name="point">The point to test.</param>
  1631. <returns>The distance between the two objects.</returns>
  1632. </member>
  1633. <member name="M:SharpDX.Collision.DistanceBoxPoint(SharpDX.BoundingBox@,SharpDX.Vector3@)">
  1634. <summary>
  1635. Determines the distance between a <see cref="T:SharpDX.BoundingBox"/> and a point.
  1636. </summary>
  1637. <param name="box">The box to test.</param>
  1638. <param name="point">The point to test.</param>
  1639. <returns>The distance between the two objects.</returns>
  1640. </member>
  1641. <member name="M:SharpDX.Collision.DistanceBoxBox(SharpDX.BoundingBox@,SharpDX.BoundingBox@)">
  1642. <summary>
  1643. Determines the distance between a <see cref="T:SharpDX.BoundingBox"/> and a <see cref="T:SharpDX.BoundingBox"/>.
  1644. </summary>
  1645. <param name="box1">The first box to test.</param>
  1646. <param name="box2">The second box to test.</param>
  1647. <returns>The distance between the two objects.</returns>
  1648. </member>
  1649. <member name="M:SharpDX.Collision.DistanceSpherePoint(SharpDX.BoundingSphere@,SharpDX.Vector3@)">
  1650. <summary>
  1651. Determines the distance between a <see cref="T:SharpDX.BoundingSphere"/> and a point.
  1652. </summary>
  1653. <param name="sphere">The sphere to test.</param>
  1654. <param name="point">The point to test.</param>
  1655. <returns>The distance between the two objects.</returns>
  1656. </member>
  1657. <member name="M:SharpDX.Collision.DistanceSphereSphere(SharpDX.BoundingSphere@,SharpDX.BoundingSphere@)">
  1658. <summary>
  1659. Determines the distance between a <see cref="T:SharpDX.BoundingSphere"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1660. </summary>
  1661. <param name="sphere1">The first sphere to test.</param>
  1662. <param name="sphere2">The second sphere to test.</param>
  1663. <returns>The distance between the two objects.</returns>
  1664. </member>
  1665. <member name="M:SharpDX.Collision.RayIntersectsPoint(SharpDX.Ray@,SharpDX.Vector3@)">
  1666. <summary>
  1667. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a point.
  1668. </summary>
  1669. <param name="ray">The ray to test.</param>
  1670. <param name="point">The point to test.</param>
  1671. <returns>Whether the two objects intersect.</returns>
  1672. </member>
  1673. <member name="M:SharpDX.Collision.RayIntersectsRay(SharpDX.Ray@,SharpDX.Ray@,SharpDX.Vector3@)">
  1674. <summary>
  1675. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.Ray"/>.
  1676. </summary>
  1677. <param name="ray1">The first ray to test.</param>
  1678. <param name="ray2">The second ray to test.</param>
  1679. <param name="point">When the method completes, contains the point of intersection,
  1680. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  1681. <returns>Whether the two objects intersect.</returns>
  1682. <remarks>
  1683. This method performs a ray vs ray intersection test based on the following formula
  1684. from Goldman.
  1685. <code>s = det([o_2 - o_1, d_2, d_1 x d_2]) / ||d_1 x d_2||^2</code>
  1686. <code>t = det([o_2 - o_1, d_1, d_1 x d_2]) / ||d_1 x d_2||^2</code>
  1687. Where o_1 is the position of the first ray, o_2 is the position of the second ray,
  1688. d_1 is the normalized direction of the first ray, d_2 is the normalized direction
  1689. of the second ray, det denotes the determinant of a matrix, x denotes the cross
  1690. product, [ ] denotes a matrix, and || || denotes the length or magnitude of a vector.
  1691. </remarks>
  1692. </member>
  1693. <member name="M:SharpDX.Collision.RayIntersectsPlane(SharpDX.Ray@,SharpDX.Plane@,System.Single@)">
  1694. <summary>
  1695. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.Plane"/>.
  1696. </summary>
  1697. <param name="ray">The ray to test.</param>
  1698. <param name="plane">The plane to test.</param>
  1699. <param name="distance">When the method completes, contains the distance of the intersection,
  1700. or 0 if there was no intersection.</param>
  1701. <returns>Whether the two objects intersect.</returns>
  1702. </member>
  1703. <member name="M:SharpDX.Collision.RayIntersectsPlane(SharpDX.Ray@,SharpDX.Plane@,SharpDX.Vector3@)">
  1704. <summary>
  1705. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.Plane"/>.
  1706. </summary>
  1707. <param name="ray">The ray to test.</param>
  1708. <param name="plane">The plane to test</param>
  1709. <param name="point">When the method completes, contains the point of intersection,
  1710. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  1711. <returns>Whether the two objects intersected.</returns>
  1712. </member>
  1713. <member name="M:SharpDX.Collision.RayIntersectsTriangle(SharpDX.Ray@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,System.Single@)">
  1714. <summary>
  1715. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a triangle.
  1716. </summary>
  1717. <param name="ray">The ray to test.</param>
  1718. <param name="vertex1">The first vertex of the triangle to test.</param>
  1719. <param name="vertex2">The second vertex of the triangle to test.</param>
  1720. <param name="vertex3">The third vertex of the triangle to test.</param>
  1721. <param name="distance">When the method completes, contains the distance of the intersection,
  1722. or 0 if there was no intersection.</param>
  1723. <returns>Whether the two objects intersected.</returns>
  1724. <remarks>
  1725. This method tests if the ray intersects either the front or back of the triangle.
  1726. If the ray is parallel to the triangle's plane, no intersection is assumed to have
  1727. happened. If the intersection of the ray and the triangle is behind the origin of
  1728. the ray, no intersection is assumed to have happened. In both cases of assumptions,
  1729. this method returns false.
  1730. </remarks>
  1731. </member>
  1732. <member name="M:SharpDX.Collision.RayIntersectsTriangle(SharpDX.Ray@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1733. <summary>
  1734. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a triangle.
  1735. </summary>
  1736. <param name="ray">The ray to test.</param>
  1737. <param name="vertex1">The first vertex of the triangle to test.</param>
  1738. <param name="vertex2">The second vertex of the triangle to test.</param>
  1739. <param name="vertex3">The third vertex of the triangle to test.</param>
  1740. <param name="point">When the method completes, contains the point of intersection,
  1741. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  1742. <returns>Whether the two objects intersected.</returns>
  1743. </member>
  1744. <member name="M:SharpDX.Collision.RayIntersectsBox(SharpDX.Ray@,SharpDX.BoundingBox@,System.Single@)">
  1745. <summary>
  1746. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.BoundingBox"/>.
  1747. </summary>
  1748. <param name="ray">The ray to test.</param>
  1749. <param name="box">The box to test.</param>
  1750. <param name="distance">When the method completes, contains the distance of the intersection,
  1751. or 0 if there was no intersection.</param>
  1752. <returns>Whether the two objects intersected.</returns>
  1753. </member>
  1754. <member name="M:SharpDX.Collision.RayIntersectsBox(SharpDX.Ray@,SharpDX.BoundingBox@,SharpDX.Vector3@)">
  1755. <summary>
  1756. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.Plane"/>.
  1757. </summary>
  1758. <param name="ray">The ray to test.</param>
  1759. <param name="box">The box to test.</param>
  1760. <param name="point">When the method completes, contains the point of intersection,
  1761. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  1762. <returns>Whether the two objects intersected.</returns>
  1763. </member>
  1764. <member name="M:SharpDX.Collision.RayIntersectsSphere(SharpDX.Ray@,SharpDX.BoundingSphere@,System.Single@)">
  1765. <summary>
  1766. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1767. </summary>
  1768. <param name="ray">The ray to test.</param>
  1769. <param name="sphere">The sphere to test.</param>
  1770. <param name="distance">When the method completes, contains the distance of the intersection,
  1771. or 0 if there was no intersection.</param>
  1772. <returns>Whether the two objects intersected.</returns>
  1773. </member>
  1774. <member name="M:SharpDX.Collision.RayIntersectsSphere(SharpDX.Ray@,SharpDX.BoundingSphere@,SharpDX.Vector3@)">
  1775. <summary>
  1776. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1777. </summary>
  1778. <param name="ray">The ray to test.</param>
  1779. <param name="sphere">The sphere to test.</param>
  1780. <param name="point">When the method completes, contains the point of intersection,
  1781. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  1782. <returns>Whether the two objects intersected.</returns>
  1783. </member>
  1784. <member name="M:SharpDX.Collision.PlaneIntersectsPoint(SharpDX.Plane@,SharpDX.Vector3@)">
  1785. <summary>
  1786. Determines whether there is an intersection between a <see cref="T:SharpDX.Plane"/> and a point.
  1787. </summary>
  1788. <param name="plane">The plane to test.</param>
  1789. <param name="point">The point to test.</param>
  1790. <returns>Whether the two objects intersected.</returns>
  1791. </member>
  1792. <member name="M:SharpDX.Collision.PlaneIntersectsPlane(SharpDX.Plane@,SharpDX.Plane@)">
  1793. <summary>
  1794. Determines whether there is an intersection between a <see cref="T:SharpDX.Plane"/> and a <see cref="T:SharpDX.Plane"/>.
  1795. </summary>
  1796. <param name="plane1">The first plane to test.</param>
  1797. <param name="plane2">The second plane to test.</param>
  1798. <returns>Whether the two objects intersected.</returns>
  1799. </member>
  1800. <member name="M:SharpDX.Collision.PlaneIntersectsPlane(SharpDX.Plane@,SharpDX.Plane@,SharpDX.Ray@)">
  1801. <summary>
  1802. Determines whether there is an intersection between a <see cref="T:SharpDX.Plane"/> and a <see cref="T:SharpDX.Plane"/>.
  1803. </summary>
  1804. <param name="plane1">The first plane to test.</param>
  1805. <param name="plane2">The second plane to test.</param>
  1806. <param name="line">When the method completes, contains the line of intersection
  1807. as a <see cref="T:SharpDX.Ray"/>, or a zero ray if there was no intersection.</param>
  1808. <returns>Whether the two objects intersected.</returns>
  1809. <remarks>
  1810. Although a ray is set to have an origin, the ray returned by this method is really
  1811. a line in three dimensions which has no real origin. The ray is considered valid when
  1812. both the positive direction is used and when the negative direction is used.
  1813. </remarks>
  1814. </member>
  1815. <member name="M:SharpDX.Collision.PlaneIntersectsTriangle(SharpDX.Plane@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1816. <summary>
  1817. Determines whether there is an intersection between a <see cref="T:SharpDX.Plane"/> and a triangle.
  1818. </summary>
  1819. <param name="plane">The plane to test.</param>
  1820. <param name="vertex1">The first vertex of the triangle to test.</param>
  1821. <param name="vertex2">The second vertex of the triangle to test.</param>
  1822. <param name="vertex3">The third vertex of the triangle to test.</param>
  1823. <returns>Whether the two objects intersected.</returns>
  1824. </member>
  1825. <member name="M:SharpDX.Collision.PlaneIntersectsBox(SharpDX.Plane@,SharpDX.BoundingBox@)">
  1826. <summary>
  1827. Determines whether there is an intersection between a <see cref="T:SharpDX.Plane"/> and a <see cref="T:SharpDX.BoundingBox"/>.
  1828. </summary>
  1829. <param name="plane">The plane to test.</param>
  1830. <param name="box">The box to test.</param>
  1831. <returns>Whether the two objects intersected.</returns>
  1832. </member>
  1833. <member name="M:SharpDX.Collision.PlaneIntersectsSphere(SharpDX.Plane@,SharpDX.BoundingSphere@)">
  1834. <summary>
  1835. Determines whether there is an intersection between a <see cref="T:SharpDX.Plane"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1836. </summary>
  1837. <param name="plane">The plane to test.</param>
  1838. <param name="sphere">The sphere to test.</param>
  1839. <returns>Whether the two objects intersected.</returns>
  1840. </member>
  1841. <member name="M:SharpDX.Collision.BoxIntersectsBox(SharpDX.BoundingBox@,SharpDX.BoundingBox@)">
  1842. <summary>
  1843. Determines whether there is an intersection between a <see cref="T:SharpDX.BoundingBox"/> and a <see cref="T:SharpDX.BoundingBox"/>.
  1844. </summary>
  1845. <param name="box1">The first box to test.</param>
  1846. <param name="box2">The second box to test.</param>
  1847. <returns>Whether the two objects intersected.</returns>
  1848. </member>
  1849. <member name="M:SharpDX.Collision.BoxIntersectsSphere(SharpDX.BoundingBox@,SharpDX.BoundingSphere@)">
  1850. <summary>
  1851. Determines whether there is an intersection between a <see cref="T:SharpDX.BoundingBox"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1852. </summary>
  1853. <param name="box">The box to test.</param>
  1854. <param name="sphere">The sphere to test.</param>
  1855. <returns>Whether the two objects intersected.</returns>
  1856. </member>
  1857. <member name="M:SharpDX.Collision.SphereIntersectsTriangle(SharpDX.BoundingSphere@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1858. <summary>
  1859. Determines whether there is an intersection between a <see cref="T:SharpDX.BoundingSphere"/> and a triangle.
  1860. </summary>
  1861. <param name="sphere">The sphere to test.</param>
  1862. <param name="vertex1">The first vertex of the triangle to test.</param>
  1863. <param name="vertex2">The second vertex of the triangle to test.</param>
  1864. <param name="vertex3">The third vertex of the triangle to test.</param>
  1865. <returns>Whether the two objects intersected.</returns>
  1866. </member>
  1867. <member name="M:SharpDX.Collision.SphereIntersectsSphere(SharpDX.BoundingSphere@,SharpDX.BoundingSphere@)">
  1868. <summary>
  1869. Determines whether there is an intersection between a <see cref="T:SharpDX.BoundingSphere"/> and a <see cref="T:SharpDX.BoundingSphere"/>.
  1870. </summary>
  1871. <param name="sphere1">First sphere to test.</param>
  1872. <param name="sphere2">Second sphere to test.</param>
  1873. <returns>Whether the two objects intersected.</returns>
  1874. </member>
  1875. <member name="M:SharpDX.Collision.BoxContainsPoint(SharpDX.BoundingBox@,SharpDX.Vector3@)">
  1876. <summary>
  1877. Determines whether a <see cref="T:SharpDX.BoundingBox"/> contains a point.
  1878. </summary>
  1879. <param name="box">The box to test.</param>
  1880. <param name="point">The point to test.</param>
  1881. <returns>The type of containment the two objects have.</returns>
  1882. </member>
  1883. <member name="M:SharpDX.Collision.BoxContainsBox(SharpDX.BoundingBox@,SharpDX.BoundingBox@)">
  1884. <summary>
  1885. Determines whether a <see cref="T:SharpDX.BoundingBox"/> contains a <see cref="T:SharpDX.BoundingBox"/>.
  1886. </summary>
  1887. <param name="box1">The first box to test.</param>
  1888. <param name="box2">The second box to test.</param>
  1889. <returns>The type of containment the two objects have.</returns>
  1890. </member>
  1891. <member name="M:SharpDX.Collision.BoxContainsSphere(SharpDX.BoundingBox@,SharpDX.BoundingSphere@)">
  1892. <summary>
  1893. Determines whether a <see cref="T:SharpDX.BoundingBox"/> contains a <see cref="T:SharpDX.BoundingSphere"/>.
  1894. </summary>
  1895. <param name="box">The box to test.</param>
  1896. <param name="sphere">The sphere to test.</param>
  1897. <returns>The type of containment the two objects have.</returns>
  1898. </member>
  1899. <member name="M:SharpDX.Collision.SphereContainsPoint(SharpDX.BoundingSphere@,SharpDX.Vector3@)">
  1900. <summary>
  1901. Determines whether a <see cref="T:SharpDX.BoundingSphere"/> contains a point.
  1902. </summary>
  1903. <param name="sphere">The sphere to test.</param>
  1904. <param name="point">The point to test.</param>
  1905. <returns>The type of containment the two objects have.</returns>
  1906. </member>
  1907. <member name="M:SharpDX.Collision.SphereContainsTriangle(SharpDX.BoundingSphere@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  1908. <summary>
  1909. Determines whether a <see cref="T:SharpDX.BoundingSphere"/> contains a triangle.
  1910. </summary>
  1911. <param name="sphere">The sphere to test.</param>
  1912. <param name="vertex1">The first vertex of the triangle to test.</param>
  1913. <param name="vertex2">The second vertex of the triangle to test.</param>
  1914. <param name="vertex3">The third vertex of the triangle to test.</param>
  1915. <returns>The type of containment the two objects have.</returns>
  1916. </member>
  1917. <member name="M:SharpDX.Collision.SphereContainsBox(SharpDX.BoundingSphere@,SharpDX.BoundingBox@)">
  1918. <summary>
  1919. Determines whether a <see cref="T:SharpDX.BoundingSphere"/> contains a <see cref="T:SharpDX.BoundingBox"/>.
  1920. </summary>
  1921. <param name="sphere">The sphere to test.</param>
  1922. <param name="box">The box to test.</param>
  1923. <returns>The type of containment the two objects have.</returns>
  1924. </member>
  1925. <member name="M:SharpDX.Collision.SphereContainsSphere(SharpDX.BoundingSphere@,SharpDX.BoundingSphere@)">
  1926. <summary>
  1927. Determines whether a <see cref="T:SharpDX.BoundingSphere"/> contains a <see cref="T:SharpDX.BoundingSphere"/>.
  1928. </summary>
  1929. <param name="sphere1">The first sphere to test.</param>
  1930. <param name="sphere2">The second sphere to test.</param>
  1931. <returns>The type of containment the two objects have.</returns>
  1932. </member>
  1933. <member name="T:SharpDX.Color">
  1934. <summary>
  1935. Represents a 32-bit color (4 bytes) in the form of RGBA (in byte order: R, G, B, A).
  1936. </summary>
  1937. <summary>
  1938. List of predefined <see cref="T:SharpDX.Color"/>.
  1939. </summary>
  1940. </member>
  1941. <member name="F:SharpDX.Color.R">
  1942. <summary>
  1943. The red component of the color.
  1944. </summary>
  1945. </member>
  1946. <member name="F:SharpDX.Color.G">
  1947. <summary>
  1948. The green component of the color.
  1949. </summary>
  1950. </member>
  1951. <member name="F:SharpDX.Color.B">
  1952. <summary>
  1953. The blue component of the color.
  1954. </summary>
  1955. </member>
  1956. <member name="F:SharpDX.Color.A">
  1957. <summary>
  1958. The alpha component of the color.
  1959. </summary>
  1960. </member>
  1961. <member name="M:SharpDX.Color.#ctor(System.Byte)">
  1962. <summary>
  1963. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  1964. </summary>
  1965. <param name="value">The value that will be assigned to all components.</param>
  1966. </member>
  1967. <member name="M:SharpDX.Color.#ctor(System.Single)">
  1968. <summary>
  1969. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  1970. </summary>
  1971. <param name="value">The value that will be assigned to all components.</param>
  1972. </member>
  1973. <member name="M:SharpDX.Color.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
  1974. <summary>
  1975. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  1976. </summary>
  1977. <param name="red">The red component of the color.</param>
  1978. <param name="green">The green component of the color.</param>
  1979. <param name="blue">The blue component of the color.</param>
  1980. <param name="alpha">The alpha component of the color.</param>
  1981. </member>
  1982. <member name="M:SharpDX.Color.#ctor(System.Byte,System.Byte,System.Byte)">
  1983. <summary>
  1984. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct. Alpha is set to 255.
  1985. </summary>
  1986. <param name="red">The red component of the color.</param>
  1987. <param name="green">The green component of the color.</param>
  1988. <param name="blue">The blue component of the color.</param>
  1989. </member>
  1990. <member name="M:SharpDX.Color.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  1991. <summary>
  1992. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct. Passed values are clamped within byte range.
  1993. </summary>
  1994. <param name="red">The red component of the color.</param>
  1995. <param name="green">The green component of the color.</param>
  1996. <param name="blue">The blue component of the color.</param>
  1997. <param name="alpha">The alpha component of the color</param>
  1998. </member>
  1999. <member name="M:SharpDX.Color.#ctor(System.Int32,System.Int32,System.Int32)">
  2000. <summary>
  2001. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct. Alpha is set to 255. Passed values are clamped within byte range.
  2002. </summary>
  2003. <param name="red">The red component of the color.</param>
  2004. <param name="green">The green component of the color.</param>
  2005. <param name="blue">The blue component of the color.</param>
  2006. </member>
  2007. <member name="M:SharpDX.Color.#ctor(System.Single,System.Single,System.Single,System.Single)">
  2008. <summary>
  2009. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2010. </summary>
  2011. <param name="red">The red component of the color.</param>
  2012. <param name="green">The green component of the color.</param>
  2013. <param name="blue">The blue component of the color.</param>
  2014. <param name="alpha">The alpha component of the color.</param>
  2015. </member>
  2016. <member name="M:SharpDX.Color.#ctor(System.Single,System.Single,System.Single)">
  2017. <summary>
  2018. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct. Alpha is set to 255.
  2019. </summary>
  2020. <param name="red">The red component of the color.</param>
  2021. <param name="green">The green component of the color.</param>
  2022. <param name="blue">The blue component of the color.</param>
  2023. </member>
  2024. <member name="M:SharpDX.Color.#ctor(SharpDX.Vector4)">
  2025. <summary>
  2026. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2027. </summary>
  2028. <param name="value">The red, green, blue, and alpha components of the color.</param>
  2029. </member>
  2030. <member name="M:SharpDX.Color.#ctor(SharpDX.Vector3,System.Single)">
  2031. <summary>
  2032. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2033. </summary>
  2034. <param name="value">The red, green, and blue components of the color.</param>
  2035. <param name="alpha">The alpha component of the color.</param>
  2036. </member>
  2037. <member name="M:SharpDX.Color.#ctor(SharpDX.Vector3)">
  2038. <summary>
  2039. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct. Alpha is set to 255.
  2040. </summary>
  2041. <param name="value">The red, green, and blue components of the color.</param>
  2042. </member>
  2043. <member name="M:SharpDX.Color.#ctor(System.UInt32)">
  2044. <summary>
  2045. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2046. </summary>
  2047. <param name="rgba">A packed integer containing all four color components in RGBA order.</param>
  2048. </member>
  2049. <member name="M:SharpDX.Color.#ctor(System.Int32)">
  2050. <summary>
  2051. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2052. </summary>
  2053. <param name="rgba">A packed integer containing all four color components in RGBA order.</param>
  2054. </member>
  2055. <member name="M:SharpDX.Color.#ctor(System.Single[])">
  2056. <summary>
  2057. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2058. </summary>
  2059. <param name="values">The values to assign to the red, green, and blue, alpha components of the color. This must be an array with four elements.</param>
  2060. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  2061. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  2062. </member>
  2063. <member name="M:SharpDX.Color.#ctor(System.Byte[])">
  2064. <summary>
  2065. Initializes a new instance of the <see cref="T:SharpDX.Color"/> struct.
  2066. </summary>
  2067. <param name="values">The values to assign to the alpha, red, green, and blue components of the color. This must be an array with four elements.</param>
  2068. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  2069. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  2070. </member>
  2071. <member name="P:SharpDX.Color.Item(System.Int32)">
  2072. <summary>
  2073. Gets or sets the component at the specified index.
  2074. </summary>
  2075. <value>The value of the alpha, red, green, or blue component, depending on the index.</value>
  2076. <param name="index">The index of the component to access. Use 0 for the alpha component, 1 for the red component, 2 for the green component, and 3 for the blue component.</param>
  2077. <returns>The value of the component at the specified index.</returns>
  2078. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 3].</exception>
  2079. </member>
  2080. <member name="M:SharpDX.Color.ToBgra">
  2081. <summary>
  2082. Converts the color into a packed integer.
  2083. </summary>
  2084. <returns>A packed integer containing all four color components.</returns>
  2085. </member>
  2086. <member name="M:SharpDX.Color.ToRgba">
  2087. <summary>
  2088. Converts the color into a packed integer.
  2089. </summary>
  2090. <returns>A packed integer containing all four color components.</returns>
  2091. </member>
  2092. <member name="M:SharpDX.Color.ToAbgr">
  2093. <summary>
  2094. Converts the color into a packed integer.
  2095. </summary>
  2096. <returns>A packed integer containing all four color components.</returns>
  2097. </member>
  2098. <member name="M:SharpDX.Color.ToVector3">
  2099. <summary>
  2100. Converts the color into a three component vector.
  2101. </summary>
  2102. <returns>A three component vector containing the red, green, and blue components of the color.</returns>
  2103. </member>
  2104. <member name="M:SharpDX.Color.ToColor3">
  2105. <summary>
  2106. Converts the color into a three component color.
  2107. </summary>
  2108. <returns>A three component color containing the red, green, and blue components of the color.</returns>
  2109. </member>
  2110. <member name="M:SharpDX.Color.ToVector4">
  2111. <summary>
  2112. Converts the color into a four component vector.
  2113. </summary>
  2114. <returns>A four component vector containing all four color components.</returns>
  2115. </member>
  2116. <member name="M:SharpDX.Color.ToArray">
  2117. <summary>
  2118. Creates an array containing the elements of the color.
  2119. </summary>
  2120. <returns>A four-element array containing the components of the color in RGBA order.</returns>
  2121. </member>
  2122. <member name="M:SharpDX.Color.GetBrightness">
  2123. <summary>
  2124. Gets the brightness.
  2125. </summary>
  2126. <returns>The Hue-Saturation-Brightness (HSB) brightness for this <see cref="T:SharpDX.Color"/></returns>
  2127. </member>
  2128. <member name="M:SharpDX.Color.GetHue">
  2129. <summary>
  2130. Gets the hue.
  2131. </summary>
  2132. <returns>The Hue-Saturation-Brightness (HSB) hue for this <see cref="T:SharpDX.Color"/></returns>
  2133. </member>
  2134. <member name="M:SharpDX.Color.GetSaturation">
  2135. <summary>
  2136. Gets the saturation.
  2137. </summary>
  2138. <returns>The Hue-Saturation-Brightness (HSB) saturation for this <see cref="T:SharpDX.Color"/></returns>
  2139. </member>
  2140. <member name="M:SharpDX.Color.Add(SharpDX.Color@,SharpDX.Color@,SharpDX.Color@)">
  2141. <summary>
  2142. Adds two colors.
  2143. </summary>
  2144. <param name="left">The first color to add.</param>
  2145. <param name="right">The second color to add.</param>
  2146. <param name="result">When the method completes, completes the sum of the two colors.</param>
  2147. </member>
  2148. <member name="M:SharpDX.Color.Add(SharpDX.Color,SharpDX.Color)">
  2149. <summary>
  2150. Adds two colors.
  2151. </summary>
  2152. <param name="left">The first color to add.</param>
  2153. <param name="right">The second color to add.</param>
  2154. <returns>The sum of the two colors.</returns>
  2155. </member>
  2156. <member name="M:SharpDX.Color.Subtract(SharpDX.Color@,SharpDX.Color@,SharpDX.Color@)">
  2157. <summary>
  2158. Subtracts two colors.
  2159. </summary>
  2160. <param name="left">The first color to subtract.</param>
  2161. <param name="right">The second color to subtract.</param>
  2162. <param name="result">WHen the method completes, contains the difference of the two colors.</param>
  2163. </member>
  2164. <member name="M:SharpDX.Color.Subtract(SharpDX.Color,SharpDX.Color)">
  2165. <summary>
  2166. Subtracts two colors.
  2167. </summary>
  2168. <param name="left">The first color to subtract.</param>
  2169. <param name="right">The second color to subtract</param>
  2170. <returns>The difference of the two colors.</returns>
  2171. </member>
  2172. <member name="M:SharpDX.Color.Modulate(SharpDX.Color@,SharpDX.Color@,SharpDX.Color@)">
  2173. <summary>
  2174. Modulates two colors.
  2175. </summary>
  2176. <param name="left">The first color to modulate.</param>
  2177. <param name="right">The second color to modulate.</param>
  2178. <param name="result">When the method completes, contains the modulated color.</param>
  2179. </member>
  2180. <member name="M:SharpDX.Color.Modulate(SharpDX.Color,SharpDX.Color)">
  2181. <summary>
  2182. Modulates two colors.
  2183. </summary>
  2184. <param name="left">The first color to modulate.</param>
  2185. <param name="right">The second color to modulate.</param>
  2186. <returns>The modulated color.</returns>
  2187. </member>
  2188. <member name="M:SharpDX.Color.Scale(SharpDX.Color@,System.Single,SharpDX.Color@)">
  2189. <summary>
  2190. Scales a color.
  2191. </summary>
  2192. <param name="value">The color to scale.</param>
  2193. <param name="scale">The amount by which to scale.</param>
  2194. <param name="result">When the method completes, contains the scaled color.</param>
  2195. </member>
  2196. <member name="M:SharpDX.Color.Scale(SharpDX.Color,System.Single)">
  2197. <summary>
  2198. Scales a color.
  2199. </summary>
  2200. <param name="value">The color to scale.</param>
  2201. <param name="scale">The amount by which to scale.</param>
  2202. <returns>The scaled color.</returns>
  2203. </member>
  2204. <member name="M:SharpDX.Color.Negate(SharpDX.Color@,SharpDX.Color@)">
  2205. <summary>
  2206. Negates a color.
  2207. </summary>
  2208. <param name="value">The color to negate.</param>
  2209. <param name="result">When the method completes, contains the negated color.</param>
  2210. </member>
  2211. <member name="M:SharpDX.Color.Negate(SharpDX.Color)">
  2212. <summary>
  2213. Negates a color.
  2214. </summary>
  2215. <param name="value">The color to negate.</param>
  2216. <returns>The negated color.</returns>
  2217. </member>
  2218. <member name="M:SharpDX.Color.Clamp(SharpDX.Color@,SharpDX.Color@,SharpDX.Color@,SharpDX.Color@)">
  2219. <summary>
  2220. Restricts a value to be within a specified range.
  2221. </summary>
  2222. <param name="value">The value to clamp.</param>
  2223. <param name="min">The minimum value.</param>
  2224. <param name="max">The maximum value.</param>
  2225. <param name="result">When the method completes, contains the clamped value.</param>
  2226. </member>
  2227. <member name="M:SharpDX.Color.Premultiply(SharpDX.Color@,SharpDX.Color@)">
  2228. <summary>
  2229. Computes the premultiplied value of the provided color.
  2230. </summary>
  2231. <param name="value">The non-premultiplied value.</param>
  2232. <param name="result">The premultiplied result.</param>
  2233. </member>
  2234. <member name="M:SharpDX.Color.Premultiply(SharpDX.Color)">
  2235. <summary>
  2236. Computes the premultiplied value of the provided color.
  2237. </summary>
  2238. <param name="value">The non-premultiplied value.</param>
  2239. <returns>The premultiplied result.</returns>
  2240. </member>
  2241. <member name="M:SharpDX.Color.FromBgra(System.Int32)">
  2242. <summary>
  2243. Converts the color from a packed BGRA integer.
  2244. </summary>
  2245. <param name="color">A packed integer containing all four color components in BGRA order</param>
  2246. <returns>A color.</returns>
  2247. </member>
  2248. <member name="M:SharpDX.Color.FromBgra(System.UInt32)">
  2249. <summary>
  2250. Converts the color from a packed BGRA integer.
  2251. </summary>
  2252. <param name="color">A packed integer containing all four color components in BGRA order</param>
  2253. <returns>A color.</returns>
  2254. </member>
  2255. <member name="M:SharpDX.Color.FromAbgr(System.Int32)">
  2256. <summary>
  2257. Converts the color from a packed ABGR integer.
  2258. </summary>
  2259. <param name="color">A packed integer containing all four color components in ABGR order</param>
  2260. <returns>A color.</returns>
  2261. </member>
  2262. <member name="M:SharpDX.Color.FromAbgr(System.UInt32)">
  2263. <summary>
  2264. Converts the color from a packed ABGR integer.
  2265. </summary>
  2266. <param name="color">A packed integer containing all four color components in ABGR order</param>
  2267. <returns>A color.</returns>
  2268. </member>
  2269. <member name="M:SharpDX.Color.FromRgba(System.Int32)">
  2270. <summary>
  2271. Converts the color from a packed BGRA integer.
  2272. </summary>
  2273. <param name="color">A packed integer containing all four color components in RGBA order</param>
  2274. <returns>A color.</returns>
  2275. </member>
  2276. <member name="M:SharpDX.Color.FromRgba(System.UInt32)">
  2277. <summary>
  2278. Converts the color from a packed BGRA integer.
  2279. </summary>
  2280. <param name="color">A packed integer containing all four color components in RGBA order</param>
  2281. <returns>A color.</returns>
  2282. </member>
  2283. <member name="M:SharpDX.Color.Clamp(SharpDX.Color,SharpDX.Color,SharpDX.Color)">
  2284. <summary>
  2285. Restricts a value to be within a specified range.
  2286. </summary>
  2287. <param name="value">The value to clamp.</param>
  2288. <param name="min">The minimum value.</param>
  2289. <param name="max">The maximum value.</param>
  2290. <returns>The clamped value.</returns>
  2291. </member>
  2292. <member name="M:SharpDX.Color.Lerp(SharpDX.Color@,SharpDX.Color@,System.Single,SharpDX.Color@)">
  2293. <summary>
  2294. Performs a linear interpolation between two colors.
  2295. </summary>
  2296. <param name="start">Start color.</param>
  2297. <param name="end">End color.</param>
  2298. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  2299. <param name="result">When the method completes, contains the linear interpolation of the two colors.</param>
  2300. <remarks>
  2301. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  2302. </remarks>
  2303. </member>
  2304. <member name="M:SharpDX.Color.Lerp(SharpDX.Color,SharpDX.Color,System.Single)">
  2305. <summary>
  2306. Performs a linear interpolation between two colors.
  2307. </summary>
  2308. <param name="start">Start color.</param>
  2309. <param name="end">End color.</param>
  2310. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  2311. <returns>The linear interpolation of the two colors.</returns>
  2312. <remarks>
  2313. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  2314. </remarks>
  2315. </member>
  2316. <member name="M:SharpDX.Color.SmoothStep(SharpDX.Color@,SharpDX.Color@,System.Single,SharpDX.Color@)">
  2317. <summary>
  2318. Performs a cubic interpolation between two colors.
  2319. </summary>
  2320. <param name="start">Start color.</param>
  2321. <param name="end">End color.</param>
  2322. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  2323. <param name="result">When the method completes, contains the cubic interpolation of the two colors.</param>
  2324. </member>
  2325. <member name="M:SharpDX.Color.SmoothStep(SharpDX.Color,SharpDX.Color,System.Single)">
  2326. <summary>
  2327. Performs a cubic interpolation between two colors.
  2328. </summary>
  2329. <param name="start">Start color.</param>
  2330. <param name="end">End color.</param>
  2331. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  2332. <returns>The cubic interpolation of the two colors.</returns>
  2333. </member>
  2334. <member name="M:SharpDX.Color.Max(SharpDX.Color@,SharpDX.Color@,SharpDX.Color@)">
  2335. <summary>
  2336. Returns a color containing the smallest components of the specified colors.
  2337. </summary>
  2338. <param name="left">The first source color.</param>
  2339. <param name="right">The second source color.</param>
  2340. <param name="result">When the method completes, contains an new color composed of the largest components of the source colors.</param>
  2341. </member>
  2342. <member name="M:SharpDX.Color.Max(SharpDX.Color,SharpDX.Color)">
  2343. <summary>
  2344. Returns a color containing the largest components of the specified colorss.
  2345. </summary>
  2346. <param name="left">The first source color.</param>
  2347. <param name="right">The second source color.</param>
  2348. <returns>A color containing the largest components of the source colors.</returns>
  2349. </member>
  2350. <member name="M:SharpDX.Color.Min(SharpDX.Color@,SharpDX.Color@,SharpDX.Color@)">
  2351. <summary>
  2352. Returns a color containing the smallest components of the specified colors.
  2353. </summary>
  2354. <param name="left">The first source color.</param>
  2355. <param name="right">The second source color.</param>
  2356. <param name="result">When the method completes, contains an new color composed of the smallest components of the source colors.</param>
  2357. </member>
  2358. <member name="M:SharpDX.Color.Min(SharpDX.Color,SharpDX.Color)">
  2359. <summary>
  2360. Returns a color containing the smallest components of the specified colors.
  2361. </summary>
  2362. <param name="left">The first source color.</param>
  2363. <param name="right">The second source color.</param>
  2364. <returns>A color containing the smallest components of the source colors.</returns>
  2365. </member>
  2366. <member name="M:SharpDX.Color.AdjustContrast(SharpDX.Color@,System.Single,SharpDX.Color@)">
  2367. <summary>
  2368. Adjusts the contrast of a color.
  2369. </summary>
  2370. <param name="value">The color whose contrast is to be adjusted.</param>
  2371. <param name="contrast">The amount by which to adjust the contrast.</param>
  2372. <param name="result">When the method completes, contains the adjusted color.</param>
  2373. </member>
  2374. <member name="M:SharpDX.Color.AdjustContrast(SharpDX.Color,System.Single)">
  2375. <summary>
  2376. Adjusts the contrast of a color.
  2377. </summary>
  2378. <param name="value">The color whose contrast is to be adjusted.</param>
  2379. <param name="contrast">The amount by which to adjust the contrast.</param>
  2380. <returns>The adjusted color.</returns>
  2381. </member>
  2382. <member name="M:SharpDX.Color.AdjustSaturation(SharpDX.Color@,System.Single,SharpDX.Color@)">
  2383. <summary>
  2384. Adjusts the saturation of a color.
  2385. </summary>
  2386. <param name="value">The color whose saturation is to be adjusted.</param>
  2387. <param name="saturation">The amount by which to adjust the saturation.</param>
  2388. <param name="result">When the method completes, contains the adjusted color.</param>
  2389. </member>
  2390. <member name="M:SharpDX.Color.AdjustSaturation(SharpDX.Color,System.Single)">
  2391. <summary>
  2392. Adjusts the saturation of a color.
  2393. </summary>
  2394. <param name="value">The color whose saturation is to be adjusted.</param>
  2395. <param name="saturation">The amount by which to adjust the saturation.</param>
  2396. <returns>The adjusted color.</returns>
  2397. </member>
  2398. <member name="M:SharpDX.Color.op_Addition(SharpDX.Color,SharpDX.Color)">
  2399. <summary>
  2400. Adds two colors.
  2401. </summary>
  2402. <param name="left">The first color to add.</param>
  2403. <param name="right">The second color to add.</param>
  2404. <returns>The sum of the two colors.</returns>
  2405. </member>
  2406. <member name="M:SharpDX.Color.op_UnaryPlus(SharpDX.Color)">
  2407. <summary>
  2408. Assert a color (return it unchanged).
  2409. </summary>
  2410. <param name="value">The color to assert (unchanged).</param>
  2411. <returns>The asserted (unchanged) color.</returns>
  2412. </member>
  2413. <member name="M:SharpDX.Color.op_Subtraction(SharpDX.Color,SharpDX.Color)">
  2414. <summary>
  2415. Subtracts two colors.
  2416. </summary>
  2417. <param name="left">The first color to subtract.</param>
  2418. <param name="right">The second color to subtract.</param>
  2419. <returns>The difference of the two colors.</returns>
  2420. </member>
  2421. <member name="M:SharpDX.Color.op_UnaryNegation(SharpDX.Color)">
  2422. <summary>
  2423. Negates a color.
  2424. </summary>
  2425. <param name="value">The color to negate.</param>
  2426. <returns>A negated color.</returns>
  2427. </member>
  2428. <member name="M:SharpDX.Color.op_Multiply(System.Single,SharpDX.Color)">
  2429. <summary>
  2430. Scales a color.
  2431. </summary>
  2432. <param name="scale">The factor by which to scale the color.</param>
  2433. <param name="value">The color to scale.</param>
  2434. <returns>The scaled color.</returns>
  2435. </member>
  2436. <member name="M:SharpDX.Color.op_Multiply(SharpDX.Color,System.Single)">
  2437. <summary>
  2438. Scales a color.
  2439. </summary>
  2440. <param name="value">The factor by which to scale the color.</param>
  2441. <param name="scale">The color to scale.</param>
  2442. <returns>The scaled color.</returns>
  2443. </member>
  2444. <member name="M:SharpDX.Color.op_Multiply(SharpDX.Color,SharpDX.Color)">
  2445. <summary>
  2446. Modulates two colors.
  2447. </summary>
  2448. <param name="left">The first color to modulate.</param>
  2449. <param name="right">The second color to modulate.</param>
  2450. <returns>The modulated color.</returns>
  2451. </member>
  2452. <member name="M:SharpDX.Color.op_Equality(SharpDX.Color,SharpDX.Color)">
  2453. <summary>
  2454. Tests for equality between two objects.
  2455. </summary>
  2456. <param name="left">The first value to compare.</param>
  2457. <param name="right">The second value to compare.</param>
  2458. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  2459. </member>
  2460. <member name="M:SharpDX.Color.op_Inequality(SharpDX.Color,SharpDX.Color)">
  2461. <summary>
  2462. Tests for inequality between two objects.
  2463. </summary>
  2464. <param name="left">The first value to compare.</param>
  2465. <param name="right">The second value to compare.</param>
  2466. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  2467. </member>
  2468. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Color)~SharpDX.Color3">
  2469. <summary>
  2470. Performs an explicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.Color3"/>.
  2471. </summary>
  2472. <param name="value">The value.</param>
  2473. <returns>The result of the conversion.</returns>
  2474. </member>
  2475. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Color)~SharpDX.Vector3">
  2476. <summary>
  2477. Performs an explicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.Vector3"/>.
  2478. </summary>
  2479. <param name="value">The value.</param>
  2480. <returns>The result of the conversion.</returns>
  2481. </member>
  2482. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Color)~SharpDX.Vector4">
  2483. <summary>
  2484. Performs an explicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.Vector4"/>.
  2485. </summary>
  2486. <param name="value">The value.</param>
  2487. <returns>The result of the conversion.</returns>
  2488. </member>
  2489. <member name="M:SharpDX.Color.ToColor4">
  2490. <summary>
  2491. Convert this instance to a <see cref="T:SharpDX.Color4"/>
  2492. </summary>
  2493. <returns>The result of the conversion.</returns>
  2494. </member>
  2495. <member name="M:SharpDX.Color.op_Implicit(SharpDX.Color)~SharpDX.Color4">
  2496. <summary>
  2497. Performs an implicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.Color4"/>.
  2498. </summary>
  2499. <param name="value">The value.</param>
  2500. <returns>The result of the conversion.</returns>
  2501. </member>
  2502. <member name="M:SharpDX.Color.op_Implicit(SharpDX.Color)~SharpDX.Mathematics.Interop.RawColor4">
  2503. <summary>
  2504. Performs an implicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.Mathematics.Interop.RawColor4"/>.
  2505. </summary>
  2506. <param name="value">The value.</param>
  2507. <returns>The result of the conversion.</returns>
  2508. </member>
  2509. <member name="M:SharpDX.Color.op_Implicit(SharpDX.Color)~SharpDX.Mathematics.Interop.RawColorBGRA">
  2510. <summary>
  2511. Performs an implicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.Mathematics.Interop.RawColor4"/>.
  2512. </summary>
  2513. <param name="value">The value.</param>
  2514. <returns>The result of the conversion.</returns>
  2515. </member>
  2516. <member name="M:SharpDX.Color.op_Implicit(SharpDX.Color)~System.Nullable{SharpDX.Mathematics.Interop.RawColor4}">
  2517. <summary>
  2518. Performs an implicit conversion from <see cref="T:SharpDX.Color"/> to nullable <see cref="T:SharpDX.Mathematics.Interop.RawColor4"/>.
  2519. </summary>
  2520. <param name="value">The value.</param>
  2521. <returns>The result of the conversion.</returns>
  2522. </member>
  2523. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Vector3)~SharpDX.Color">
  2524. <summary>
  2525. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Color"/>.
  2526. </summary>
  2527. <param name="value">The value.</param>
  2528. <returns>The result of the conversion.</returns>
  2529. </member>
  2530. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Color3)~SharpDX.Color">
  2531. <summary>
  2532. Performs an explicit conversion from <see cref="T:SharpDX.Color3"/> to <see cref="T:SharpDX.Color"/>.
  2533. </summary>
  2534. <param name="value">The value.</param>
  2535. <returns>The result of the conversion.</returns>
  2536. </member>
  2537. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Vector4)~SharpDX.Color">
  2538. <summary>
  2539. Performs an explicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Color"/>.
  2540. </summary>
  2541. <param name="value">The value.</param>
  2542. <returns>The result of the conversion.</returns>
  2543. </member>
  2544. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Color4)~SharpDX.Color">
  2545. <summary>
  2546. Performs an explicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:SharpDX.Color"/>.
  2547. </summary>
  2548. <param name="value">The value.</param>
  2549. <returns>The result of the conversion.</returns>
  2550. </member>
  2551. <member name="M:SharpDX.Color.op_Explicit(SharpDX.Color)~System.Int32">
  2552. <summary>
  2553. Performs an explicit conversion from <see cref="T:System.Int32"/> to <see cref="T:SharpDX.Color"/>.
  2554. </summary>
  2555. <param name="value">The value.</param>
  2556. <returns>
  2557. The result of the conversion.
  2558. </returns>
  2559. </member>
  2560. <member name="M:SharpDX.Color.op_Explicit(System.Int32)~SharpDX.Color">
  2561. <summary>
  2562. Performs an explicit conversion from <see cref="T:System.Int32"/> to <see cref="T:SharpDX.Color"/>.
  2563. </summary>
  2564. <param name="value">The value.</param>
  2565. <returns>
  2566. The result of the conversion.
  2567. </returns>
  2568. </member>
  2569. <member name="M:SharpDX.Color.ToString">
  2570. <summary>
  2571. Returns a <see cref="T:System.String"/> that represents this instance.
  2572. </summary>
  2573. <returns>
  2574. A <see cref="T:System.String"/> that represents this instance.
  2575. </returns>
  2576. </member>
  2577. <member name="M:SharpDX.Color.ToString(System.String)">
  2578. <summary>
  2579. Returns a <see cref="T:System.String"/> that represents this instance.
  2580. </summary>
  2581. <param name="format">The format to apply to each channel element (byte).</param>
  2582. <returns>
  2583. A <see cref="T:System.String"/> that represents this instance.
  2584. </returns>
  2585. </member>
  2586. <member name="M:SharpDX.Color.ToString(System.IFormatProvider)">
  2587. <summary>
  2588. Returns a <see cref="T:System.String"/> that represents this instance.
  2589. </summary>
  2590. <param name="formatProvider">The format provider.</param>
  2591. <returns>
  2592. A <see cref="T:System.String"/> that represents this instance.
  2593. </returns>
  2594. </member>
  2595. <member name="M:SharpDX.Color.ToString(System.String,System.IFormatProvider)">
  2596. <summary>
  2597. Returns a <see cref="T:System.String"/> that represents this instance.
  2598. </summary>
  2599. <param name="format">The format to apply to each channel element (byte).</param>
  2600. <param name="formatProvider">The format provider.</param>
  2601. <returns>
  2602. A <see cref="T:System.String"/> that represents this instance.
  2603. </returns>
  2604. </member>
  2605. <member name="M:SharpDX.Color.GetHashCode">
  2606. <summary>
  2607. Returns a hash code for this instance.
  2608. </summary>
  2609. <returns>
  2610. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  2611. </returns>
  2612. </member>
  2613. <member name="M:SharpDX.Color.Equals(SharpDX.Color@)">
  2614. <summary>
  2615. Determines whether the specified <see cref="T:SharpDX.Color"/> is equal to this instance.
  2616. </summary>
  2617. <param name="other">The <see cref="T:SharpDX.Color"/> to compare with this instance.</param>
  2618. <returns>
  2619. <c>true</c> if the specified <see cref="T:SharpDX.Color"/> is equal to this instance; otherwise, <c>false</c>.
  2620. </returns>
  2621. </member>
  2622. <member name="M:SharpDX.Color.Equals(SharpDX.Color)">
  2623. <summary>
  2624. Determines whether the specified <see cref="T:SharpDX.Color"/> is equal to this instance.
  2625. </summary>
  2626. <param name="other">The <see cref="T:SharpDX.Color"/> to compare with this instance.</param>
  2627. <returns>
  2628. <c>true</c> if the specified <see cref="T:SharpDX.Color"/> is equal to this instance; otherwise, <c>false</c>.
  2629. </returns>
  2630. </member>
  2631. <member name="M:SharpDX.Color.Equals(System.Object)">
  2632. <summary>
  2633. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  2634. </summary>
  2635. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  2636. <returns>
  2637. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  2638. </returns>
  2639. </member>
  2640. <member name="F:SharpDX.Color.Zero">
  2641. <summary>
  2642. Zero color.
  2643. </summary>
  2644. </member>
  2645. <member name="F:SharpDX.Color.Transparent">
  2646. <summary>
  2647. Transparent color.
  2648. </summary>
  2649. </member>
  2650. <member name="F:SharpDX.Color.AliceBlue">
  2651. <summary>
  2652. AliceBlue color.
  2653. </summary>
  2654. </member>
  2655. <member name="F:SharpDX.Color.AntiqueWhite">
  2656. <summary>
  2657. AntiqueWhite color.
  2658. </summary>
  2659. </member>
  2660. <member name="F:SharpDX.Color.Aqua">
  2661. <summary>
  2662. Aqua color.
  2663. </summary>
  2664. </member>
  2665. <member name="F:SharpDX.Color.Aquamarine">
  2666. <summary>
  2667. Aquamarine color.
  2668. </summary>
  2669. </member>
  2670. <member name="F:SharpDX.Color.Azure">
  2671. <summary>
  2672. Azure color.
  2673. </summary>
  2674. </member>
  2675. <member name="F:SharpDX.Color.Beige">
  2676. <summary>
  2677. Beige color.
  2678. </summary>
  2679. </member>
  2680. <member name="F:SharpDX.Color.Bisque">
  2681. <summary>
  2682. Bisque color.
  2683. </summary>
  2684. </member>
  2685. <member name="F:SharpDX.Color.Black">
  2686. <summary>
  2687. Black color.
  2688. </summary>
  2689. </member>
  2690. <member name="F:SharpDX.Color.BlanchedAlmond">
  2691. <summary>
  2692. BlanchedAlmond color.
  2693. </summary>
  2694. </member>
  2695. <member name="F:SharpDX.Color.Blue">
  2696. <summary>
  2697. Blue color.
  2698. </summary>
  2699. </member>
  2700. <member name="F:SharpDX.Color.BlueViolet">
  2701. <summary>
  2702. BlueViolet color.
  2703. </summary>
  2704. </member>
  2705. <member name="F:SharpDX.Color.Brown">
  2706. <summary>
  2707. Brown color.
  2708. </summary>
  2709. </member>
  2710. <member name="F:SharpDX.Color.BurlyWood">
  2711. <summary>
  2712. BurlyWood color.
  2713. </summary>
  2714. </member>
  2715. <member name="F:SharpDX.Color.CadetBlue">
  2716. <summary>
  2717. CadetBlue color.
  2718. </summary>
  2719. </member>
  2720. <member name="F:SharpDX.Color.Chartreuse">
  2721. <summary>
  2722. Chartreuse color.
  2723. </summary>
  2724. </member>
  2725. <member name="F:SharpDX.Color.Chocolate">
  2726. <summary>
  2727. Chocolate color.
  2728. </summary>
  2729. </member>
  2730. <member name="F:SharpDX.Color.Coral">
  2731. <summary>
  2732. Coral color.
  2733. </summary>
  2734. </member>
  2735. <member name="F:SharpDX.Color.CornflowerBlue">
  2736. <summary>
  2737. CornflowerBlue color.
  2738. </summary>
  2739. </member>
  2740. <member name="F:SharpDX.Color.Cornsilk">
  2741. <summary>
  2742. Cornsilk color.
  2743. </summary>
  2744. </member>
  2745. <member name="F:SharpDX.Color.Crimson">
  2746. <summary>
  2747. Crimson color.
  2748. </summary>
  2749. </member>
  2750. <member name="F:SharpDX.Color.Cyan">
  2751. <summary>
  2752. Cyan color.
  2753. </summary>
  2754. </member>
  2755. <member name="F:SharpDX.Color.DarkBlue">
  2756. <summary>
  2757. DarkBlue color.
  2758. </summary>
  2759. </member>
  2760. <member name="F:SharpDX.Color.DarkCyan">
  2761. <summary>
  2762. DarkCyan color.
  2763. </summary>
  2764. </member>
  2765. <member name="F:SharpDX.Color.DarkGoldenrod">
  2766. <summary>
  2767. DarkGoldenrod color.
  2768. </summary>
  2769. </member>
  2770. <member name="F:SharpDX.Color.DarkGray">
  2771. <summary>
  2772. DarkGray color.
  2773. </summary>
  2774. </member>
  2775. <member name="F:SharpDX.Color.DarkGreen">
  2776. <summary>
  2777. DarkGreen color.
  2778. </summary>
  2779. </member>
  2780. <member name="F:SharpDX.Color.DarkKhaki">
  2781. <summary>
  2782. DarkKhaki color.
  2783. </summary>
  2784. </member>
  2785. <member name="F:SharpDX.Color.DarkMagenta">
  2786. <summary>
  2787. DarkMagenta color.
  2788. </summary>
  2789. </member>
  2790. <member name="F:SharpDX.Color.DarkOliveGreen">
  2791. <summary>
  2792. DarkOliveGreen color.
  2793. </summary>
  2794. </member>
  2795. <member name="F:SharpDX.Color.DarkOrange">
  2796. <summary>
  2797. DarkOrange color.
  2798. </summary>
  2799. </member>
  2800. <member name="F:SharpDX.Color.DarkOrchid">
  2801. <summary>
  2802. DarkOrchid color.
  2803. </summary>
  2804. </member>
  2805. <member name="F:SharpDX.Color.DarkRed">
  2806. <summary>
  2807. DarkRed color.
  2808. </summary>
  2809. </member>
  2810. <member name="F:SharpDX.Color.DarkSalmon">
  2811. <summary>
  2812. DarkSalmon color.
  2813. </summary>
  2814. </member>
  2815. <member name="F:SharpDX.Color.DarkSeaGreen">
  2816. <summary>
  2817. DarkSeaGreen color.
  2818. </summary>
  2819. </member>
  2820. <member name="F:SharpDX.Color.DarkSlateBlue">
  2821. <summary>
  2822. DarkSlateBlue color.
  2823. </summary>
  2824. </member>
  2825. <member name="F:SharpDX.Color.DarkSlateGray">
  2826. <summary>
  2827. DarkSlateGray color.
  2828. </summary>
  2829. </member>
  2830. <member name="F:SharpDX.Color.DarkTurquoise">
  2831. <summary>
  2832. DarkTurquoise color.
  2833. </summary>
  2834. </member>
  2835. <member name="F:SharpDX.Color.DarkViolet">
  2836. <summary>
  2837. DarkViolet color.
  2838. </summary>
  2839. </member>
  2840. <member name="F:SharpDX.Color.DeepPink">
  2841. <summary>
  2842. DeepPink color.
  2843. </summary>
  2844. </member>
  2845. <member name="F:SharpDX.Color.DeepSkyBlue">
  2846. <summary>
  2847. DeepSkyBlue color.
  2848. </summary>
  2849. </member>
  2850. <member name="F:SharpDX.Color.DimGray">
  2851. <summary>
  2852. DimGray color.
  2853. </summary>
  2854. </member>
  2855. <member name="F:SharpDX.Color.DodgerBlue">
  2856. <summary>
  2857. DodgerBlue color.
  2858. </summary>
  2859. </member>
  2860. <member name="F:SharpDX.Color.Firebrick">
  2861. <summary>
  2862. Firebrick color.
  2863. </summary>
  2864. </member>
  2865. <member name="F:SharpDX.Color.FloralWhite">
  2866. <summary>
  2867. FloralWhite color.
  2868. </summary>
  2869. </member>
  2870. <member name="F:SharpDX.Color.ForestGreen">
  2871. <summary>
  2872. ForestGreen color.
  2873. </summary>
  2874. </member>
  2875. <member name="F:SharpDX.Color.Fuchsia">
  2876. <summary>
  2877. Fuchsia color.
  2878. </summary>
  2879. </member>
  2880. <member name="F:SharpDX.Color.Gainsboro">
  2881. <summary>
  2882. Gainsboro color.
  2883. </summary>
  2884. </member>
  2885. <member name="F:SharpDX.Color.GhostWhite">
  2886. <summary>
  2887. GhostWhite color.
  2888. </summary>
  2889. </member>
  2890. <member name="F:SharpDX.Color.Gold">
  2891. <summary>
  2892. Gold color.
  2893. </summary>
  2894. </member>
  2895. <member name="F:SharpDX.Color.Goldenrod">
  2896. <summary>
  2897. Goldenrod color.
  2898. </summary>
  2899. </member>
  2900. <member name="F:SharpDX.Color.Gray">
  2901. <summary>
  2902. Gray color.
  2903. </summary>
  2904. </member>
  2905. <member name="F:SharpDX.Color.Green">
  2906. <summary>
  2907. Green color.
  2908. </summary>
  2909. </member>
  2910. <member name="F:SharpDX.Color.GreenYellow">
  2911. <summary>
  2912. GreenYellow color.
  2913. </summary>
  2914. </member>
  2915. <member name="F:SharpDX.Color.Honeydew">
  2916. <summary>
  2917. Honeydew color.
  2918. </summary>
  2919. </member>
  2920. <member name="F:SharpDX.Color.HotPink">
  2921. <summary>
  2922. HotPink color.
  2923. </summary>
  2924. </member>
  2925. <member name="F:SharpDX.Color.IndianRed">
  2926. <summary>
  2927. IndianRed color.
  2928. </summary>
  2929. </member>
  2930. <member name="F:SharpDX.Color.Indigo">
  2931. <summary>
  2932. Indigo color.
  2933. </summary>
  2934. </member>
  2935. <member name="F:SharpDX.Color.Ivory">
  2936. <summary>
  2937. Ivory color.
  2938. </summary>
  2939. </member>
  2940. <member name="F:SharpDX.Color.Khaki">
  2941. <summary>
  2942. Khaki color.
  2943. </summary>
  2944. </member>
  2945. <member name="F:SharpDX.Color.Lavender">
  2946. <summary>
  2947. Lavender color.
  2948. </summary>
  2949. </member>
  2950. <member name="F:SharpDX.Color.LavenderBlush">
  2951. <summary>
  2952. LavenderBlush color.
  2953. </summary>
  2954. </member>
  2955. <member name="F:SharpDX.Color.LawnGreen">
  2956. <summary>
  2957. LawnGreen color.
  2958. </summary>
  2959. </member>
  2960. <member name="F:SharpDX.Color.LemonChiffon">
  2961. <summary>
  2962. LemonChiffon color.
  2963. </summary>
  2964. </member>
  2965. <member name="F:SharpDX.Color.LightBlue">
  2966. <summary>
  2967. LightBlue color.
  2968. </summary>
  2969. </member>
  2970. <member name="F:SharpDX.Color.LightCoral">
  2971. <summary>
  2972. LightCoral color.
  2973. </summary>
  2974. </member>
  2975. <member name="F:SharpDX.Color.LightCyan">
  2976. <summary>
  2977. LightCyan color.
  2978. </summary>
  2979. </member>
  2980. <member name="F:SharpDX.Color.LightGoldenrodYellow">
  2981. <summary>
  2982. LightGoldenrodYellow color.
  2983. </summary>
  2984. </member>
  2985. <member name="F:SharpDX.Color.LightGray">
  2986. <summary>
  2987. LightGray color.
  2988. </summary>
  2989. </member>
  2990. <member name="F:SharpDX.Color.LightGreen">
  2991. <summary>
  2992. LightGreen color.
  2993. </summary>
  2994. </member>
  2995. <member name="F:SharpDX.Color.LightPink">
  2996. <summary>
  2997. LightPink color.
  2998. </summary>
  2999. </member>
  3000. <member name="F:SharpDX.Color.LightSalmon">
  3001. <summary>
  3002. LightSalmon color.
  3003. </summary>
  3004. </member>
  3005. <member name="F:SharpDX.Color.LightSeaGreen">
  3006. <summary>
  3007. LightSeaGreen color.
  3008. </summary>
  3009. </member>
  3010. <member name="F:SharpDX.Color.LightSkyBlue">
  3011. <summary>
  3012. LightSkyBlue color.
  3013. </summary>
  3014. </member>
  3015. <member name="F:SharpDX.Color.LightSlateGray">
  3016. <summary>
  3017. LightSlateGray color.
  3018. </summary>
  3019. </member>
  3020. <member name="F:SharpDX.Color.LightSteelBlue">
  3021. <summary>
  3022. LightSteelBlue color.
  3023. </summary>
  3024. </member>
  3025. <member name="F:SharpDX.Color.LightYellow">
  3026. <summary>
  3027. LightYellow color.
  3028. </summary>
  3029. </member>
  3030. <member name="F:SharpDX.Color.Lime">
  3031. <summary>
  3032. Lime color.
  3033. </summary>
  3034. </member>
  3035. <member name="F:SharpDX.Color.LimeGreen">
  3036. <summary>
  3037. LimeGreen color.
  3038. </summary>
  3039. </member>
  3040. <member name="F:SharpDX.Color.Linen">
  3041. <summary>
  3042. Linen color.
  3043. </summary>
  3044. </member>
  3045. <member name="F:SharpDX.Color.Magenta">
  3046. <summary>
  3047. Magenta color.
  3048. </summary>
  3049. </member>
  3050. <member name="F:SharpDX.Color.Maroon">
  3051. <summary>
  3052. Maroon color.
  3053. </summary>
  3054. </member>
  3055. <member name="F:SharpDX.Color.MediumAquamarine">
  3056. <summary>
  3057. MediumAquamarine color.
  3058. </summary>
  3059. </member>
  3060. <member name="F:SharpDX.Color.MediumBlue">
  3061. <summary>
  3062. MediumBlue color.
  3063. </summary>
  3064. </member>
  3065. <member name="F:SharpDX.Color.MediumOrchid">
  3066. <summary>
  3067. MediumOrchid color.
  3068. </summary>
  3069. </member>
  3070. <member name="F:SharpDX.Color.MediumPurple">
  3071. <summary>
  3072. MediumPurple color.
  3073. </summary>
  3074. </member>
  3075. <member name="F:SharpDX.Color.MediumSeaGreen">
  3076. <summary>
  3077. MediumSeaGreen color.
  3078. </summary>
  3079. </member>
  3080. <member name="F:SharpDX.Color.MediumSlateBlue">
  3081. <summary>
  3082. MediumSlateBlue color.
  3083. </summary>
  3084. </member>
  3085. <member name="F:SharpDX.Color.MediumSpringGreen">
  3086. <summary>
  3087. MediumSpringGreen color.
  3088. </summary>
  3089. </member>
  3090. <member name="F:SharpDX.Color.MediumTurquoise">
  3091. <summary>
  3092. MediumTurquoise color.
  3093. </summary>
  3094. </member>
  3095. <member name="F:SharpDX.Color.MediumVioletRed">
  3096. <summary>
  3097. MediumVioletRed color.
  3098. </summary>
  3099. </member>
  3100. <member name="F:SharpDX.Color.MidnightBlue">
  3101. <summary>
  3102. MidnightBlue color.
  3103. </summary>
  3104. </member>
  3105. <member name="F:SharpDX.Color.MintCream">
  3106. <summary>
  3107. MintCream color.
  3108. </summary>
  3109. </member>
  3110. <member name="F:SharpDX.Color.MistyRose">
  3111. <summary>
  3112. MistyRose color.
  3113. </summary>
  3114. </member>
  3115. <member name="F:SharpDX.Color.Moccasin">
  3116. <summary>
  3117. Moccasin color.
  3118. </summary>
  3119. </member>
  3120. <member name="F:SharpDX.Color.NavajoWhite">
  3121. <summary>
  3122. NavajoWhite color.
  3123. </summary>
  3124. </member>
  3125. <member name="F:SharpDX.Color.Navy">
  3126. <summary>
  3127. Navy color.
  3128. </summary>
  3129. </member>
  3130. <member name="F:SharpDX.Color.OldLace">
  3131. <summary>
  3132. OldLace color.
  3133. </summary>
  3134. </member>
  3135. <member name="F:SharpDX.Color.Olive">
  3136. <summary>
  3137. Olive color.
  3138. </summary>
  3139. </member>
  3140. <member name="F:SharpDX.Color.OliveDrab">
  3141. <summary>
  3142. OliveDrab color.
  3143. </summary>
  3144. </member>
  3145. <member name="F:SharpDX.Color.Orange">
  3146. <summary>
  3147. Orange color.
  3148. </summary>
  3149. </member>
  3150. <member name="F:SharpDX.Color.OrangeRed">
  3151. <summary>
  3152. OrangeRed color.
  3153. </summary>
  3154. </member>
  3155. <member name="F:SharpDX.Color.Orchid">
  3156. <summary>
  3157. Orchid color.
  3158. </summary>
  3159. </member>
  3160. <member name="F:SharpDX.Color.PaleGoldenrod">
  3161. <summary>
  3162. PaleGoldenrod color.
  3163. </summary>
  3164. </member>
  3165. <member name="F:SharpDX.Color.PaleGreen">
  3166. <summary>
  3167. PaleGreen color.
  3168. </summary>
  3169. </member>
  3170. <member name="F:SharpDX.Color.PaleTurquoise">
  3171. <summary>
  3172. PaleTurquoise color.
  3173. </summary>
  3174. </member>
  3175. <member name="F:SharpDX.Color.PaleVioletRed">
  3176. <summary>
  3177. PaleVioletRed color.
  3178. </summary>
  3179. </member>
  3180. <member name="F:SharpDX.Color.PapayaWhip">
  3181. <summary>
  3182. PapayaWhip color.
  3183. </summary>
  3184. </member>
  3185. <member name="F:SharpDX.Color.PeachPuff">
  3186. <summary>
  3187. PeachPuff color.
  3188. </summary>
  3189. </member>
  3190. <member name="F:SharpDX.Color.Peru">
  3191. <summary>
  3192. Peru color.
  3193. </summary>
  3194. </member>
  3195. <member name="F:SharpDX.Color.Pink">
  3196. <summary>
  3197. Pink color.
  3198. </summary>
  3199. </member>
  3200. <member name="F:SharpDX.Color.Plum">
  3201. <summary>
  3202. Plum color.
  3203. </summary>
  3204. </member>
  3205. <member name="F:SharpDX.Color.PowderBlue">
  3206. <summary>
  3207. PowderBlue color.
  3208. </summary>
  3209. </member>
  3210. <member name="F:SharpDX.Color.Purple">
  3211. <summary>
  3212. Purple color.
  3213. </summary>
  3214. </member>
  3215. <member name="F:SharpDX.Color.Red">
  3216. <summary>
  3217. Red color.
  3218. </summary>
  3219. </member>
  3220. <member name="F:SharpDX.Color.RosyBrown">
  3221. <summary>
  3222. RosyBrown color.
  3223. </summary>
  3224. </member>
  3225. <member name="F:SharpDX.Color.RoyalBlue">
  3226. <summary>
  3227. RoyalBlue color.
  3228. </summary>
  3229. </member>
  3230. <member name="F:SharpDX.Color.SaddleBrown">
  3231. <summary>
  3232. SaddleBrown color.
  3233. </summary>
  3234. </member>
  3235. <member name="F:SharpDX.Color.Salmon">
  3236. <summary>
  3237. Salmon color.
  3238. </summary>
  3239. </member>
  3240. <member name="F:SharpDX.Color.SandyBrown">
  3241. <summary>
  3242. SandyBrown color.
  3243. </summary>
  3244. </member>
  3245. <member name="F:SharpDX.Color.SeaGreen">
  3246. <summary>
  3247. SeaGreen color.
  3248. </summary>
  3249. </member>
  3250. <member name="F:SharpDX.Color.SeaShell">
  3251. <summary>
  3252. SeaShell color.
  3253. </summary>
  3254. </member>
  3255. <member name="F:SharpDX.Color.Sienna">
  3256. <summary>
  3257. Sienna color.
  3258. </summary>
  3259. </member>
  3260. <member name="F:SharpDX.Color.Silver">
  3261. <summary>
  3262. Silver color.
  3263. </summary>
  3264. </member>
  3265. <member name="F:SharpDX.Color.SkyBlue">
  3266. <summary>
  3267. SkyBlue color.
  3268. </summary>
  3269. </member>
  3270. <member name="F:SharpDX.Color.SlateBlue">
  3271. <summary>
  3272. SlateBlue color.
  3273. </summary>
  3274. </member>
  3275. <member name="F:SharpDX.Color.SlateGray">
  3276. <summary>
  3277. SlateGray color.
  3278. </summary>
  3279. </member>
  3280. <member name="F:SharpDX.Color.Snow">
  3281. <summary>
  3282. Snow color.
  3283. </summary>
  3284. </member>
  3285. <member name="F:SharpDX.Color.SpringGreen">
  3286. <summary>
  3287. SpringGreen color.
  3288. </summary>
  3289. </member>
  3290. <member name="F:SharpDX.Color.SteelBlue">
  3291. <summary>
  3292. SteelBlue color.
  3293. </summary>
  3294. </member>
  3295. <member name="F:SharpDX.Color.Tan">
  3296. <summary>
  3297. Tan color.
  3298. </summary>
  3299. </member>
  3300. <member name="F:SharpDX.Color.Teal">
  3301. <summary>
  3302. Teal color.
  3303. </summary>
  3304. </member>
  3305. <member name="F:SharpDX.Color.Thistle">
  3306. <summary>
  3307. Thistle color.
  3308. </summary>
  3309. </member>
  3310. <member name="F:SharpDX.Color.Tomato">
  3311. <summary>
  3312. Tomato color.
  3313. </summary>
  3314. </member>
  3315. <member name="F:SharpDX.Color.Turquoise">
  3316. <summary>
  3317. Turquoise color.
  3318. </summary>
  3319. </member>
  3320. <member name="F:SharpDX.Color.Violet">
  3321. <summary>
  3322. Violet color.
  3323. </summary>
  3324. </member>
  3325. <member name="F:SharpDX.Color.Wheat">
  3326. <summary>
  3327. Wheat color.
  3328. </summary>
  3329. </member>
  3330. <member name="F:SharpDX.Color.White">
  3331. <summary>
  3332. White color.
  3333. </summary>
  3334. </member>
  3335. <member name="F:SharpDX.Color.WhiteSmoke">
  3336. <summary>
  3337. WhiteSmoke color.
  3338. </summary>
  3339. </member>
  3340. <member name="F:SharpDX.Color.Yellow">
  3341. <summary>
  3342. Yellow color.
  3343. </summary>
  3344. </member>
  3345. <member name="F:SharpDX.Color.YellowGreen">
  3346. <summary>
  3347. YellowGreen color.
  3348. </summary>
  3349. </member>
  3350. <member name="T:SharpDX.Color3">
  3351. <summary>
  3352. Represents a color in the form of rgb.
  3353. </summary>
  3354. </member>
  3355. <member name="F:SharpDX.Color3.Black">
  3356. <summary>
  3357. The Black color (0, 0, 0).
  3358. </summary>
  3359. </member>
  3360. <member name="F:SharpDX.Color3.White">
  3361. <summary>
  3362. The White color (1, 1, 1, 1).
  3363. </summary>
  3364. </member>
  3365. <member name="F:SharpDX.Color3.Red">
  3366. <summary>
  3367. The red component of the color.
  3368. </summary>
  3369. </member>
  3370. <member name="F:SharpDX.Color3.Green">
  3371. <summary>
  3372. The green component of the color.
  3373. </summary>
  3374. </member>
  3375. <member name="F:SharpDX.Color3.Blue">
  3376. <summary>
  3377. The blue component of the color.
  3378. </summary>
  3379. </member>
  3380. <member name="M:SharpDX.Color3.#ctor(System.Single)">
  3381. <summary>
  3382. Initializes a new instance of the <see cref="T:SharpDX.Color3"/> struct.
  3383. </summary>
  3384. <param name="value">The value that will be assigned to all components.</param>
  3385. </member>
  3386. <member name="M:SharpDX.Color3.#ctor(System.Single,System.Single,System.Single)">
  3387. <summary>
  3388. Initializes a new instance of the <see cref="T:SharpDX.Color3"/> struct.
  3389. </summary>
  3390. <param name="red">The red component of the color.</param>
  3391. <param name="green">The green component of the color.</param>
  3392. <param name="blue">The blue component of the color.</param>
  3393. </member>
  3394. <member name="M:SharpDX.Color3.#ctor(SharpDX.Vector3)">
  3395. <summary>
  3396. Initializes a new instance of the <see cref="T:SharpDX.Color3"/> struct.
  3397. </summary>
  3398. <param name="value">The red, green, and blue components of the color.</param>
  3399. </member>
  3400. <member name="M:SharpDX.Color3.#ctor(System.Int32)">
  3401. <summary>
  3402. Initializes a new instance of the <see cref="T:SharpDX.Color3"/> struct.
  3403. </summary>
  3404. <param name="rgb">A packed integer containing all three color components in RGB order.
  3405. The alpha component is ignored.</param>
  3406. </member>
  3407. <member name="M:SharpDX.Color3.#ctor(System.Single[])">
  3408. <summary>
  3409. Initializes a new instance of the <see cref="T:SharpDX.Color3"/> struct.
  3410. </summary>
  3411. <param name="values">The values to assign to the red, green, and blue components of the color. This must be an array with three elements.</param>
  3412. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  3413. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  3414. </member>
  3415. <member name="P:SharpDX.Color3.Item(System.Int32)">
  3416. <summary>
  3417. Gets or sets the component at the specified index.
  3418. </summary>
  3419. <value>The value of the red, green, or blue component, depending on the index.</value>
  3420. <param name="index">The index of the component to access. Use 0 for the red component, 1 for the green component, and 2 for the blue component.</param>
  3421. <returns>The value of the component at the specified index.</returns>
  3422. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 2].</exception>
  3423. </member>
  3424. <member name="M:SharpDX.Color3.ToRgba">
  3425. <summary>
  3426. Converts the color into a packed integer.
  3427. </summary>
  3428. <returns>A packed integer containing all three color components.
  3429. The alpha channel is set to 255.</returns>
  3430. </member>
  3431. <member name="M:SharpDX.Color3.ToBgra">
  3432. <summary>
  3433. Converts the color into a packed integer.
  3434. </summary>
  3435. <returns>A packed integer containing all three color components.
  3436. The alpha channel is set to 255.</returns>
  3437. </member>
  3438. <member name="M:SharpDX.Color3.ToVector3">
  3439. <summary>
  3440. Converts the color into a three component vector.
  3441. </summary>
  3442. <returns>A three component vector containing the red, green, and blue components of the color.</returns>
  3443. </member>
  3444. <member name="M:SharpDX.Color3.ToArray">
  3445. <summary>
  3446. Creates an array containing the elements of the color.
  3447. </summary>
  3448. <returns>A three-element array containing the components of the color.</returns>
  3449. </member>
  3450. <member name="M:SharpDX.Color3.Add(SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@)">
  3451. <summary>
  3452. Adds two colors.
  3453. </summary>
  3454. <param name="left">The first color to add.</param>
  3455. <param name="right">The second color to add.</param>
  3456. <param name="result">When the method completes, completes the sum of the two colors.</param>
  3457. </member>
  3458. <member name="M:SharpDX.Color3.Add(SharpDX.Color3,SharpDX.Color3)">
  3459. <summary>
  3460. Adds two colors.
  3461. </summary>
  3462. <param name="left">The first color to add.</param>
  3463. <param name="right">The second color to add.</param>
  3464. <returns>The sum of the two colors.</returns>
  3465. </member>
  3466. <member name="M:SharpDX.Color3.Subtract(SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@)">
  3467. <summary>
  3468. Subtracts two colors.
  3469. </summary>
  3470. <param name="left">The first color to subtract.</param>
  3471. <param name="right">The second color to subtract.</param>
  3472. <param name="result">WHen the method completes, contains the difference of the two colors.</param>
  3473. </member>
  3474. <member name="M:SharpDX.Color3.Subtract(SharpDX.Color3,SharpDX.Color3)">
  3475. <summary>
  3476. Subtracts two colors.
  3477. </summary>
  3478. <param name="left">The first color to subtract.</param>
  3479. <param name="right">The second color to subtract</param>
  3480. <returns>The difference of the two colors.</returns>
  3481. </member>
  3482. <member name="M:SharpDX.Color3.Modulate(SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@)">
  3483. <summary>
  3484. Modulates two colors.
  3485. </summary>
  3486. <param name="left">The first color to modulate.</param>
  3487. <param name="right">The second color to modulate.</param>
  3488. <param name="result">When the method completes, contains the modulated color.</param>
  3489. </member>
  3490. <member name="M:SharpDX.Color3.Modulate(SharpDX.Color3,SharpDX.Color3)">
  3491. <summary>
  3492. Modulates two colors.
  3493. </summary>
  3494. <param name="left">The first color to modulate.</param>
  3495. <param name="right">The second color to modulate.</param>
  3496. <returns>The modulated color.</returns>
  3497. </member>
  3498. <member name="M:SharpDX.Color3.Scale(SharpDX.Color3@,System.Single,SharpDX.Color3@)">
  3499. <summary>
  3500. Scales a color.
  3501. </summary>
  3502. <param name="value">The color to scale.</param>
  3503. <param name="scale">The amount by which to scale.</param>
  3504. <param name="result">When the method completes, contains the scaled color.</param>
  3505. </member>
  3506. <member name="M:SharpDX.Color3.Scale(SharpDX.Color3,System.Single)">
  3507. <summary>
  3508. Scales a color.
  3509. </summary>
  3510. <param name="value">The color to scale.</param>
  3511. <param name="scale">The amount by which to scale.</param>
  3512. <returns>The scaled color.</returns>
  3513. </member>
  3514. <member name="M:SharpDX.Color3.Negate(SharpDX.Color3@,SharpDX.Color3@)">
  3515. <summary>
  3516. Negates a color.
  3517. </summary>
  3518. <param name="value">The color to negate.</param>
  3519. <param name="result">When the method completes, contains the negated color.</param>
  3520. </member>
  3521. <member name="M:SharpDX.Color3.Negate(SharpDX.Color3)">
  3522. <summary>
  3523. Negates a color.
  3524. </summary>
  3525. <param name="value">The color to negate.</param>
  3526. <returns>The negated color.</returns>
  3527. </member>
  3528. <member name="M:SharpDX.Color3.Clamp(SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@)">
  3529. <summary>
  3530. Restricts a value to be within a specified range.
  3531. </summary>
  3532. <param name="value">The value to clamp.</param>
  3533. <param name="min">The minimum value.</param>
  3534. <param name="max">The maximum value.</param>
  3535. <param name="result">When the method completes, contains the clamped value.</param>
  3536. </member>
  3537. <member name="M:SharpDX.Color3.Clamp(SharpDX.Color3,SharpDX.Color3,SharpDX.Color3)">
  3538. <summary>
  3539. Restricts a value to be within a specified range.
  3540. </summary>
  3541. <param name="value">The value to clamp.</param>
  3542. <param name="min">The minimum value.</param>
  3543. <param name="max">The maximum value.</param>
  3544. <returns>The clamped value.</returns>
  3545. </member>
  3546. <member name="M:SharpDX.Color3.Lerp(SharpDX.Color3@,SharpDX.Color3@,System.Single,SharpDX.Color3@)">
  3547. <summary>
  3548. Performs a linear interpolation between two colors.
  3549. </summary>
  3550. <param name="start">Start color.</param>
  3551. <param name="end">End color.</param>
  3552. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  3553. <param name="result">When the method completes, contains the linear interpolation of the two colors.</param>
  3554. <remarks>
  3555. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  3556. </remarks>
  3557. </member>
  3558. <member name="M:SharpDX.Color3.Lerp(SharpDX.Color3,SharpDX.Color3,System.Single)">
  3559. <summary>
  3560. Performs a linear interpolation between two colors.
  3561. </summary>
  3562. <param name="start">Start color.</param>
  3563. <param name="end">End color.</param>
  3564. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  3565. <returns>The linear interpolation of the two colors.</returns>
  3566. <remarks>
  3567. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  3568. </remarks>
  3569. </member>
  3570. <member name="M:SharpDX.Color3.SmoothStep(SharpDX.Color3@,SharpDX.Color3@,System.Single,SharpDX.Color3@)">
  3571. <summary>
  3572. Performs a cubic interpolation between two colors.
  3573. </summary>
  3574. <param name="start">Start color.</param>
  3575. <param name="end">End color.</param>
  3576. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  3577. <param name="result">When the method completes, contains the cubic interpolation of the two colors.</param>
  3578. </member>
  3579. <member name="M:SharpDX.Color3.SmoothStep(SharpDX.Color3,SharpDX.Color3,System.Single)">
  3580. <summary>
  3581. Performs a cubic interpolation between two colors.
  3582. </summary>
  3583. <param name="start">Start color.</param>
  3584. <param name="end">End color.</param>
  3585. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  3586. <returns>The cubic interpolation of the two colors.</returns>
  3587. </member>
  3588. <member name="M:SharpDX.Color3.Max(SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@)">
  3589. <summary>
  3590. Returns a color containing the smallest components of the specified colors.
  3591. </summary>
  3592. <param name="left">The first source color.</param>
  3593. <param name="right">The second source color.</param>
  3594. <param name="result">When the method completes, contains an new color composed of the largest components of the source colors.</param>
  3595. </member>
  3596. <member name="M:SharpDX.Color3.Max(SharpDX.Color3,SharpDX.Color3)">
  3597. <summary>
  3598. Returns a color containing the largest components of the specified colors.
  3599. </summary>
  3600. <param name="left">The first source color.</param>
  3601. <param name="right">The second source color.</param>
  3602. <returns>A color containing the largest components of the source colors.</returns>
  3603. </member>
  3604. <member name="M:SharpDX.Color3.Min(SharpDX.Color3@,SharpDX.Color3@,SharpDX.Color3@)">
  3605. <summary>
  3606. Returns a color containing the smallest components of the specified colors.
  3607. </summary>
  3608. <param name="left">The first source color.</param>
  3609. <param name="right">The second source color.</param>
  3610. <param name="result">When the method completes, contains an new color composed of the smallest components of the source colors.</param>
  3611. </member>
  3612. <member name="M:SharpDX.Color3.Min(SharpDX.Color3,SharpDX.Color3)">
  3613. <summary>
  3614. Returns a color containing the smallest components of the specified colors.
  3615. </summary>
  3616. <param name="left">The first source color.</param>
  3617. <param name="right">The second source color.</param>
  3618. <returns>A color containing the smallest components of the source colors.</returns>
  3619. </member>
  3620. <member name="M:SharpDX.Color3.AdjustContrast(SharpDX.Color3@,System.Single,SharpDX.Color3@)">
  3621. <summary>
  3622. Adjusts the contrast of a color.
  3623. </summary>
  3624. <param name="value">The color whose contrast is to be adjusted.</param>
  3625. <param name="contrast">The amount by which to adjust the contrast.</param>
  3626. <param name="result">When the method completes, contains the adjusted color.</param>
  3627. </member>
  3628. <member name="M:SharpDX.Color3.AdjustContrast(SharpDX.Color3,System.Single)">
  3629. <summary>
  3630. Adjusts the contrast of a color.
  3631. </summary>
  3632. <param name="value">The color whose contrast is to be adjusted.</param>
  3633. <param name="contrast">The amount by which to adjust the contrast.</param>
  3634. <returns>The adjusted color.</returns>
  3635. </member>
  3636. <member name="M:SharpDX.Color3.AdjustSaturation(SharpDX.Color3@,System.Single,SharpDX.Color3@)">
  3637. <summary>
  3638. Adjusts the saturation of a color.
  3639. </summary>
  3640. <param name="value">The color whose saturation is to be adjusted.</param>
  3641. <param name="saturation">The amount by which to adjust the saturation.</param>
  3642. <param name="result">When the method completes, contains the adjusted color.</param>
  3643. </member>
  3644. <member name="M:SharpDX.Color3.AdjustSaturation(SharpDX.Color3,System.Single)">
  3645. <summary>
  3646. Adjusts the saturation of a color.
  3647. </summary>
  3648. <param name="value">The color whose saturation is to be adjusted.</param>
  3649. <param name="saturation">The amount by which to adjust the saturation.</param>
  3650. <returns>The adjusted color.</returns>
  3651. </member>
  3652. <member name="M:SharpDX.Color3.Premultiply(SharpDX.Color3@,System.Single,SharpDX.Color3@)">
  3653. <summary>
  3654. Computes the premultiplied value of the provided color.
  3655. </summary>
  3656. <param name="value">The non-premultiplied value.</param>
  3657. <param name="alpha">The color alpha.</param>
  3658. <param name="result">The premultiplied result.</param>
  3659. </member>
  3660. <member name="M:SharpDX.Color3.Premultiply(SharpDX.Color3,System.Single)">
  3661. <summary>
  3662. Computes the premultiplied value of the provided color.
  3663. </summary>
  3664. <param name="value">The non-premultiplied value.</param>
  3665. <param name="alpha">The color alpha.</param>
  3666. <returns>The premultiplied color.</returns>
  3667. </member>
  3668. <member name="M:SharpDX.Color3.op_Addition(SharpDX.Color3,SharpDX.Color3)">
  3669. <summary>
  3670. Adds two colors.
  3671. </summary>
  3672. <param name="left">The first color to add.</param>
  3673. <param name="right">The second color to add.</param>
  3674. <returns>The sum of the two colors.</returns>
  3675. </member>
  3676. <member name="M:SharpDX.Color3.op_UnaryPlus(SharpDX.Color3)">
  3677. <summary>
  3678. Assert a color (return it unchanged).
  3679. </summary>
  3680. <param name="value">The color to assert (unchanged).</param>
  3681. <returns>The asserted (unchanged) color.</returns>
  3682. </member>
  3683. <member name="M:SharpDX.Color3.op_Subtraction(SharpDX.Color3,SharpDX.Color3)">
  3684. <summary>
  3685. Subtracts two colors.
  3686. </summary>
  3687. <param name="left">The first color to subtract.</param>
  3688. <param name="right">The second color to subtract.</param>
  3689. <returns>The difference of the two colors.</returns>
  3690. </member>
  3691. <member name="M:SharpDX.Color3.op_UnaryNegation(SharpDX.Color3)">
  3692. <summary>
  3693. Negates a color.
  3694. </summary>
  3695. <param name="value">The color to negate.</param>
  3696. <returns>A negated color.</returns>
  3697. </member>
  3698. <member name="M:SharpDX.Color3.op_Multiply(System.Single,SharpDX.Color3)">
  3699. <summary>
  3700. Scales a color.
  3701. </summary>
  3702. <param name="scale">The factor by which to scale the color.</param>
  3703. <param name="value">The color to scale.</param>
  3704. <returns>The scaled color.</returns>
  3705. </member>
  3706. <member name="M:SharpDX.Color3.op_Multiply(SharpDX.Color3,System.Single)">
  3707. <summary>
  3708. Scales a color.
  3709. </summary>
  3710. <param name="value">The factor by which to scale the color.</param>
  3711. <param name="scale">The color to scale.</param>
  3712. <returns>The scaled color.</returns>
  3713. </member>
  3714. <member name="M:SharpDX.Color3.op_Multiply(SharpDX.Color3,SharpDX.Color3)">
  3715. <summary>
  3716. Modulates two colors.
  3717. </summary>
  3718. <param name="left">The first color to modulate.</param>
  3719. <param name="right">The second color to modulate.</param>
  3720. <returns>The modulated color.</returns>
  3721. </member>
  3722. <member name="M:SharpDX.Color3.op_Equality(SharpDX.Color3,SharpDX.Color3)">
  3723. <summary>
  3724. Tests for equality between two objects.
  3725. </summary>
  3726. <param name="left">The first value to compare.</param>
  3727. <param name="right">The second value to compare.</param>
  3728. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  3729. </member>
  3730. <member name="M:SharpDX.Color3.op_Inequality(SharpDX.Color3,SharpDX.Color3)">
  3731. <summary>
  3732. Tests for inequality between two objects.
  3733. </summary>
  3734. <param name="left">The first value to compare.</param>
  3735. <param name="right">The second value to compare.</param>
  3736. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  3737. </member>
  3738. <member name="M:SharpDX.Color3.op_Explicit(SharpDX.Color3)~SharpDX.Color4">
  3739. <summary>
  3740. Performs an explicit conversion from <see cref="T:SharpDX.Color3"/> to <see cref="T:SharpDX.Color4"/>.
  3741. </summary>
  3742. <param name="value">The value.</param>
  3743. <returns>The result of the conversion.</returns>
  3744. </member>
  3745. <member name="M:SharpDX.Color3.op_Implicit(SharpDX.Color3)~SharpDX.Vector3">
  3746. <summary>
  3747. Performs an implicit conversion from <see cref="T:SharpDX.Color3"/> to <see cref="T:SharpDX.Vector3"/>.
  3748. </summary>
  3749. <param name="value">The value.</param>
  3750. <returns>The result of the conversion.</returns>
  3751. </member>
  3752. <member name="M:SharpDX.Color3.op_Implicit(SharpDX.Vector3)~SharpDX.Color3">
  3753. <summary>
  3754. Performs an implicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Color3"/>.
  3755. </summary>
  3756. <param name="value">The value.</param>
  3757. <returns>The result of the conversion.</returns>
  3758. </member>
  3759. <member name="M:SharpDX.Color3.op_Explicit(System.Int32)~SharpDX.Color3">
  3760. <summary>
  3761. Performs an explicit conversion from <see cref="T:System.Int32"/> to <see cref="T:SharpDX.Color3"/>.
  3762. </summary>
  3763. <param name="value">The value.</param>
  3764. <returns>The result of the conversion.</returns>
  3765. </member>
  3766. <member name="M:SharpDX.Color3.ToString">
  3767. <summary>
  3768. Returns a <see cref="T:System.String"/> that represents this instance.
  3769. </summary>
  3770. <returns>
  3771. A <see cref="T:System.String"/> that represents this instance.
  3772. </returns>
  3773. </member>
  3774. <member name="M:SharpDX.Color3.ToString(System.String)">
  3775. <summary>
  3776. Returns a <see cref="T:System.String"/> that represents this instance.
  3777. </summary>
  3778. <param name="format">The format to apply to each channel element (float)</param>
  3779. <returns>
  3780. A <see cref="T:System.String"/> that represents this instance.
  3781. </returns>
  3782. </member>
  3783. <member name="M:SharpDX.Color3.ToString(System.IFormatProvider)">
  3784. <summary>
  3785. Returns a <see cref="T:System.String"/> that represents this instance.
  3786. </summary>
  3787. <param name="formatProvider">The format provider.</param>
  3788. <returns>
  3789. A <see cref="T:System.String"/> that represents this instance.
  3790. </returns>
  3791. </member>
  3792. <member name="M:SharpDX.Color3.ToString(System.String,System.IFormatProvider)">
  3793. <summary>
  3794. Returns a <see cref="T:System.String"/> that represents this instance.
  3795. </summary>
  3796. <param name="format">The format to apply to each channel element (float).</param>
  3797. <param name="formatProvider">The format provider.</param>
  3798. <returns>
  3799. A <see cref="T:System.String"/> that represents this instance.
  3800. </returns>
  3801. </member>
  3802. <member name="M:SharpDX.Color3.GetHashCode">
  3803. <summary>
  3804. Returns a hash code for this instance.
  3805. </summary>
  3806. <returns>
  3807. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  3808. </returns>
  3809. </member>
  3810. <member name="M:SharpDX.Color3.Equals(SharpDX.Color3@)">
  3811. <summary>
  3812. Determines whether the specified <see cref="T:SharpDX.Color3"/> is equal to this instance.
  3813. </summary>
  3814. <param name="other">The <see cref="T:SharpDX.Color3"/> to compare with this instance.</param>
  3815. <returns>
  3816. <c>true</c> if the specified <see cref="T:SharpDX.Color3"/> is equal to this instance; otherwise, <c>false</c>.
  3817. </returns>
  3818. </member>
  3819. <member name="M:SharpDX.Color3.Equals(SharpDX.Color3)">
  3820. <summary>
  3821. Determines whether the specified <see cref="T:SharpDX.Color3"/> is equal to this instance.
  3822. </summary>
  3823. <param name="other">The <see cref="T:SharpDX.Color3"/> to compare with this instance.</param>
  3824. <returns>
  3825. <c>true</c> if the specified <see cref="T:SharpDX.Color3"/> is equal to this instance; otherwise, <c>false</c>.
  3826. </returns>
  3827. </member>
  3828. <member name="M:SharpDX.Color3.Equals(System.Object)">
  3829. <summary>
  3830. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  3831. </summary>
  3832. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  3833. <returns>
  3834. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  3835. </returns>
  3836. </member>
  3837. <member name="M:SharpDX.Color3.op_Implicit(SharpDX.Color3)~SharpDX.Mathematics.Interop.RawColor3">
  3838. <summary>
  3839. Performs an implicit conversion from <see cref="T:SharpDX.Color3"/> to <see cref="T:SharpDX.Mathematics.Interop.RawColor3"/>.
  3840. </summary>
  3841. <param name="value">The value.</param>
  3842. <returns>The result of the conversion.</returns>
  3843. </member>
  3844. <member name="M:SharpDX.Color3.op_Implicit(SharpDX.Mathematics.Interop.RawColor3)~SharpDX.Color3">
  3845. <summary>
  3846. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawColor3"/> to <see cref="T:SharpDX.Color3"/>.
  3847. </summary>
  3848. <param name="value">The value.</param>
  3849. <returns>The result of the conversion.</returns>
  3850. </member>
  3851. <member name="T:SharpDX.Color4">
  3852. <summary>
  3853. Represents a color in the form of rgba.
  3854. </summary>
  3855. </member>
  3856. <member name="F:SharpDX.Color4.Black">
  3857. <summary>
  3858. The Black color (0, 0, 0, 1).
  3859. </summary>
  3860. </member>
  3861. <member name="F:SharpDX.Color4.White">
  3862. <summary>
  3863. The White color (1, 1, 1, 1).
  3864. </summary>
  3865. </member>
  3866. <member name="F:SharpDX.Color4.Red">
  3867. <summary>
  3868. The red component of the color.
  3869. </summary>
  3870. </member>
  3871. <member name="F:SharpDX.Color4.Green">
  3872. <summary>
  3873. The green component of the color.
  3874. </summary>
  3875. </member>
  3876. <member name="F:SharpDX.Color4.Blue">
  3877. <summary>
  3878. The blue component of the color.
  3879. </summary>
  3880. </member>
  3881. <member name="F:SharpDX.Color4.Alpha">
  3882. <summary>
  3883. The alpha component of the color.
  3884. </summary>
  3885. </member>
  3886. <member name="M:SharpDX.Color4.#ctor(System.Single)">
  3887. <summary>
  3888. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3889. </summary>
  3890. <param name="value">The value that will be assigned to all components.</param>
  3891. </member>
  3892. <member name="M:SharpDX.Color4.#ctor(System.Single,System.Single,System.Single,System.Single)">
  3893. <summary>
  3894. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3895. </summary>
  3896. <param name="red">The red component of the color.</param>
  3897. <param name="green">The green component of the color.</param>
  3898. <param name="blue">The blue component of the color.</param>
  3899. <param name="alpha">The alpha component of the color.</param>
  3900. </member>
  3901. <member name="M:SharpDX.Color4.#ctor(SharpDX.Vector4)">
  3902. <summary>
  3903. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3904. </summary>
  3905. <param name="value">The red, green, blue, and alpha components of the color.</param>
  3906. </member>
  3907. <member name="M:SharpDX.Color4.#ctor(SharpDX.Vector3,System.Single)">
  3908. <summary>
  3909. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3910. </summary>
  3911. <param name="value">The red, green, and blue components of the color.</param>
  3912. <param name="alpha">The alpha component of the color.</param>
  3913. </member>
  3914. <member name="M:SharpDX.Color4.#ctor(System.UInt32)">
  3915. <summary>
  3916. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3917. </summary>
  3918. <param name="rgba">A packed integer containing all four color components in RGBA order.</param>
  3919. </member>
  3920. <member name="M:SharpDX.Color4.#ctor(System.Int32)">
  3921. <summary>
  3922. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3923. </summary>
  3924. <param name="rgba">A packed integer containing all four color components in RGBA order.</param>
  3925. </member>
  3926. <member name="M:SharpDX.Color4.#ctor(System.Single[])">
  3927. <summary>
  3928. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3929. </summary>
  3930. <param name="values">The values to assign to the red, green, blue, and alpha components of the color. This must be an array with four elements.</param>
  3931. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  3932. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  3933. </member>
  3934. <member name="M:SharpDX.Color4.#ctor(SharpDX.Color3)">
  3935. <summary>
  3936. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3937. </summary>
  3938. <param name="color"><see cref="T:SharpDX.Color3"/> used to initialize the color.</param>
  3939. </member>
  3940. <member name="M:SharpDX.Color4.#ctor(SharpDX.Color3,System.Single)">
  3941. <summary>
  3942. Initializes a new instance of the <see cref="T:SharpDX.Color4"/> struct.
  3943. </summary>
  3944. <param name="color"><see cref="T:SharpDX.Color3"/> used to initialize the color.</param>
  3945. <param name="alpha">The alpha component of the color.</param>
  3946. </member>
  3947. <member name="P:SharpDX.Color4.Item(System.Int32)">
  3948. <summary>
  3949. Gets or sets the component at the specified index.
  3950. </summary>
  3951. <value>The value of the red, green, blue, and alpha components, depending on the index.</value>
  3952. <param name="index">The index of the component to access. Use 0 for the alpha component, 1 for the red component, 2 for the green component, and 3 for the blue component.</param>
  3953. <returns>The value of the component at the specified index.</returns>
  3954. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 3].</exception>
  3955. </member>
  3956. <member name="M:SharpDX.Color4.ToBgra">
  3957. <summary>
  3958. Converts the color into a packed integer.
  3959. </summary>
  3960. <returns>A packed integer containing all four color components.</returns>
  3961. </member>
  3962. <member name="M:SharpDX.Color4.ToBgra(System.Byte@,System.Byte@,System.Byte@,System.Byte@)">
  3963. <summary>
  3964. Converts the color into a packed integer.
  3965. </summary>
  3966. <returns>A packed integer containing all four color components.</returns>
  3967. </member>
  3968. <member name="M:SharpDX.Color4.ToRgba">
  3969. <summary>
  3970. Converts the color into a packed integer.
  3971. </summary>
  3972. <returns>A packed integer containing all four color components.</returns>
  3973. </member>
  3974. <member name="M:SharpDX.Color4.ToVector3">
  3975. <summary>
  3976. Converts the color into a three component vector.
  3977. </summary>
  3978. <returns>A three component vector containing the red, green, and blue components of the color.</returns>
  3979. </member>
  3980. <member name="M:SharpDX.Color4.ToVector4">
  3981. <summary>
  3982. Converts the color into a four component vector.
  3983. </summary>
  3984. <returns>A four component vector containing all four color components.</returns>
  3985. </member>
  3986. <member name="M:SharpDX.Color4.ToArray">
  3987. <summary>
  3988. Creates an array containing the elements of the color.
  3989. </summary>
  3990. <returns>A four-element array containing the components of the color.</returns>
  3991. </member>
  3992. <member name="M:SharpDX.Color4.Add(SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@)">
  3993. <summary>
  3994. Adds two colors.
  3995. </summary>
  3996. <param name="left">The first color to add.</param>
  3997. <param name="right">The second color to add.</param>
  3998. <param name="result">When the method completes, completes the sum of the two colors.</param>
  3999. </member>
  4000. <member name="M:SharpDX.Color4.Add(SharpDX.Color4,SharpDX.Color4)">
  4001. <summary>
  4002. Adds two colors.
  4003. </summary>
  4004. <param name="left">The first color to add.</param>
  4005. <param name="right">The second color to add.</param>
  4006. <returns>The sum of the two colors.</returns>
  4007. </member>
  4008. <member name="M:SharpDX.Color4.Subtract(SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@)">
  4009. <summary>
  4010. Subtracts two colors.
  4011. </summary>
  4012. <param name="left">The first color to subtract.</param>
  4013. <param name="right">The second color to subtract.</param>
  4014. <param name="result">WHen the method completes, contains the difference of the two colors.</param>
  4015. </member>
  4016. <member name="M:SharpDX.Color4.Subtract(SharpDX.Color4,SharpDX.Color4)">
  4017. <summary>
  4018. Subtracts two colors.
  4019. </summary>
  4020. <param name="left">The first color to subtract.</param>
  4021. <param name="right">The second color to subtract</param>
  4022. <returns>The difference of the two colors.</returns>
  4023. </member>
  4024. <member name="M:SharpDX.Color4.Modulate(SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@)">
  4025. <summary>
  4026. Modulates two colors.
  4027. </summary>
  4028. <param name="left">The first color to modulate.</param>
  4029. <param name="right">The second color to modulate.</param>
  4030. <param name="result">When the method completes, contains the modulated color.</param>
  4031. </member>
  4032. <member name="M:SharpDX.Color4.Modulate(SharpDX.Color4,SharpDX.Color4)">
  4033. <summary>
  4034. Modulates two colors.
  4035. </summary>
  4036. <param name="left">The first color to modulate.</param>
  4037. <param name="right">The second color to modulate.</param>
  4038. <returns>The modulated color.</returns>
  4039. </member>
  4040. <member name="M:SharpDX.Color4.Scale(SharpDX.Color4@,System.Single,SharpDX.Color4@)">
  4041. <summary>
  4042. Scales a color.
  4043. </summary>
  4044. <param name="value">The color to scale.</param>
  4045. <param name="scale">The amount by which to scale.</param>
  4046. <param name="result">When the method completes, contains the scaled color.</param>
  4047. </member>
  4048. <member name="M:SharpDX.Color4.Scale(SharpDX.Color4,System.Single)">
  4049. <summary>
  4050. Scales a color.
  4051. </summary>
  4052. <param name="value">The color to scale.</param>
  4053. <param name="scale">The amount by which to scale.</param>
  4054. <returns>The scaled color.</returns>
  4055. </member>
  4056. <member name="M:SharpDX.Color4.Negate(SharpDX.Color4@,SharpDX.Color4@)">
  4057. <summary>
  4058. Negates a color.
  4059. </summary>
  4060. <param name="value">The color to negate.</param>
  4061. <param name="result">When the method completes, contains the negated color.</param>
  4062. </member>
  4063. <member name="M:SharpDX.Color4.Negate(SharpDX.Color4)">
  4064. <summary>
  4065. Negates a color.
  4066. </summary>
  4067. <param name="value">The color to negate.</param>
  4068. <returns>The negated color.</returns>
  4069. </member>
  4070. <member name="M:SharpDX.Color4.Clamp(SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@)">
  4071. <summary>
  4072. Restricts a value to be within a specified range.
  4073. </summary>
  4074. <param name="value">The value to clamp.</param>
  4075. <param name="min">The minimum value.</param>
  4076. <param name="max">The maximum value.</param>
  4077. <param name="result">When the method completes, contains the clamped value.</param>
  4078. </member>
  4079. <member name="M:SharpDX.Color4.Clamp(SharpDX.Color4,SharpDX.Color4,SharpDX.Color4)">
  4080. <summary>
  4081. Restricts a value to be within a specified range.
  4082. </summary>
  4083. <param name="value">The value to clamp.</param>
  4084. <param name="min">The minimum value.</param>
  4085. <param name="max">The maximum value.</param>
  4086. <returns>The clamped value.</returns>
  4087. </member>
  4088. <member name="M:SharpDX.Color4.Lerp(SharpDX.Color4@,SharpDX.Color4@,System.Single,SharpDX.Color4@)">
  4089. <summary>
  4090. Performs a linear interpolation between two colors.
  4091. </summary>
  4092. <param name="start">Start color.</param>
  4093. <param name="end">End color.</param>
  4094. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4095. <param name="result">When the method completes, contains the linear interpolation of the two colors.</param>
  4096. <remarks>
  4097. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  4098. </remarks>
  4099. </member>
  4100. <member name="M:SharpDX.Color4.Lerp(SharpDX.Color4,SharpDX.Color4,System.Single)">
  4101. <summary>
  4102. Performs a linear interpolation between two colors.
  4103. </summary>
  4104. <param name="start">Start color.</param>
  4105. <param name="end">End color.</param>
  4106. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4107. <returns>The linear interpolation of the two colors.</returns>
  4108. <remarks>
  4109. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  4110. </remarks>
  4111. </member>
  4112. <member name="M:SharpDX.Color4.SmoothStep(SharpDX.Color4@,SharpDX.Color4@,System.Single,SharpDX.Color4@)">
  4113. <summary>
  4114. Performs a cubic interpolation between two colors.
  4115. </summary>
  4116. <param name="start">Start color.</param>
  4117. <param name="end">End color.</param>
  4118. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4119. <param name="result">When the method completes, contains the cubic interpolation of the two colors.</param>
  4120. </member>
  4121. <member name="M:SharpDX.Color4.SmoothStep(SharpDX.Color4,SharpDX.Color4,System.Single)">
  4122. <summary>
  4123. Performs a cubic interpolation between two colors.
  4124. </summary>
  4125. <param name="start">Start color.</param>
  4126. <param name="end">End color.</param>
  4127. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4128. <returns>The cubic interpolation of the two colors.</returns>
  4129. </member>
  4130. <member name="M:SharpDX.Color4.Max(SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@)">
  4131. <summary>
  4132. Returns a color containing the smallest components of the specified colors.
  4133. </summary>
  4134. <param name="left">The first source color.</param>
  4135. <param name="right">The second source color.</param>
  4136. <param name="result">When the method completes, contains an new color composed of the largest components of the source colors.</param>
  4137. </member>
  4138. <member name="M:SharpDX.Color4.Max(SharpDX.Color4,SharpDX.Color4)">
  4139. <summary>
  4140. Returns a color containing the largest components of the specified colors.
  4141. </summary>
  4142. <param name="left">The first source color.</param>
  4143. <param name="right">The second source color.</param>
  4144. <returns>A color containing the largest components of the source colors.</returns>
  4145. </member>
  4146. <member name="M:SharpDX.Color4.Min(SharpDX.Color4@,SharpDX.Color4@,SharpDX.Color4@)">
  4147. <summary>
  4148. Returns a color containing the smallest components of the specified colors.
  4149. </summary>
  4150. <param name="left">The first source color.</param>
  4151. <param name="right">The second source color.</param>
  4152. <param name="result">When the method completes, contains an new color composed of the smallest components of the source colors.</param>
  4153. </member>
  4154. <member name="M:SharpDX.Color4.Min(SharpDX.Color4,SharpDX.Color4)">
  4155. <summary>
  4156. Returns a color containing the smallest components of the specified colors.
  4157. </summary>
  4158. <param name="left">The first source color.</param>
  4159. <param name="right">The second source color.</param>
  4160. <returns>A color containing the smallest components of the source colors.</returns>
  4161. </member>
  4162. <member name="M:SharpDX.Color4.AdjustContrast(SharpDX.Color4@,System.Single,SharpDX.Color4@)">
  4163. <summary>
  4164. Adjusts the contrast of a color.
  4165. </summary>
  4166. <param name="value">The color whose contrast is to be adjusted.</param>
  4167. <param name="contrast">The amount by which to adjust the contrast.</param>
  4168. <param name="result">When the method completes, contains the adjusted color.</param>
  4169. </member>
  4170. <member name="M:SharpDX.Color4.AdjustContrast(SharpDX.Color4,System.Single)">
  4171. <summary>
  4172. Adjusts the contrast of a color.
  4173. </summary>
  4174. <param name="value">The color whose contrast is to be adjusted.</param>
  4175. <param name="contrast">The amount by which to adjust the contrast.</param>
  4176. <returns>The adjusted color.</returns>
  4177. </member>
  4178. <member name="M:SharpDX.Color4.AdjustSaturation(SharpDX.Color4@,System.Single,SharpDX.Color4@)">
  4179. <summary>
  4180. Adjusts the saturation of a color.
  4181. </summary>
  4182. <param name="value">The color whose saturation is to be adjusted.</param>
  4183. <param name="saturation">The amount by which to adjust the saturation.</param>
  4184. <param name="result">When the method completes, contains the adjusted color.</param>
  4185. </member>
  4186. <member name="M:SharpDX.Color4.AdjustSaturation(SharpDX.Color4,System.Single)">
  4187. <summary>
  4188. Adjusts the saturation of a color.
  4189. </summary>
  4190. <param name="value">The color whose saturation is to be adjusted.</param>
  4191. <param name="saturation">The amount by which to adjust the saturation.</param>
  4192. <returns>The adjusted color.</returns>
  4193. </member>
  4194. <member name="M:SharpDX.Color4.Premultiply(SharpDX.Color4@,SharpDX.Color4@)">
  4195. <summary>
  4196. Computes the premultiplied value of the provided color.
  4197. </summary>
  4198. <param name="value">The non-premultiplied value.</param>
  4199. <param name="result">The premultiplied result.</param>
  4200. </member>
  4201. <member name="M:SharpDX.Color4.Premultiply(SharpDX.Color4)">
  4202. <summary>
  4203. Computes the premultiplied value of the provided color.
  4204. </summary>
  4205. <param name="value">The non-premultiplied value.</param>
  4206. <returns>The premultiplied result.</returns>
  4207. </member>
  4208. <member name="M:SharpDX.Color4.op_Addition(SharpDX.Color4,SharpDX.Color4)">
  4209. <summary>
  4210. Adds two colors.
  4211. </summary>
  4212. <param name="left">The first color to add.</param>
  4213. <param name="right">The second color to add.</param>
  4214. <returns>The sum of the two colors.</returns>
  4215. </member>
  4216. <member name="M:SharpDX.Color4.op_UnaryPlus(SharpDX.Color4)">
  4217. <summary>
  4218. Assert a color (return it unchanged).
  4219. </summary>
  4220. <param name="value">The color to assert (unchanged).</param>
  4221. <returns>The asserted (unchanged) color.</returns>
  4222. </member>
  4223. <member name="M:SharpDX.Color4.op_Subtraction(SharpDX.Color4,SharpDX.Color4)">
  4224. <summary>
  4225. Subtracts two colors.
  4226. </summary>
  4227. <param name="left">The first color to subtract.</param>
  4228. <param name="right">The second color to subtract.</param>
  4229. <returns>The difference of the two colors.</returns>
  4230. </member>
  4231. <member name="M:SharpDX.Color4.op_UnaryNegation(SharpDX.Color4)">
  4232. <summary>
  4233. Negates a color.
  4234. </summary>
  4235. <param name="value">The color to negate.</param>
  4236. <returns>A negated color.</returns>
  4237. </member>
  4238. <member name="M:SharpDX.Color4.op_Multiply(System.Single,SharpDX.Color4)">
  4239. <summary>
  4240. Scales a color.
  4241. </summary>
  4242. <param name="scale">The factor by which to scale the color.</param>
  4243. <param name="value">The color to scale.</param>
  4244. <returns>The scaled color.</returns>
  4245. </member>
  4246. <member name="M:SharpDX.Color4.op_Multiply(SharpDX.Color4,System.Single)">
  4247. <summary>
  4248. Scales a color.
  4249. </summary>
  4250. <param name="value">The factor by which to scale the color.</param>
  4251. <param name="scale">The color to scale.</param>
  4252. <returns>The scaled color.</returns>
  4253. </member>
  4254. <member name="M:SharpDX.Color4.op_Multiply(SharpDX.Color4,SharpDX.Color4)">
  4255. <summary>
  4256. Modulates two colors.
  4257. </summary>
  4258. <param name="left">The first color to modulate.</param>
  4259. <param name="right">The second color to modulate.</param>
  4260. <returns>The modulated color.</returns>
  4261. </member>
  4262. <member name="M:SharpDX.Color4.op_Equality(SharpDX.Color4,SharpDX.Color4)">
  4263. <summary>
  4264. Tests for equality between two objects.
  4265. </summary>
  4266. <param name="left">The first value to compare.</param>
  4267. <param name="right">The second value to compare.</param>
  4268. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  4269. </member>
  4270. <member name="M:SharpDX.Color4.op_Inequality(SharpDX.Color4,SharpDX.Color4)">
  4271. <summary>
  4272. Tests for inequality between two objects.
  4273. </summary>
  4274. <param name="left">The first value to compare.</param>
  4275. <param name="right">The second value to compare.</param>
  4276. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  4277. </member>
  4278. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.Color4)~SharpDX.Color3">
  4279. <summary>
  4280. Performs an explicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:SharpDX.Color3"/>.
  4281. </summary>
  4282. <param name="value">The value.</param>
  4283. <returns>The result of the conversion.</returns>
  4284. </member>
  4285. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.Color4)~SharpDX.Vector3">
  4286. <summary>
  4287. Performs an explicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:SharpDX.Vector3"/>.
  4288. </summary>
  4289. <param name="value">The value.</param>
  4290. <returns>The result of the conversion.</returns>
  4291. </member>
  4292. <member name="M:SharpDX.Color4.op_Implicit(SharpDX.Color4)~SharpDX.Vector4">
  4293. <summary>
  4294. Performs an implicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:SharpDX.Vector4"/>.
  4295. </summary>
  4296. <param name="value">The value.</param>
  4297. <returns>The result of the conversion.</returns>
  4298. </member>
  4299. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.Vector3)~SharpDX.Color4">
  4300. <summary>
  4301. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Color4"/>.
  4302. </summary>
  4303. <param name="value">The value.</param>
  4304. <returns>The result of the conversion.</returns>
  4305. </member>
  4306. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.Vector4)~SharpDX.Color4">
  4307. <summary>
  4308. Performs an explicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Color4"/>.
  4309. </summary>
  4310. <param name="value">The value.</param>
  4311. <returns>The result of the conversion.</returns>
  4312. </member>
  4313. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.ColorBGRA)~SharpDX.Color4">
  4314. <summary>
  4315. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Color4"/>.
  4316. </summary>
  4317. <param name="value">The value.</param>
  4318. <returns>The result of the conversion.</returns>
  4319. </member>
  4320. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.Color4)~SharpDX.ColorBGRA">
  4321. <summary>
  4322. Performs an explicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Color4"/>.
  4323. </summary>
  4324. <param name="value">The value.</param>
  4325. <returns>The result of the conversion.</returns>
  4326. </member>
  4327. <member name="M:SharpDX.Color4.op_Explicit(SharpDX.Color4)~System.Int32">
  4328. <summary>
  4329. Performs an explicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:System.Int32"/>.
  4330. </summary>
  4331. <param name="value">The value.</param>
  4332. <returns>
  4333. The result of the conversion.
  4334. </returns>
  4335. </member>
  4336. <member name="M:SharpDX.Color4.op_Explicit(System.Int32)~SharpDX.Color4">
  4337. <summary>
  4338. Performs an explicit conversion from <see cref="T:System.Int32"/> to <see cref="T:SharpDX.Color4"/>.
  4339. </summary>
  4340. <param name="value">The value.</param>
  4341. <returns>
  4342. The result of the conversion.
  4343. </returns>
  4344. </member>
  4345. <member name="M:SharpDX.Color4.ToString">
  4346. <summary>
  4347. Returns a <see cref="T:System.String"/> that represents this instance.
  4348. </summary>
  4349. <returns>
  4350. A <see cref="T:System.String"/> that represents this instance.
  4351. </returns>
  4352. </member>
  4353. <member name="M:SharpDX.Color4.ToString(System.String)">
  4354. <summary>
  4355. Returns a <see cref="T:System.String"/> that represents this instance.
  4356. </summary>
  4357. <param name="format">The format to apply to each channel (float).</param>
  4358. <returns>
  4359. A <see cref="T:System.String"/> that represents this instance.
  4360. </returns>
  4361. </member>
  4362. <member name="M:SharpDX.Color4.ToString(System.IFormatProvider)">
  4363. <summary>
  4364. Returns a <see cref="T:System.String"/> that represents this instance.
  4365. </summary>
  4366. <param name="formatProvider">The format provider.</param>
  4367. <returns>
  4368. A <see cref="T:System.String"/> that represents this instance.
  4369. </returns>
  4370. </member>
  4371. <member name="M:SharpDX.Color4.ToString(System.String,System.IFormatProvider)">
  4372. <summary>
  4373. Returns a <see cref="T:System.String"/> that represents this instance.
  4374. </summary>
  4375. <param name="format">The format to apply to each channel (float).</param>
  4376. <param name="formatProvider">The format provider.</param>
  4377. <returns>
  4378. A <see cref="T:System.String"/> that represents this instance.
  4379. </returns>
  4380. </member>
  4381. <member name="M:SharpDX.Color4.GetHashCode">
  4382. <summary>
  4383. Returns a hash code for this instance.
  4384. </summary>
  4385. <returns>
  4386. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  4387. </returns>
  4388. </member>
  4389. <member name="M:SharpDX.Color4.Equals(SharpDX.Color4@)">
  4390. <summary>
  4391. Determines whether the specified <see cref="T:SharpDX.Color4"/> is equal to this instance.
  4392. </summary>
  4393. <param name="other">The <see cref="T:SharpDX.Color4"/> to compare with this instance.</param>
  4394. <returns>
  4395. <c>true</c> if the specified <see cref="T:SharpDX.Color4"/> is equal to this instance; otherwise, <c>false</c>.
  4396. </returns>
  4397. </member>
  4398. <member name="M:SharpDX.Color4.Equals(SharpDX.Color4)">
  4399. <summary>
  4400. Determines whether the specified <see cref="T:SharpDX.Color4"/> is equal to this instance.
  4401. </summary>
  4402. <param name="other">The <see cref="T:SharpDX.Color4"/> to compare with this instance.</param>
  4403. <returns>
  4404. <c>true</c> if the specified <see cref="T:SharpDX.Color4"/> is equal to this instance; otherwise, <c>false</c>.
  4405. </returns>
  4406. </member>
  4407. <member name="M:SharpDX.Color4.Equals(System.Object)">
  4408. <summary>
  4409. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  4410. </summary>
  4411. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  4412. <returns>
  4413. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  4414. </returns>
  4415. </member>
  4416. <member name="M:SharpDX.Color4.op_Implicit(SharpDX.Color4)~SharpDX.Mathematics.Interop.RawColor4">
  4417. <summary>
  4418. Performs an implicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:SharpDX.Mathematics.Interop.RawColor4"/>.
  4419. </summary>
  4420. <param name="value">The value.</param>
  4421. <returns>The result of the conversion.</returns>
  4422. </member>
  4423. <member name="M:SharpDX.Color4.op_Implicit(SharpDX.Mathematics.Interop.RawColor4)~SharpDX.Color4">
  4424. <summary>
  4425. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawColor4"/> to <see cref="T:SharpDX.Color4"/>.
  4426. </summary>
  4427. <param name="value">The value.</param>
  4428. <returns>The result of the conversion.</returns>
  4429. </member>
  4430. <member name="T:SharpDX.ColorBGRA">
  4431. <summary>
  4432. Represents a 32-bit color (4 bytes) in the form of BGRA (in byte order: B, G, B, A).
  4433. </summary>
  4434. </member>
  4435. <member name="F:SharpDX.ColorBGRA.B">
  4436. <summary>
  4437. The blue component of the color.
  4438. </summary>
  4439. </member>
  4440. <member name="F:SharpDX.ColorBGRA.G">
  4441. <summary>
  4442. The green component of the color.
  4443. </summary>
  4444. </member>
  4445. <member name="F:SharpDX.ColorBGRA.R">
  4446. <summary>
  4447. The red component of the color.
  4448. </summary>
  4449. </member>
  4450. <member name="F:SharpDX.ColorBGRA.A">
  4451. <summary>
  4452. The alpha component of the color.
  4453. </summary>
  4454. </member>
  4455. <member name="M:SharpDX.ColorBGRA.#ctor(System.Byte)">
  4456. <summary>
  4457. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4458. </summary>
  4459. <param name="value">The value that will be assigned to all components.</param>
  4460. </member>
  4461. <member name="M:SharpDX.ColorBGRA.#ctor(System.Single)">
  4462. <summary>
  4463. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4464. </summary>
  4465. <param name="value">The value that will be assigned to all components.</param>
  4466. </member>
  4467. <member name="M:SharpDX.ColorBGRA.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
  4468. <summary>
  4469. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4470. </summary>
  4471. <param name="red">The red component of the color.</param>
  4472. <param name="green">The green component of the color.</param>
  4473. <param name="blue">The blue component of the color.</param>
  4474. <param name="alpha">The alpha component of the color.</param>
  4475. </member>
  4476. <member name="M:SharpDX.ColorBGRA.#ctor(System.Single,System.Single,System.Single,System.Single)">
  4477. <summary>
  4478. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4479. </summary>
  4480. <param name="red">The red component of the color.</param>
  4481. <param name="green">The green component of the color.</param>
  4482. <param name="blue">The blue component of the color.</param>
  4483. <param name="alpha">The alpha component of the color.</param>
  4484. </member>
  4485. <member name="M:SharpDX.ColorBGRA.#ctor(SharpDX.Vector4)">
  4486. <summary>
  4487. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4488. </summary>
  4489. <param name="value">The red, green, blue, and alpha components of the color.</param>
  4490. </member>
  4491. <member name="M:SharpDX.ColorBGRA.#ctor(SharpDX.Vector3,System.Single)">
  4492. <summary>
  4493. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4494. </summary>
  4495. <param name="value">The red, green, and blue components of the color.</param>
  4496. <param name="alpha">The alpha component of the color.</param>
  4497. </member>
  4498. <member name="M:SharpDX.ColorBGRA.#ctor(System.UInt32)">
  4499. <summary>
  4500. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4501. </summary>
  4502. <param name="bgra">A packed integer containing all four color components in BGRA order.</param>
  4503. </member>
  4504. <member name="M:SharpDX.ColorBGRA.#ctor(System.Int32)">
  4505. <summary>
  4506. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4507. </summary>
  4508. <param name="bgra">A packed integer containing all four color components in BGRA.</param>
  4509. </member>
  4510. <member name="M:SharpDX.ColorBGRA.#ctor(System.Single[])">
  4511. <summary>
  4512. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4513. </summary>
  4514. <param name="values">The values to assign to the red, green, and blue, alpha components of the color. This must be an array with four elements.</param>
  4515. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  4516. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  4517. </member>
  4518. <member name="M:SharpDX.ColorBGRA.#ctor(System.Byte[])">
  4519. <summary>
  4520. Initializes a new instance of the <see cref="T:SharpDX.ColorBGRA"/> struct.
  4521. </summary>
  4522. <param name="values">The values to assign to the red, green, and blue, alpha components of the color. This must be an array with four elements.</param>
  4523. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  4524. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  4525. </member>
  4526. <member name="P:SharpDX.ColorBGRA.Item(System.Int32)">
  4527. <summary>
  4528. Gets or sets the component at the specified index.
  4529. </summary>
  4530. <value>The value of the alpha, red, green, or blue component, depending on the index.</value>
  4531. <param name="index">The index of the component to access. Use 0 for the alpha component, 1 for the red component, 2 for the green component, and 3 for the blue component.</param>
  4532. <returns>The value of the component at the specified index.</returns>
  4533. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 3].</exception>
  4534. </member>
  4535. <member name="M:SharpDX.ColorBGRA.ToBgra">
  4536. <summary>
  4537. Converts the color into a packed integer.
  4538. </summary>
  4539. <returns>A packed integer containing all four color components.</returns>
  4540. </member>
  4541. <member name="M:SharpDX.ColorBGRA.ToRgba">
  4542. <summary>
  4543. Converts the color into a packed integer.
  4544. </summary>
  4545. <returns>A packed integer containing all four color components.</returns>
  4546. </member>
  4547. <member name="M:SharpDX.ColorBGRA.ToVector3">
  4548. <summary>
  4549. Converts the color into a three component vector.
  4550. </summary>
  4551. <returns>A three component vector containing the red, green, and blue components of the color.</returns>
  4552. </member>
  4553. <member name="M:SharpDX.ColorBGRA.ToColor3">
  4554. <summary>
  4555. Converts the color into a three component color.
  4556. </summary>
  4557. <returns>A three component color containing the red, green, and blue components of the color.</returns>
  4558. </member>
  4559. <member name="M:SharpDX.ColorBGRA.ToVector4">
  4560. <summary>
  4561. Converts the color into a four component vector.
  4562. </summary>
  4563. <returns>A four component vector containing all four color components.</returns>
  4564. </member>
  4565. <member name="M:SharpDX.ColorBGRA.ToArray">
  4566. <summary>
  4567. Creates an array containing the elements of the color.
  4568. </summary>
  4569. <returns>A four-element array containing the components of the color in BGRA order.</returns>
  4570. </member>
  4571. <member name="M:SharpDX.ColorBGRA.GetBrightness">
  4572. <summary>
  4573. Gets the brightness.
  4574. </summary>
  4575. <returns>The Hue-Saturation-Brightness (HSB) saturation for this <see cref="T:SharpDX.Color"/></returns>
  4576. </member>
  4577. <member name="M:SharpDX.ColorBGRA.GetHue">
  4578. <summary>
  4579. Gets the hue.
  4580. </summary>
  4581. <returns>The Hue-Saturation-Brightness (HSB) saturation for this <see cref="T:SharpDX.Color"/></returns>
  4582. </member>
  4583. <member name="M:SharpDX.ColorBGRA.GetSaturation">
  4584. <summary>
  4585. Gets the saturation.
  4586. </summary>
  4587. <returns>The Hue-Saturation-Brightness (HSB) saturation for this <see cref="T:SharpDX.Color"/></returns>
  4588. </member>
  4589. <member name="M:SharpDX.ColorBGRA.FromBgra(System.Int32)">
  4590. <summary>
  4591. Converts the color from a packed BGRA integer.
  4592. </summary>
  4593. <param name="color">A packed integer containing all four color components in BGRA order</param>
  4594. <returns>A color.</returns>
  4595. </member>
  4596. <member name="M:SharpDX.ColorBGRA.FromBgra(System.UInt32)">
  4597. <summary>
  4598. Converts the color from a packed BGRA integer.
  4599. </summary>
  4600. <param name="color">A packed integer containing all four color components in BGRA order</param>
  4601. <returns>A color.</returns>
  4602. </member>
  4603. <member name="M:SharpDX.ColorBGRA.FromRgba(System.Int32)">
  4604. <summary>
  4605. Converts the color from a packed RGBA integer.
  4606. </summary>
  4607. <param name="color">A packed integer containing all four color components in RGBA order</param>
  4608. <returns>A color.</returns>
  4609. </member>
  4610. <member name="M:SharpDX.ColorBGRA.FromRgba(System.UInt32)">
  4611. <summary>
  4612. Converts the color from a packed RGBA integer.
  4613. </summary>
  4614. <param name="color">A packed integer containing all four color components in RGBA order</param>
  4615. <returns>A color.</returns>
  4616. </member>
  4617. <member name="M:SharpDX.ColorBGRA.Add(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4618. <summary>
  4619. Adds two colors.
  4620. </summary>
  4621. <param name="left">The first color to add.</param>
  4622. <param name="right">The second color to add.</param>
  4623. <param name="result">When the method completes, completes the sum of the two colors.</param>
  4624. </member>
  4625. <member name="M:SharpDX.ColorBGRA.Add(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4626. <summary>
  4627. Adds two colors.
  4628. </summary>
  4629. <param name="left">The first color to add.</param>
  4630. <param name="right">The second color to add.</param>
  4631. <returns>The sum of the two colors.</returns>
  4632. </member>
  4633. <member name="M:SharpDX.ColorBGRA.Subtract(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4634. <summary>
  4635. Subtracts two colors.
  4636. </summary>
  4637. <param name="left">The first color to subtract.</param>
  4638. <param name="right">The second color to subtract.</param>
  4639. <param name="result">WHen the method completes, contains the difference of the two colors.</param>
  4640. </member>
  4641. <member name="M:SharpDX.ColorBGRA.Subtract(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4642. <summary>
  4643. Subtracts two colors.
  4644. </summary>
  4645. <param name="left">The first color to subtract.</param>
  4646. <param name="right">The second color to subtract</param>
  4647. <returns>The difference of the two colors.</returns>
  4648. </member>
  4649. <member name="M:SharpDX.ColorBGRA.Modulate(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4650. <summary>
  4651. Modulates two colors.
  4652. </summary>
  4653. <param name="left">The first color to modulate.</param>
  4654. <param name="right">The second color to modulate.</param>
  4655. <param name="result">When the method completes, contains the modulated color.</param>
  4656. </member>
  4657. <member name="M:SharpDX.ColorBGRA.Modulate(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4658. <summary>
  4659. Modulates two colors.
  4660. </summary>
  4661. <param name="left">The first color to modulate.</param>
  4662. <param name="right">The second color to modulate.</param>
  4663. <returns>The modulated color.</returns>
  4664. </member>
  4665. <member name="M:SharpDX.ColorBGRA.Scale(SharpDX.ColorBGRA@,System.Single,SharpDX.ColorBGRA@)">
  4666. <summary>
  4667. Scales a color.
  4668. </summary>
  4669. <param name="value">The color to scale.</param>
  4670. <param name="scale">The amount by which to scale.</param>
  4671. <param name="result">When the method completes, contains the scaled color.</param>
  4672. </member>
  4673. <member name="M:SharpDX.ColorBGRA.Scale(SharpDX.ColorBGRA,System.Single)">
  4674. <summary>
  4675. Scales a color.
  4676. </summary>
  4677. <param name="value">The color to scale.</param>
  4678. <param name="scale">The amount by which to scale.</param>
  4679. <returns>The scaled color.</returns>
  4680. </member>
  4681. <member name="M:SharpDX.ColorBGRA.Negate(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4682. <summary>
  4683. Negates a color.
  4684. </summary>
  4685. <param name="value">The color to negate.</param>
  4686. <param name="result">When the method completes, contains the negated color.</param>
  4687. </member>
  4688. <member name="M:SharpDX.ColorBGRA.Negate(SharpDX.ColorBGRA)">
  4689. <summary>
  4690. Negates a color.
  4691. </summary>
  4692. <param name="value">The color to negate.</param>
  4693. <returns>The negated color.</returns>
  4694. </member>
  4695. <member name="M:SharpDX.ColorBGRA.Clamp(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4696. <summary>
  4697. Restricts a value to be within a specified range.
  4698. </summary>
  4699. <param name="value">The value to clamp.</param>
  4700. <param name="min">The minimum value.</param>
  4701. <param name="max">The maximum value.</param>
  4702. <param name="result">When the method completes, contains the clamped value.</param>
  4703. </member>
  4704. <member name="M:SharpDX.ColorBGRA.Clamp(SharpDX.ColorBGRA,SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4705. <summary>
  4706. Restricts a value to be within a specified range.
  4707. </summary>
  4708. <param name="value">The value to clamp.</param>
  4709. <param name="min">The minimum value.</param>
  4710. <param name="max">The maximum value.</param>
  4711. <returns>The clamped value.</returns>
  4712. </member>
  4713. <member name="M:SharpDX.ColorBGRA.Lerp(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,System.Single,SharpDX.ColorBGRA@)">
  4714. <summary>
  4715. Performs a linear interpolation between two colors.
  4716. </summary>
  4717. <param name="start">Start color.</param>
  4718. <param name="end">End color.</param>
  4719. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4720. <param name="result">When the method completes, contains the linear interpolation of the two colors.</param>
  4721. <remarks>
  4722. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  4723. </remarks>
  4724. </member>
  4725. <member name="M:SharpDX.ColorBGRA.Lerp(SharpDX.ColorBGRA,SharpDX.ColorBGRA,System.Single)">
  4726. <summary>
  4727. Performs a linear interpolation between two colors.
  4728. </summary>
  4729. <param name="start">Start color.</param>
  4730. <param name="end">End color.</param>
  4731. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4732. <returns>The linear interpolation of the two colors.</returns>
  4733. <remarks>
  4734. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  4735. </remarks>
  4736. </member>
  4737. <member name="M:SharpDX.ColorBGRA.SmoothStep(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,System.Single,SharpDX.ColorBGRA@)">
  4738. <summary>
  4739. Performs a cubic interpolation between two colors.
  4740. </summary>
  4741. <param name="start">Start color.</param>
  4742. <param name="end">End color.</param>
  4743. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4744. <param name="result">When the method completes, contains the cubic interpolation of the two colors.</param>
  4745. </member>
  4746. <member name="M:SharpDX.ColorBGRA.SmoothStep(SharpDX.ColorBGRA,SharpDX.ColorBGRA,System.Single)">
  4747. <summary>
  4748. Performs a cubic interpolation between two colors.
  4749. </summary>
  4750. <param name="start">Start color.</param>
  4751. <param name="end">End color.</param>
  4752. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  4753. <returns>The cubic interpolation of the two colors.</returns>
  4754. </member>
  4755. <member name="M:SharpDX.ColorBGRA.Max(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4756. <summary>
  4757. Returns a color containing the smallest components of the specified colorss.
  4758. </summary>
  4759. <param name="left">The first source color.</param>
  4760. <param name="right">The second source color.</param>
  4761. <param name="result">When the method completes, contains an new color composed of the largest components of the source colorss.</param>
  4762. </member>
  4763. <member name="M:SharpDX.ColorBGRA.Max(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4764. <summary>
  4765. Returns a color containing the largest components of the specified colorss.
  4766. </summary>
  4767. <param name="left">The first source color.</param>
  4768. <param name="right">The second source color.</param>
  4769. <returns>A color containing the largest components of the source colors.</returns>
  4770. </member>
  4771. <member name="M:SharpDX.ColorBGRA.Min(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4772. <summary>
  4773. Returns a color containing the smallest components of the specified colors.
  4774. </summary>
  4775. <param name="left">The first source color.</param>
  4776. <param name="right">The second source color.</param>
  4777. <param name="result">When the method completes, contains an new color composed of the smallest components of the source colors.</param>
  4778. </member>
  4779. <member name="M:SharpDX.ColorBGRA.Min(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4780. <summary>
  4781. Returns a color containing the smallest components of the specified colors.
  4782. </summary>
  4783. <param name="left">The first source color.</param>
  4784. <param name="right">The second source color.</param>
  4785. <returns>A color containing the smallest components of the source colors.</returns>
  4786. </member>
  4787. <member name="M:SharpDX.ColorBGRA.AdjustContrast(SharpDX.ColorBGRA@,System.Single,SharpDX.ColorBGRA@)">
  4788. <summary>
  4789. Adjusts the contrast of a color.
  4790. </summary>
  4791. <param name="value">The color whose contrast is to be adjusted.</param>
  4792. <param name="contrast">The amount by which to adjust the contrast.</param>
  4793. <param name="result">When the method completes, contains the adjusted color.</param>
  4794. </member>
  4795. <member name="M:SharpDX.ColorBGRA.AdjustContrast(SharpDX.ColorBGRA,System.Single)">
  4796. <summary>
  4797. Adjusts the contrast of a color.
  4798. </summary>
  4799. <param name="value">The color whose contrast is to be adjusted.</param>
  4800. <param name="contrast">The amount by which to adjust the contrast.</param>
  4801. <returns>The adjusted color.</returns>
  4802. </member>
  4803. <member name="M:SharpDX.ColorBGRA.AdjustSaturation(SharpDX.ColorBGRA@,System.Single,SharpDX.ColorBGRA@)">
  4804. <summary>
  4805. Adjusts the saturation of a color.
  4806. </summary>
  4807. <param name="value">The color whose saturation is to be adjusted.</param>
  4808. <param name="saturation">The amount by which to adjust the saturation.</param>
  4809. <param name="result">When the method completes, contains the adjusted color.</param>
  4810. </member>
  4811. <member name="M:SharpDX.ColorBGRA.AdjustSaturation(SharpDX.ColorBGRA,System.Single)">
  4812. <summary>
  4813. Adjusts the saturation of a color.
  4814. </summary>
  4815. <param name="value">The color whose saturation is to be adjusted.</param>
  4816. <param name="saturation">The amount by which to adjust the saturation.</param>
  4817. <returns>The adjusted color.</returns>
  4818. </member>
  4819. <member name="M:SharpDX.ColorBGRA.Premultiply(SharpDX.ColorBGRA@,SharpDX.ColorBGRA@)">
  4820. <summary>
  4821. Computes the premultiplied value of the provided color.
  4822. </summary>
  4823. <param name="value">The non-premultiplied value.</param>
  4824. <param name="result">The premultiplied result.</param>
  4825. </member>
  4826. <member name="M:SharpDX.ColorBGRA.Premultiply(SharpDX.ColorBGRA)">
  4827. <summary>
  4828. Computes the premultiplied value of the provided color.
  4829. </summary>
  4830. <param name="value">The non-premultiplied value.</param>
  4831. <returns>The premultiplied result.</returns>
  4832. </member>
  4833. <member name="M:SharpDX.ColorBGRA.op_Addition(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4834. <summary>
  4835. Adds two colors.
  4836. </summary>
  4837. <param name="left">The first color to add.</param>
  4838. <param name="right">The second color to add.</param>
  4839. <returns>The sum of the two colors.</returns>
  4840. </member>
  4841. <member name="M:SharpDX.ColorBGRA.op_UnaryPlus(SharpDX.ColorBGRA)">
  4842. <summary>
  4843. Assert a color (return it unchanged).
  4844. </summary>
  4845. <param name="value">The color to assert (unchange).</param>
  4846. <returns>The asserted (unchanged) color.</returns>
  4847. </member>
  4848. <member name="M:SharpDX.ColorBGRA.op_Subtraction(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4849. <summary>
  4850. Subtracts two colors.
  4851. </summary>
  4852. <param name="left">The first color to subtract.</param>
  4853. <param name="right">The second color to subtract.</param>
  4854. <returns>The difference of the two colors.</returns>
  4855. </member>
  4856. <member name="M:SharpDX.ColorBGRA.op_UnaryNegation(SharpDX.ColorBGRA)">
  4857. <summary>
  4858. Negates a color.
  4859. </summary>
  4860. <param name="value">The color to negate.</param>
  4861. <returns>A negated color.</returns>
  4862. </member>
  4863. <member name="M:SharpDX.ColorBGRA.op_Multiply(System.Single,SharpDX.ColorBGRA)">
  4864. <summary>
  4865. Scales a color.
  4866. </summary>
  4867. <param name="scale">The factor by which to scale the color.</param>
  4868. <param name="value">The color to scale.</param>
  4869. <returns>The scaled color.</returns>
  4870. </member>
  4871. <member name="M:SharpDX.ColorBGRA.op_Multiply(SharpDX.ColorBGRA,System.Single)">
  4872. <summary>
  4873. Scales a color.
  4874. </summary>
  4875. <param name="value">The factor by which to scale the color.</param>
  4876. <param name="scale">The color to scale.</param>
  4877. <returns>The scaled color.</returns>
  4878. </member>
  4879. <member name="M:SharpDX.ColorBGRA.op_Multiply(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4880. <summary>
  4881. Modulates two colors.
  4882. </summary>
  4883. <param name="left">The first color to modulate.</param>
  4884. <param name="right">The second color to modulate.</param>
  4885. <returns>The modulated color.</returns>
  4886. </member>
  4887. <member name="M:SharpDX.ColorBGRA.op_Equality(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4888. <summary>
  4889. Tests for equality between two objects.
  4890. </summary>
  4891. <param name="left">The first value to compare.</param>
  4892. <param name="right">The second value to compare.</param>
  4893. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  4894. </member>
  4895. <member name="M:SharpDX.ColorBGRA.op_Inequality(SharpDX.ColorBGRA,SharpDX.ColorBGRA)">
  4896. <summary>
  4897. Tests for inequality between two objects.
  4898. </summary>
  4899. <param name="left">The first value to compare.</param>
  4900. <param name="right">The second value to compare.</param>
  4901. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  4902. </member>
  4903. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.ColorBGRA)~SharpDX.Color3">
  4904. <summary>
  4905. Performs an explicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:SharpDX.Color3"/>.
  4906. </summary>
  4907. <param name="value">The value.</param>
  4908. <returns>The result of the conversion.</returns>
  4909. </member>
  4910. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.ColorBGRA)~SharpDX.Vector3">
  4911. <summary>
  4912. Performs an explicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:SharpDX.Vector3"/>.
  4913. </summary>
  4914. <param name="value">The value.</param>
  4915. <returns>The result of the conversion.</returns>
  4916. </member>
  4917. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.ColorBGRA)~SharpDX.Vector4">
  4918. <summary>
  4919. Performs an explicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:SharpDX.Vector4"/>.
  4920. </summary>
  4921. <param name="value">The value.</param>
  4922. <returns>The result of the conversion.</returns>
  4923. </member>
  4924. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.ColorBGRA)~SharpDX.Color4">
  4925. <summary>
  4926. Performs an explicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:SharpDX.Color4"/>.
  4927. </summary>
  4928. <param name="value">The value.</param>
  4929. <returns>The result of the conversion.</returns>
  4930. </member>
  4931. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.Vector3)~SharpDX.ColorBGRA">
  4932. <summary>
  4933. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  4934. </summary>
  4935. <param name="value">The value.</param>
  4936. <returns>The result of the conversion.</returns>
  4937. </member>
  4938. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.Color3)~SharpDX.ColorBGRA">
  4939. <summary>
  4940. Performs an explicit conversion from <see cref="T:SharpDX.Color3"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  4941. </summary>
  4942. <param name="value">The value.</param>
  4943. <returns>The result of the conversion.</returns>
  4944. </member>
  4945. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.Vector4)~SharpDX.ColorBGRA">
  4946. <summary>
  4947. Performs an explicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  4948. </summary>
  4949. <param name="value">The value.</param>
  4950. <returns>The result of the conversion.</returns>
  4951. </member>
  4952. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.Color4)~SharpDX.ColorBGRA">
  4953. <summary>
  4954. Performs an explicit conversion from <see cref="T:SharpDX.Color4"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  4955. </summary>
  4956. <param name="value">The value.</param>
  4957. <returns>The result of the conversion.</returns>
  4958. </member>
  4959. <member name="M:SharpDX.ColorBGRA.op_Implicit(SharpDX.Color)~SharpDX.ColorBGRA">
  4960. <summary>
  4961. Performs an implicit conversion from <see cref="T:SharpDX.Color"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  4962. </summary>
  4963. <param name="value">The value.</param>
  4964. <returns>The result of the conversion.</returns>
  4965. </member>
  4966. <member name="M:SharpDX.ColorBGRA.op_Implicit(SharpDX.ColorBGRA)~SharpDX.Color">
  4967. <summary>
  4968. Performs an implicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:SharpDX.Color"/>.
  4969. </summary>
  4970. <param name="value">The value.</param>
  4971. <returns>The result of the conversion.</returns>
  4972. </member>
  4973. <member name="M:SharpDX.ColorBGRA.op_Explicit(SharpDX.ColorBGRA)~System.Int32">
  4974. <summary>
  4975. Performs an explicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:System.Int32"/>.
  4976. </summary>
  4977. <param name="value">The value.</param>
  4978. <returns>
  4979. The result of the conversion.
  4980. </returns>
  4981. </member>
  4982. <member name="M:SharpDX.ColorBGRA.op_Explicit(System.Int32)~SharpDX.ColorBGRA">
  4983. <summary>
  4984. Performs an explicit conversion from <see cref="T:System.Int32"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  4985. </summary>
  4986. <param name="value">The value.</param>
  4987. <returns>
  4988. The result of the conversion.
  4989. </returns>
  4990. </member>
  4991. <member name="M:SharpDX.ColorBGRA.ToString">
  4992. <summary>
  4993. Returns a <see cref="T:System.String"/> that represents this instance.
  4994. </summary>
  4995. <returns>
  4996. A <see cref="T:System.String"/> that represents this instance.
  4997. </returns>
  4998. </member>
  4999. <member name="M:SharpDX.ColorBGRA.ToString(System.String)">
  5000. <summary>
  5001. Returns a <see cref="T:System.String"/> that represents this instance.
  5002. </summary>
  5003. <param name="format">The format to apply to each channel (byte).</param>
  5004. <returns>
  5005. A <see cref="T:System.String"/> that represents this instance.
  5006. </returns>
  5007. </member>
  5008. <member name="M:SharpDX.ColorBGRA.ToString(System.IFormatProvider)">
  5009. <summary>
  5010. Returns a <see cref="T:System.String"/> that represents this instance.
  5011. </summary>
  5012. <param name="formatProvider">The format provider.</param>
  5013. <returns>
  5014. A <see cref="T:System.String"/> that represents this instance.
  5015. </returns>
  5016. </member>
  5017. <member name="M:SharpDX.ColorBGRA.ToString(System.String,System.IFormatProvider)">
  5018. <summary>
  5019. Returns a <see cref="T:System.String"/> that represents this instance.
  5020. </summary>
  5021. <param name="format">The format to apply to each channel (byte).</param>
  5022. <param name="formatProvider">The format provider.</param>
  5023. <returns>
  5024. A <see cref="T:System.String"/> that represents this instance.
  5025. </returns>
  5026. </member>
  5027. <member name="M:SharpDX.ColorBGRA.GetHashCode">
  5028. <summary>
  5029. Returns a hash code for this instance.
  5030. </summary>
  5031. <returns>
  5032. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  5033. </returns>
  5034. </member>
  5035. <member name="M:SharpDX.ColorBGRA.Equals(SharpDX.ColorBGRA@)">
  5036. <summary>
  5037. Determines whether the specified <see cref="T:SharpDX.ColorBGRA"/> is equal to this instance.
  5038. </summary>
  5039. <param name="other">The <see cref="T:SharpDX.ColorBGRA"/> to compare with this instance.</param>
  5040. <returns>
  5041. <c>true</c> if the specified <see cref="T:SharpDX.ColorBGRA"/> is equal to this instance; otherwise, <c>false</c>.
  5042. </returns>
  5043. </member>
  5044. <member name="M:SharpDX.ColorBGRA.Equals(SharpDX.ColorBGRA)">
  5045. <summary>
  5046. Determines whether the specified <see cref="T:SharpDX.ColorBGRA"/> is equal to this instance.
  5047. </summary>
  5048. <param name="other">The <see cref="T:SharpDX.ColorBGRA"/> to compare with this instance.</param>
  5049. <returns>
  5050. <c>true</c> if the specified <see cref="T:SharpDX.ColorBGRA"/> is equal to this instance; otherwise, <c>false</c>.
  5051. </returns>
  5052. </member>
  5053. <member name="M:SharpDX.ColorBGRA.Equals(System.Object)">
  5054. <summary>
  5055. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  5056. </summary>
  5057. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  5058. <returns>
  5059. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  5060. </returns>
  5061. </member>
  5062. <member name="M:SharpDX.ColorBGRA.op_Implicit(SharpDX.ColorBGRA)~SharpDX.Mathematics.Interop.RawColorBGRA">
  5063. <summary>
  5064. Performs an implicit conversion from <see cref="T:SharpDX.ColorBGRA"/> to <see cref="T:SharpDX.Mathematics.Interop.RawColorBGRA"/>.
  5065. </summary>
  5066. <param name="value">The value.</param>
  5067. <returns>The result of the conversion.</returns>
  5068. </member>
  5069. <member name="M:SharpDX.ColorBGRA.op_Implicit(SharpDX.Mathematics.Interop.RawColorBGRA)~SharpDX.ColorBGRA">
  5070. <summary>
  5071. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawColorBGRA"/> to <see cref="T:SharpDX.ColorBGRA"/>.
  5072. </summary>
  5073. <param name="value">The value.</param>
  5074. <returns>The result of the conversion.</returns>
  5075. </member>
  5076. <member name="T:SharpDX.AngleType">
  5077. <summary>
  5078. Describes the type of angle.
  5079. </summary>
  5080. </member>
  5081. <member name="F:SharpDX.AngleType.Revolution">
  5082. <summary>
  5083. Specifies an angle measurement in revolutions.
  5084. </summary>
  5085. </member>
  5086. <member name="F:SharpDX.AngleType.Degree">
  5087. <summary>
  5088. Specifies an angle measurement in degrees.
  5089. </summary>
  5090. </member>
  5091. <member name="F:SharpDX.AngleType.Radian">
  5092. <summary>
  5093. Specifies an angle measurement in radians.
  5094. </summary>
  5095. </member>
  5096. <member name="F:SharpDX.AngleType.Gradian">
  5097. <summary>
  5098. Specifies an angle measurement in gradians.
  5099. </summary>
  5100. </member>
  5101. <member name="T:SharpDX.ContainmentType">
  5102. <summary>
  5103. Describes how one bounding volume contains another.
  5104. </summary>
  5105. </member>
  5106. <member name="F:SharpDX.ContainmentType.Disjoint">
  5107. <summary>
  5108. The two bounding volumes don't intersect at all.
  5109. </summary>
  5110. </member>
  5111. <member name="F:SharpDX.ContainmentType.Contains">
  5112. <summary>
  5113. One bounding volume completely contains another.
  5114. </summary>
  5115. </member>
  5116. <member name="F:SharpDX.ContainmentType.Intersects">
  5117. <summary>
  5118. The two bounding volumes overlap.
  5119. </summary>
  5120. </member>
  5121. <member name="T:SharpDX.PlaneIntersectionType">
  5122. <summary>
  5123. Describes the result of an intersection with a plane in three dimensions.
  5124. </summary>
  5125. </member>
  5126. <member name="F:SharpDX.PlaneIntersectionType.Back">
  5127. <summary>
  5128. The object is behind the plane.
  5129. </summary>
  5130. </member>
  5131. <member name="F:SharpDX.PlaneIntersectionType.Front">
  5132. <summary>
  5133. The object is in front of the plane.
  5134. </summary>
  5135. </member>
  5136. <member name="F:SharpDX.PlaneIntersectionType.Intersecting">
  5137. <summary>
  5138. The object is intersecting the plane.
  5139. </summary>
  5140. </member>
  5141. <member name="T:SharpDX.FrustumCameraParams">
  5142. <summary>
  5143. Frustum camera parameters.
  5144. </summary>
  5145. </member>
  5146. <member name="F:SharpDX.FrustumCameraParams.Position">
  5147. <summary>
  5148. Position of the camera.
  5149. </summary>
  5150. </member>
  5151. <member name="F:SharpDX.FrustumCameraParams.LookAtDir">
  5152. <summary>
  5153. Looking at direction of the camera.
  5154. </summary>
  5155. </member>
  5156. <member name="F:SharpDX.FrustumCameraParams.UpDir">
  5157. <summary>
  5158. Up direction.
  5159. </summary>
  5160. </member>
  5161. <member name="F:SharpDX.FrustumCameraParams.FOV">
  5162. <summary>
  5163. Field of view.
  5164. </summary>
  5165. </member>
  5166. <member name="F:SharpDX.FrustumCameraParams.ZNear">
  5167. <summary>
  5168. Z near distance.
  5169. </summary>
  5170. </member>
  5171. <member name="F:SharpDX.FrustumCameraParams.ZFar">
  5172. <summary>
  5173. Z far distance.
  5174. </summary>
  5175. </member>
  5176. <member name="F:SharpDX.FrustumCameraParams.AspectRatio">
  5177. <summary>
  5178. Aspect ratio.
  5179. </summary>
  5180. </member>
  5181. <member name="T:SharpDX.Half">
  5182. <summary>
  5183. A half precision (16 bit) floating point value.
  5184. </summary>
  5185. </member>
  5186. <member name="F:SharpDX.Half.PrecisionDigits">
  5187. <summary>
  5188. Number of decimal digits of precision.
  5189. </summary>
  5190. </member>
  5191. <member name="F:SharpDX.Half.MantissaBits">
  5192. <summary>
  5193. Number of bits in the mantissa.
  5194. </summary>
  5195. </member>
  5196. <member name="F:SharpDX.Half.MaximumDecimalExponent">
  5197. <summary>
  5198. Maximum decimal exponent.
  5199. </summary>
  5200. </member>
  5201. <member name="F:SharpDX.Half.MaximumBinaryExponent">
  5202. <summary>
  5203. Maximum binary exponent.
  5204. </summary>
  5205. </member>
  5206. <member name="F:SharpDX.Half.MinimumDecimalExponent">
  5207. <summary>
  5208. Minimum decimal exponent.
  5209. </summary>
  5210. </member>
  5211. <member name="F:SharpDX.Half.MinimumBinaryExponent">
  5212. <summary>
  5213. Minimum binary exponent.
  5214. </summary>
  5215. </member>
  5216. <member name="F:SharpDX.Half.ExponentRadix">
  5217. <summary>
  5218. Exponent radix.
  5219. </summary>
  5220. </member>
  5221. <member name="F:SharpDX.Half.AdditionRounding">
  5222. <summary>
  5223. Additional rounding.
  5224. </summary>
  5225. </member>
  5226. <member name="F:SharpDX.Half.Epsilon">
  5227. <summary>
  5228. Smallest such that 1.0 + epsilon != 1.0
  5229. </summary>
  5230. </member>
  5231. <member name="F:SharpDX.Half.MaxValue">
  5232. <summary>
  5233. Maximum value of the number.
  5234. </summary>
  5235. </member>
  5236. <member name="F:SharpDX.Half.MinValue">
  5237. <summary>
  5238. Minimum value of the number.
  5239. </summary>
  5240. </member>
  5241. <member name="M:SharpDX.Half.#ctor(System.Single)">
  5242. <summary>
  5243. Initializes a new instance of the <see cref = "T:SharpDX.Half" /> structure.
  5244. </summary>
  5245. <param name = "value">The floating point value that should be stored in 16 bit format.</param>
  5246. </member>
  5247. <member name="M:SharpDX.Half.#ctor(System.UInt16)">
  5248. <summary>
  5249. Initializes a new instance of the <see cref = "T:SharpDX.Half" /> structure.
  5250. </summary>
  5251. <param name = "rawvalue">The floating point value that should be stored in 16 bit format.</param>
  5252. </member>
  5253. <member name="P:SharpDX.Half.RawValue">
  5254. <summary>
  5255. Gets or sets the raw 16 bit value used to back this half-float.
  5256. </summary>
  5257. </member>
  5258. <member name="M:SharpDX.Half.ConvertToFloat(SharpDX.Half[])">
  5259. <summary>
  5260. Converts an array of half precision values into full precision values.
  5261. </summary>
  5262. <param name = "values">The values to be converted.</param>
  5263. <returns>An array of converted values.</returns>
  5264. </member>
  5265. <member name="M:SharpDX.Half.ConvertToHalf(System.Single[])">
  5266. <summary>
  5267. Converts an array of full precision values into half precision values.
  5268. </summary>
  5269. <param name = "values">The values to be converted.</param>
  5270. <returns>An array of converted values.</returns>
  5271. </member>
  5272. <member name="M:SharpDX.Half.op_Implicit(System.Single)~SharpDX.Half">
  5273. <summary>
  5274. Performs an explicit conversion from <see cref = "T:System.Single" /> to <see cref = "T:SharpDX.Half" />.
  5275. </summary>
  5276. <param name = "value">The value to be converted.</param>
  5277. <returns>The converted value.</returns>
  5278. </member>
  5279. <member name="M:SharpDX.Half.op_Implicit(SharpDX.Half)~System.Single">
  5280. <summary>
  5281. Performs an implicit conversion from <see cref = "T:SharpDX.Half" /> to <see cref = "T:System.Single" />.
  5282. </summary>
  5283. <param name = "value">The value to be converted.</param>
  5284. <returns>The converted value.</returns>
  5285. </member>
  5286. <member name="M:SharpDX.Half.op_Equality(SharpDX.Half,SharpDX.Half)">
  5287. <summary>
  5288. Tests for equality between two objects.
  5289. </summary>
  5290. <param name = "left">The first value to compare.</param>
  5291. <param name = "right">The second value to compare.</param>
  5292. <returns>
  5293. <c>true</c> if <paramref name = "left" /> has the same value as <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  5294. </member>
  5295. <member name="M:SharpDX.Half.op_Inequality(SharpDX.Half,SharpDX.Half)">
  5296. <summary>
  5297. Tests for inequality between two objects.
  5298. </summary>
  5299. <param name = "left">The first value to compare.</param>
  5300. <param name = "right">The second value to compare.</param>
  5301. <returns>
  5302. <c>true</c> if <paramref name = "left" /> has a different value than <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  5303. </member>
  5304. <member name="M:SharpDX.Half.ToString">
  5305. <summary>
  5306. Converts the value of the object to its equivalent string representation.
  5307. </summary>
  5308. <returns>The string representation of the value of this instance.</returns>
  5309. </member>
  5310. <member name="M:SharpDX.Half.GetHashCode">
  5311. <summary>
  5312. Returns the hash code for this instance.
  5313. </summary>
  5314. <returns>A 32-bit signed integer hash code.</returns>
  5315. </member>
  5316. <member name="M:SharpDX.Half.Equals(SharpDX.Half@,SharpDX.Half@)">
  5317. <summary>
  5318. Determines whether the specified object instances are considered equal.
  5319. </summary>
  5320. <param name = "value1" />
  5321. <param name = "value2" />
  5322. <returns>
  5323. <c>true</c> if <paramref name = "value1" /> is the same instance as <paramref name = "value2" /> or
  5324. if both are <c>null</c> references or if <c>value1.Equals(value2)</c> returns <c>true</c>; otherwise, <c>false</c>.</returns>
  5325. </member>
  5326. <member name="M:SharpDX.Half.Equals(SharpDX.Half)">
  5327. <summary>
  5328. Returns a value that indicates whether the current instance is equal to the specified object.
  5329. </summary>
  5330. <param name = "other">Object to make the comparison with.</param>
  5331. <returns>
  5332. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5333. </member>
  5334. <member name="M:SharpDX.Half.Equals(System.Object)">
  5335. <summary>
  5336. Returns a value that indicates whether the current instance is equal to a specified object.
  5337. </summary>
  5338. <param name = "obj">Object to make the comparison with.</param>
  5339. <returns>
  5340. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5341. </member>
  5342. <member name="T:SharpDX.Half2">
  5343. <summary>
  5344. Defines a two component vector, using half precision floating point coordinates.
  5345. </summary>
  5346. </member>
  5347. <member name="F:SharpDX.Half2.X">
  5348. <summary>
  5349. Gets or sets the X component of the vector.
  5350. </summary>
  5351. <value>The X component of the vector.</value>
  5352. </member>
  5353. <member name="F:SharpDX.Half2.Y">
  5354. <summary>
  5355. Gets or sets the Y component of the vector.
  5356. </summary>
  5357. <value>The Y component of the vector.</value>
  5358. </member>
  5359. <member name="M:SharpDX.Half2.#ctor(SharpDX.Half,SharpDX.Half)">
  5360. <summary>
  5361. Initializes a new instance of the <see cref="T:SharpDX.Half2" /> structure.
  5362. </summary>
  5363. <param name="x">The X component.</param>
  5364. <param name="y">The Y component.</param>
  5365. </member>
  5366. <member name="M:SharpDX.Half2.#ctor(System.Single,System.Single)">
  5367. <summary>
  5368. Initializes a new instance of the <see cref="T:SharpDX.Half2" /> structure.
  5369. </summary>
  5370. <param name="x">The X component.</param>
  5371. <param name="y">The Y component.</param>
  5372. </member>
  5373. <member name="M:SharpDX.Half2.#ctor(System.UInt16,System.UInt16)">
  5374. <summary>
  5375. Initializes a new instance of the <see cref="T:SharpDX.Half2" /> structure.
  5376. </summary>
  5377. <param name="x">The X component.</param>
  5378. <param name="y">The Y component.</param>
  5379. </member>
  5380. <member name="M:SharpDX.Half2.#ctor(SharpDX.Half)">
  5381. <summary>
  5382. Initializes a new instance of the <see cref="T:SharpDX.Half2" /> structure.
  5383. </summary>
  5384. <param name="value">The value to set for both the X and Y components.</param>
  5385. </member>
  5386. <member name="M:SharpDX.Half2.#ctor(System.Single)">
  5387. <summary>
  5388. Initializes a new instance of the <see cref="T:SharpDX.Half2" /> structure.
  5389. </summary>
  5390. <param name="value">Value to initialize X and Y components with.</param>
  5391. </member>
  5392. <member name="M:SharpDX.Half2.op_Implicit(SharpDX.Vector2)~SharpDX.Half2">
  5393. <summary>
  5394. Performs an explicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Half2"/>.
  5395. </summary>
  5396. <param name="value">The value.</param>
  5397. <returns>The result of the conversion.</returns>
  5398. </member>
  5399. <member name="M:SharpDX.Half2.op_Implicit(SharpDX.Half2)~SharpDX.Vector2">
  5400. <summary>
  5401. Performs an explicit conversion from <see cref="T:SharpDX.Half2"/> to <see cref="T:SharpDX.Vector2"/>.
  5402. </summary>
  5403. <param name="value">The value.</param>
  5404. <returns>The result of the conversion.</returns>
  5405. </member>
  5406. <member name="M:SharpDX.Half2.op_Equality(SharpDX.Half2,SharpDX.Half2)">
  5407. <summary>
  5408. Tests for equality between two objects.
  5409. </summary>
  5410. <param name="left">The first value to compare.</param>
  5411. <param name="right">The second value to compare.</param>
  5412. <returns>
  5413. <c>true</c> if <paramref name="left" /> has the same value as <paramref name="right" />; otherwise, <c>false</c>.</returns>
  5414. </member>
  5415. <member name="M:SharpDX.Half2.op_Inequality(SharpDX.Half2,SharpDX.Half2)">
  5416. <summary>
  5417. Tests for inequality between two objects.
  5418. </summary>
  5419. <param name="left">The first value to compare.</param>
  5420. <param name="right">The second value to compare.</param>
  5421. <returns>
  5422. <c>true</c> if <paramref name="left" /> has a different value than <paramref name="right" />; otherwise, <c>false</c>.</returns>
  5423. </member>
  5424. <member name="M:SharpDX.Half2.GetHashCode">
  5425. <summary>
  5426. Returns the hash code for this instance.
  5427. </summary>
  5428. <returns>A 32-bit signed integer hash code.</returns>
  5429. </member>
  5430. <member name="M:SharpDX.Half2.Equals(SharpDX.Half2@,SharpDX.Half2@)">
  5431. <summary>
  5432. Determines whether the specified object instances are considered equal.
  5433. </summary>
  5434. <param name="value1" />
  5435. <param name="value2" />
  5436. <returns>
  5437. <c>true</c> if <paramref name="value1" /> is the same instance as <paramref name="value2" /> or
  5438. if both are <c>null</c> references or if <c>value1.Equals(value2)</c> returns <c>true</c>; otherwise, <c>false</c>.</returns>
  5439. </member>
  5440. <member name="M:SharpDX.Half2.Equals(SharpDX.Half2)">
  5441. <summary>
  5442. Returns a value that indicates whether the current instance is equal to the specified object.
  5443. </summary>
  5444. <param name="other">Object to make the comparison with.</param>
  5445. <returns>
  5446. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5447. </member>
  5448. <member name="M:SharpDX.Half2.Equals(System.Object)">
  5449. <summary>
  5450. Returns a value that indicates whether the current instance is equal to a specified object.
  5451. </summary>
  5452. <param name="obj">Object to make the comparison with.</param>
  5453. <returns>
  5454. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5455. </member>
  5456. <member name="T:SharpDX.Half3">
  5457. <summary>
  5458. Defines a three component vector, using half precision floating point coordinates.
  5459. </summary>
  5460. </member>
  5461. <member name="F:SharpDX.Half3.X">
  5462. <summary>
  5463. Gets or sets the X component of the vector.
  5464. </summary>
  5465. <value>The X component of the vector.</value>
  5466. </member>
  5467. <member name="F:SharpDX.Half3.Y">
  5468. <summary>
  5469. Gets or sets the Y component of the vector.
  5470. </summary>
  5471. <value>The Y component of the vector.</value>
  5472. </member>
  5473. <member name="F:SharpDX.Half3.Z">
  5474. <summary>
  5475. Gets or sets the Z component of the vector.
  5476. </summary>
  5477. <value>The Z component of the vector.</value>
  5478. </member>
  5479. <member name="M:SharpDX.Half3.#ctor(SharpDX.Half,SharpDX.Half,SharpDX.Half)">
  5480. <summary>
  5481. Initializes a new instance of the <see cref="T:SharpDX.Half3" /> structure.
  5482. </summary>
  5483. <param name="x">The X component.</param>
  5484. <param name="y">The Y component.</param>
  5485. <param name="z">The Z component.</param>
  5486. </member>
  5487. <member name="M:SharpDX.Half3.#ctor(System.Single,System.Single,System.Single)">
  5488. <summary>
  5489. Initializes a new instance of the <see cref="T:SharpDX.Half3" /> structure.
  5490. </summary>
  5491. <param name="x">The X component.</param>
  5492. <param name="y">The Y component.</param>
  5493. <param name="z">The Z component.</param>
  5494. </member>
  5495. <member name="M:SharpDX.Half3.#ctor(System.UInt16,System.UInt16,System.UInt16)">
  5496. <summary>
  5497. Initializes a new instance of the <see cref="T:SharpDX.Half3" /> structure.
  5498. </summary>
  5499. <param name="x">The X component.</param>
  5500. <param name="y">The Y component.</param>
  5501. <param name="z">The Z component.</param>
  5502. </member>
  5503. <member name="M:SharpDX.Half3.#ctor(SharpDX.Half)">
  5504. <summary>
  5505. Initializes a new instance of the <see cref="T:SharpDX.Half3" /> structure.
  5506. </summary>
  5507. <param name="value">The value to set for the X, Y, and Z components.</param>
  5508. </member>
  5509. <member name="M:SharpDX.Half3.op_Implicit(SharpDX.Vector3)~SharpDX.Half3">
  5510. <summary>
  5511. Performs an implicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Half3"/>.
  5512. </summary>
  5513. <param name="value">The value.</param>
  5514. <returns>The result of the conversion.</returns>
  5515. </member>
  5516. <member name="M:SharpDX.Half3.op_Implicit(SharpDX.Half3)~SharpDX.Vector3">
  5517. <summary>
  5518. Performs an implicit conversion from <see cref="T:SharpDX.Half3"/> to <see cref="T:SharpDX.Vector3"/>.
  5519. </summary>
  5520. <param name="value">The value.</param>
  5521. <returns>The result of the conversion.</returns>
  5522. </member>
  5523. <member name="M:SharpDX.Half3.op_Explicit(SharpDX.Vector2)~SharpDX.Half3">
  5524. <summary>
  5525. Performs an explicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Half3"/>.
  5526. </summary>
  5527. <param name="value">The value.</param>
  5528. <returns>The result of the conversion.</returns>
  5529. </member>
  5530. <member name="M:SharpDX.Half3.op_Explicit(SharpDX.Half3)~SharpDX.Vector2">
  5531. <summary>
  5532. Performs an explicit conversion from <see cref="T:SharpDX.Half3"/> to <see cref="T:SharpDX.Vector2"/>.
  5533. </summary>
  5534. <param name="value">The value.</param>
  5535. <returns>The result of the conversion.</returns>
  5536. </member>
  5537. <member name="M:SharpDX.Half3.op_Equality(SharpDX.Half3,SharpDX.Half3)">
  5538. <summary>
  5539. Tests for equality between two objects.
  5540. </summary>
  5541. <param name="left">The first value to compare.</param>
  5542. <param name="right">The second value to compare.</param>
  5543. <returns>
  5544. <c>true</c> if <paramref name="left" /> has the same value as <paramref name="right" />; otherwise, <c>false</c>.</returns>
  5545. </member>
  5546. <member name="M:SharpDX.Half3.op_Inequality(SharpDX.Half3,SharpDX.Half3)">
  5547. <summary>
  5548. Tests for inequality between two objects.
  5549. </summary>
  5550. <param name="left">The first value to compare.</param>
  5551. <param name="right">The second value to compare.</param>
  5552. <returns>
  5553. <c>true</c> if <paramref name="left" /> has a different value than <paramref name="right" />; otherwise, <c>false</c>.</returns>
  5554. </member>
  5555. <member name="M:SharpDX.Half3.GetHashCode">
  5556. <summary>
  5557. Returns the hash code for this instance.
  5558. </summary>
  5559. <returns>A 32-bit signed integer hash code.</returns>
  5560. </member>
  5561. <member name="M:SharpDX.Half3.Equals(SharpDX.Half3@,SharpDX.Half3@)">
  5562. <summary>
  5563. Determines whether the specified object instances are considered equal.
  5564. </summary>
  5565. <param name="value1" />
  5566. <param name="value2" />
  5567. <returns>
  5568. <c>true</c> if <paramref name="value1" /> is the same instance as <paramref name="value2" /> or
  5569. if both are <c>null</c> references or if <c>value1.Equals(value2)</c> returns <c>true</c>; otherwise, <c>false</c>.</returns>
  5570. </member>
  5571. <member name="M:SharpDX.Half3.Equals(SharpDX.Half3)">
  5572. <summary>
  5573. Returns a value that indicates whether the current instance is equal to the specified object.
  5574. </summary>
  5575. <param name="other">Object to make the comparison with.</param>
  5576. <returns>
  5577. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5578. </member>
  5579. <member name="M:SharpDX.Half3.Equals(System.Object)">
  5580. <summary>
  5581. Returns a value that indicates whether the current instance is equal to a specified object.
  5582. </summary>
  5583. <param name="obj">Object to make the comparison with.</param>
  5584. <returns>
  5585. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5586. </member>
  5587. <member name="T:SharpDX.Half4">
  5588. <summary>
  5589. Defines a four component vector, using half precision floating point coordinates.
  5590. </summary>
  5591. </member>
  5592. <member name="F:SharpDX.Half4.X">
  5593. <summary>
  5594. Gets or sets the X component of the vector.
  5595. </summary>
  5596. <value>The X component of the vector.</value>
  5597. </member>
  5598. <member name="F:SharpDX.Half4.Y">
  5599. <summary>
  5600. Gets or sets the Y component of the vector.
  5601. </summary>
  5602. <value>The Y component of the vector.</value>
  5603. </member>
  5604. <member name="F:SharpDX.Half4.Z">
  5605. <summary>
  5606. Gets or sets the Z component of the vector.
  5607. </summary>
  5608. <value>The Z component of the vector.</value>
  5609. </member>
  5610. <member name="F:SharpDX.Half4.W">
  5611. <summary>
  5612. Gets or sets the W component of the vector.
  5613. </summary>
  5614. <value>The W component of the vector.</value>
  5615. </member>
  5616. <member name="M:SharpDX.Half4.#ctor(SharpDX.Half,SharpDX.Half,SharpDX.Half,SharpDX.Half)">
  5617. <summary>
  5618. Initializes a new instance of the <see cref="T:SharpDX.Half4" /> structure.
  5619. </summary>
  5620. <param name="x">The X component.</param>
  5621. <param name="y">The Y component.</param>
  5622. <param name="z">The Z component.</param>
  5623. <param name="w">The W component.</param>
  5624. </member>
  5625. <member name="M:SharpDX.Half4.#ctor(System.Single,System.Single,System.Single,System.Single)">
  5626. <summary>
  5627. Initializes a new instance of the <see cref="T:SharpDX.Half4" /> structure.
  5628. </summary>
  5629. <param name="x">The X component.</param>
  5630. <param name="y">The Y component.</param>
  5631. <param name="z">The Z component.</param>
  5632. <param name="w">The W component.</param>
  5633. </member>
  5634. <member name="M:SharpDX.Half4.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16)">
  5635. <summary>
  5636. Initializes a new instance of the <see cref="T:SharpDX.Half4" /> structure.
  5637. </summary>
  5638. <param name="x">The X component.</param>
  5639. <param name="y">The Y component.</param>
  5640. <param name="z">The Z component.</param>
  5641. <param name="w">The W component.</param>
  5642. </member>
  5643. <member name="M:SharpDX.Half4.#ctor(SharpDX.Half)">
  5644. <summary>
  5645. Initializes a new instance of the <see cref="T:SharpDX.Half4" /> structure.
  5646. </summary>
  5647. <param name="value">The value to set for the X, Y, Z, and W components.</param>
  5648. </member>
  5649. <member name="M:SharpDX.Half4.op_Implicit(SharpDX.Vector4)~SharpDX.Half4">
  5650. <summary>
  5651. Performs an implicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Half4"/>.
  5652. </summary>
  5653. <param name="value">The value.</param>
  5654. <returns>The result of the conversion.</returns>
  5655. </member>
  5656. <member name="M:SharpDX.Half4.op_Implicit(SharpDX.Half4)~SharpDX.Vector4">
  5657. <summary>
  5658. Performs an implicit conversion from <see cref="T:SharpDX.Half4"/> to <see cref="T:SharpDX.Vector4"/>.
  5659. </summary>
  5660. <param name="value">The value.</param>
  5661. <returns>The result of the conversion.</returns>
  5662. </member>
  5663. <member name="M:SharpDX.Half4.op_Explicit(SharpDX.Vector3)~SharpDX.Half4">
  5664. <summary>
  5665. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Half4"/>.
  5666. </summary>
  5667. <param name="value">The value.</param>
  5668. <returns>The result of the conversion.</returns>
  5669. </member>
  5670. <member name="M:SharpDX.Half4.op_Explicit(SharpDX.Half4)~SharpDX.Vector3">
  5671. <summary>
  5672. Performs an explicit conversion from <see cref="T:SharpDX.Half4"/> to <see cref="T:SharpDX.Vector3"/>.
  5673. </summary>
  5674. <param name="value">The value.</param>
  5675. <returns>The result of the conversion.</returns>
  5676. </member>
  5677. <member name="M:SharpDX.Half4.op_Explicit(SharpDX.Vector2)~SharpDX.Half4">
  5678. <summary>
  5679. Performs an explicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Half4"/>.
  5680. </summary>
  5681. <param name="value">The value.</param>
  5682. <returns>The result of the conversion.</returns>
  5683. </member>
  5684. <member name="M:SharpDX.Half4.op_Explicit(SharpDX.Half4)~SharpDX.Vector2">
  5685. <summary>
  5686. Performs an explicit conversion from <see cref="T:SharpDX.Half4"/> to <see cref="T:SharpDX.Vector2"/>.
  5687. </summary>
  5688. <param name="value">The value.</param>
  5689. <returns>The result of the conversion.</returns>
  5690. </member>
  5691. <member name="M:SharpDX.Half4.op_Equality(SharpDX.Half4,SharpDX.Half4)">
  5692. <summary>
  5693. Tests for equality between two objects.
  5694. </summary>
  5695. <param name="left">The first value to compare.</param>
  5696. <param name="right">The second value to compare.</param>
  5697. <returns>
  5698. <c>true</c> if <paramref name="left" /> has the same value as <paramref name="right" />; otherwise, <c>false</c>.</returns>
  5699. </member>
  5700. <member name="M:SharpDX.Half4.op_Inequality(SharpDX.Half4,SharpDX.Half4)">
  5701. <summary>
  5702. Tests for inequality between two objects.
  5703. </summary>
  5704. <param name="left">The first value to compare.</param>
  5705. <param name="right">The second value to compare.</param>
  5706. <returns>
  5707. <c>true</c> if <paramref name="left" /> has a different value than <paramref name="right" />; otherwise, <c>false</c>.</returns>
  5708. </member>
  5709. <member name="M:SharpDX.Half4.GetHashCode">
  5710. <summary>
  5711. Returns the hash code for this instance.
  5712. </summary>
  5713. <returns>A 32-bit signed integer hash code.</returns>
  5714. </member>
  5715. <member name="M:SharpDX.Half4.Equals(SharpDX.Half4@,SharpDX.Half4@)">
  5716. <summary>
  5717. Determines whether the specified object instances are considered equal.
  5718. </summary>
  5719. <param name="value1" />
  5720. <param name="value2" />
  5721. <returns>
  5722. <c>true</c> if <paramref name="value1" /> is the same instance as <paramref name="value2" /> or
  5723. if both are <c>null</c> references or if <c>value1.Equals(value2)</c> returns <c>true</c>; otherwise, <c>false</c>.</returns>
  5724. </member>
  5725. <member name="M:SharpDX.Half4.Equals(SharpDX.Half4)">
  5726. <summary>
  5727. Returns a value that indicates whether the current instance is equal to the specified object.
  5728. </summary>
  5729. <param name="other">Object to make the comparison with.</param>
  5730. <returns>
  5731. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5732. </member>
  5733. <member name="M:SharpDX.Half4.Equals(System.Object)">
  5734. <summary>
  5735. Returns a value that indicates whether the current instance is equal to a specified object.
  5736. </summary>
  5737. <param name="obj">Object to make the comparison with.</param>
  5738. <returns>
  5739. <c>true</c> if the current instance is equal to the specified object; <c>false</c> otherwise.</returns>
  5740. </member>
  5741. <member name="T:SharpDX.HalfUtils">
  5742. <summary>
  5743. Helper class to perform Half/Float conversion.
  5744. Code extract from paper : www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf by Jeroen van der Zijp
  5745. </summary>
  5746. </member>
  5747. <member name="M:SharpDX.HalfUtils.Unpack(System.UInt16)">
  5748. <summary>
  5749. Unpacks the specified h.
  5750. </summary>
  5751. <param name="h">The h.</param>
  5752. <returns></returns>
  5753. </member>
  5754. <member name="M:SharpDX.HalfUtils.Pack(System.Single)">
  5755. <summary>
  5756. Packs the specified f.
  5757. </summary>
  5758. <param name="f">The f.</param>
  5759. <returns></returns>
  5760. </member>
  5761. <member name="T:SharpDX.Int3">
  5762. <summary>
  5763. Represents a three dimensional mathematical int vector.
  5764. </summary>
  5765. </member>
  5766. <member name="F:SharpDX.Int3.SizeInBytes">
  5767. <summary>
  5768. The size of the <see cref = "T:SharpDX.Int3" /> type, in bytes.
  5769. </summary>
  5770. </member>
  5771. <member name="F:SharpDX.Int3.Zero">
  5772. <summary>
  5773. A <see cref = "T:SharpDX.Int3" /> with all of its components set to zero.
  5774. </summary>
  5775. </member>
  5776. <member name="F:SharpDX.Int3.UnitX">
  5777. <summary>
  5778. The X unit <see cref = "T:SharpDX.Int3" /> (1, 0, 0).
  5779. </summary>
  5780. </member>
  5781. <member name="F:SharpDX.Int3.UnitY">
  5782. <summary>
  5783. The Y unit <see cref = "T:SharpDX.Int3" /> (0, 1, 0).
  5784. </summary>
  5785. </member>
  5786. <member name="F:SharpDX.Int3.UnitZ">
  5787. <summary>
  5788. The Z unit <see cref = "T:SharpDX.Int3" /> (0, 0, 1).
  5789. </summary>
  5790. </member>
  5791. <member name="F:SharpDX.Int3.One">
  5792. <summary>
  5793. A <see cref = "T:SharpDX.Int3" /> with all of its components set to one.
  5794. </summary>
  5795. </member>
  5796. <member name="F:SharpDX.Int3.X">
  5797. <summary>
  5798. The X component of the vector.
  5799. </summary>
  5800. </member>
  5801. <member name="F:SharpDX.Int3.Y">
  5802. <summary>
  5803. The Y component of the vector.
  5804. </summary>
  5805. </member>
  5806. <member name="F:SharpDX.Int3.Z">
  5807. <summary>
  5808. The Z component of the vector.
  5809. </summary>
  5810. </member>
  5811. <member name="M:SharpDX.Int3.#ctor(System.Int32)">
  5812. <summary>
  5813. Initializes a new instance of the <see cref = "T:SharpDX.Int3" /> struct.
  5814. </summary>
  5815. <param name = "value">The value that will be assigned to all components.</param>
  5816. </member>
  5817. <member name="M:SharpDX.Int3.#ctor(System.Int32,System.Int32,System.Int32)">
  5818. <summary>
  5819. Initializes a new instance of the <see cref = "T:SharpDX.Int3" /> struct.
  5820. </summary>
  5821. <param name = "x">Initial value for the X component of the vector.</param>
  5822. <param name = "y">Initial value for the Y component of the vector.</param>
  5823. <param name = "z">Initial value for the Z component of the vector.</param>
  5824. </member>
  5825. <member name="M:SharpDX.Int3.#ctor(System.Int32[])">
  5826. <summary>
  5827. Initializes a new instance of the <see cref = "T:SharpDX.Int3" /> struct.
  5828. </summary>
  5829. <param name = "values">The values to assign to the X, Y, Z, and W components of the vector. This must be an array with four elements.</param>
  5830. <exception cref = "T:System.ArgumentNullException">Thrown when <paramref name = "values" /> is <c>null</c>.</exception>
  5831. <exception cref = "T:System.ArgumentOutOfRangeException">Thrown when <paramref name = "values" /> contains more or less than four elements.</exception>
  5832. </member>
  5833. <member name="P:SharpDX.Int3.Item(System.Int32)">
  5834. <summary>
  5835. Gets or sets the component at the specified index.
  5836. </summary>
  5837. <value>The value of the X, Y, Z, or W component, depending on the index.</value>
  5838. <param name = "index">The index of the component to access. Use 0 for the X component, 1 for the Y component, 2 for the Z component, and 3 for the W component.</param>
  5839. <returns>The value of the component at the specified index.</returns>
  5840. <exception cref = "T:System.ArgumentOutOfRangeException">Thrown when the <paramref name = "index" /> is out of the range [0, 3].</exception>
  5841. </member>
  5842. <member name="M:SharpDX.Int3.ToArray">
  5843. <summary>
  5844. Creates an array containing the elements of the vector.
  5845. </summary>
  5846. <returns>A four-element array containing the components of the vector.</returns>
  5847. </member>
  5848. <member name="M:SharpDX.Int3.Add(SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@)">
  5849. <summary>
  5850. Adds two vectors.
  5851. </summary>
  5852. <param name = "left">The first vector to add.</param>
  5853. <param name = "right">The second vector to add.</param>
  5854. <param name = "result">When the method completes, contains the sum of the two vectors.</param>
  5855. </member>
  5856. <member name="M:SharpDX.Int3.Add(SharpDX.Int3,SharpDX.Int3)">
  5857. <summary>
  5858. Adds two vectors.
  5859. </summary>
  5860. <param name = "left">The first vector to add.</param>
  5861. <param name = "right">The second vector to add.</param>
  5862. <returns>The sum of the two vectors.</returns>
  5863. </member>
  5864. <member name="M:SharpDX.Int3.Subtract(SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@)">
  5865. <summary>
  5866. Subtracts two vectors.
  5867. </summary>
  5868. <param name = "left">The first vector to subtract.</param>
  5869. <param name = "right">The second vector to subtract.</param>
  5870. <param name = "result">When the method completes, contains the difference of the two vectors.</param>
  5871. </member>
  5872. <member name="M:SharpDX.Int3.Subtract(SharpDX.Int3,SharpDX.Int3)">
  5873. <summary>
  5874. Subtracts two vectors.
  5875. </summary>
  5876. <param name = "left">The first vector to subtract.</param>
  5877. <param name = "right">The second vector to subtract.</param>
  5878. <returns>The difference of the two vectors.</returns>
  5879. </member>
  5880. <member name="M:SharpDX.Int3.Multiply(SharpDX.Int3@,System.Int32,SharpDX.Int3@)">
  5881. <summary>
  5882. Scales a vector by the given value.
  5883. </summary>
  5884. <param name = "value">The vector to scale.</param>
  5885. <param name = "scale">The amount by which to scale the vector.</param>
  5886. <param name = "result">When the method completes, contains the scaled vector.</param>
  5887. </member>
  5888. <member name="M:SharpDX.Int3.Multiply(SharpDX.Int3,System.Int32)">
  5889. <summary>
  5890. Scales a vector by the given value.
  5891. </summary>
  5892. <param name = "value">The vector to scale.</param>
  5893. <param name = "scale">The amount by which to scale the vector.</param>
  5894. <returns>The scaled vector.</returns>
  5895. </member>
  5896. <member name="M:SharpDX.Int3.Modulate(SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@)">
  5897. <summary>
  5898. Modulates a vector with another by performing component-wise multiplication.
  5899. </summary>
  5900. <param name = "left">The first vector to modulate.</param>
  5901. <param name = "right">The second vector to modulate.</param>
  5902. <param name = "result">When the method completes, contains the modulated vector.</param>
  5903. </member>
  5904. <member name="M:SharpDX.Int3.Modulate(SharpDX.Int3,SharpDX.Int3)">
  5905. <summary>
  5906. Modulates a vector with another by performing component-wise multiplication.
  5907. </summary>
  5908. <param name = "left">The first vector to modulate.</param>
  5909. <param name = "right">The second vector to modulate.</param>
  5910. <returns>The modulated vector.</returns>
  5911. </member>
  5912. <member name="M:SharpDX.Int3.Divide(SharpDX.Int3@,System.Int32,SharpDX.Int3@)">
  5913. <summary>
  5914. Scales a vector by the given value.
  5915. </summary>
  5916. <param name = "value">The vector to scale.</param>
  5917. <param name = "scale">The amount by which to scale the vector.</param>
  5918. <param name = "result">When the method completes, contains the scaled vector.</param>
  5919. </member>
  5920. <member name="M:SharpDX.Int3.Divide(SharpDX.Int3,System.Int32)">
  5921. <summary>
  5922. Scales a vector by the given value.
  5923. </summary>
  5924. <param name = "value">The vector to scale.</param>
  5925. <param name = "scale">The amount by which to scale the vector.</param>
  5926. <returns>The scaled vector.</returns>
  5927. </member>
  5928. <member name="M:SharpDX.Int3.Negate(SharpDX.Int3@,SharpDX.Int3@)">
  5929. <summary>
  5930. Reverses the direction of a given vector.
  5931. </summary>
  5932. <param name = "value">The vector to negate.</param>
  5933. <param name = "result">When the method completes, contains a vector facing in the opposite direction.</param>
  5934. </member>
  5935. <member name="M:SharpDX.Int3.Negate(SharpDX.Int3)">
  5936. <summary>
  5937. Reverses the direction of a given vector.
  5938. </summary>
  5939. <param name = "value">The vector to negate.</param>
  5940. <returns>A vector facing in the opposite direction.</returns>
  5941. </member>
  5942. <member name="M:SharpDX.Int3.Clamp(SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@)">
  5943. <summary>
  5944. Restricts a value to be within a specified range.
  5945. </summary>
  5946. <param name = "value">The value to clamp.</param>
  5947. <param name = "min">The minimum value.</param>
  5948. <param name = "max">The maximum value.</param>
  5949. <param name = "result">When the method completes, contains the clamped value.</param>
  5950. </member>
  5951. <member name="M:SharpDX.Int3.Clamp(SharpDX.Int3,SharpDX.Int3,SharpDX.Int3)">
  5952. <summary>
  5953. Restricts a value to be within a specified range.
  5954. </summary>
  5955. <param name = "value">The value to clamp.</param>
  5956. <param name = "min">The minimum value.</param>
  5957. <param name = "max">The maximum value.</param>
  5958. <returns>The clamped value.</returns>
  5959. </member>
  5960. <member name="M:SharpDX.Int3.Max(SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@)">
  5961. <summary>
  5962. Returns a vector containing the smallest components of the specified vectors.
  5963. </summary>
  5964. <param name = "left">The first source vector.</param>
  5965. <param name = "right">The second source vector.</param>
  5966. <param name = "result">When the method completes, contains an new vector composed of the largest components of the source vectors.</param>
  5967. </member>
  5968. <member name="M:SharpDX.Int3.Max(SharpDX.Int3,SharpDX.Int3)">
  5969. <summary>
  5970. Returns a vector containing the largest components of the specified vectors.
  5971. </summary>
  5972. <param name = "left">The first source vector.</param>
  5973. <param name = "right">The second source vector.</param>
  5974. <returns>A vector containing the largest components of the source vectors.</returns>
  5975. </member>
  5976. <member name="M:SharpDX.Int3.Min(SharpDX.Int3@,SharpDX.Int3@,SharpDX.Int3@)">
  5977. <summary>
  5978. Returns a vector containing the smallest components of the specified vectors.
  5979. </summary>
  5980. <param name = "left">The first source vector.</param>
  5981. <param name = "right">The second source vector.</param>
  5982. <param name = "result">When the method completes, contains an new vector composed of the smallest components of the source vectors.</param>
  5983. </member>
  5984. <member name="M:SharpDX.Int3.Min(SharpDX.Int3,SharpDX.Int3)">
  5985. <summary>
  5986. Returns a vector containing the smallest components of the specified vectors.
  5987. </summary>
  5988. <param name = "left">The first source vector.</param>
  5989. <param name = "right">The second source vector.</param>
  5990. <returns>A vector containing the smallest components of the source vectors.</returns>
  5991. </member>
  5992. <member name="M:SharpDX.Int3.op_Addition(SharpDX.Int3,SharpDX.Int3)">
  5993. <summary>
  5994. Adds two vectors.
  5995. </summary>
  5996. <param name = "left">The first vector to add.</param>
  5997. <param name = "right">The second vector to add.</param>
  5998. <returns>The sum of the two vectors.</returns>
  5999. </member>
  6000. <member name="M:SharpDX.Int3.op_UnaryPlus(SharpDX.Int3)">
  6001. <summary>
  6002. Assert a vector (return it unchanged).
  6003. </summary>
  6004. <param name = "value">The vector to assert (unchanged).</param>
  6005. <returns>The asserted (unchanged) vector.</returns>
  6006. </member>
  6007. <member name="M:SharpDX.Int3.op_Subtraction(SharpDX.Int3,SharpDX.Int3)">
  6008. <summary>
  6009. Subtracts two vectors.
  6010. </summary>
  6011. <param name = "left">The first vector to subtract.</param>
  6012. <param name = "right">The second vector to subtract.</param>
  6013. <returns>The difference of the two vectors.</returns>
  6014. </member>
  6015. <member name="M:SharpDX.Int3.op_UnaryNegation(SharpDX.Int3)">
  6016. <summary>
  6017. Reverses the direction of a given vector.
  6018. </summary>
  6019. <param name = "value">The vector to negate.</param>
  6020. <returns>A vector facing in the opposite direction.</returns>
  6021. </member>
  6022. <member name="M:SharpDX.Int3.op_Multiply(System.Int32,SharpDX.Int3)">
  6023. <summary>
  6024. Scales a vector by the given value.
  6025. </summary>
  6026. <param name = "value">The vector to scale.</param>
  6027. <param name = "scale">The amount by which to scale the vector.</param>
  6028. <returns>The scaled vector.</returns>
  6029. </member>
  6030. <member name="M:SharpDX.Int3.op_Multiply(SharpDX.Int3,System.Int32)">
  6031. <summary>
  6032. Scales a vector by the given value.
  6033. </summary>
  6034. <param name = "value">The vector to scale.</param>
  6035. <param name = "scale">The amount by which to scale the vector.</param>
  6036. <returns>The scaled vector.</returns>
  6037. </member>
  6038. <member name="M:SharpDX.Int3.op_Division(SharpDX.Int3,System.Int32)">
  6039. <summary>
  6040. Scales a vector by the given value.
  6041. </summary>
  6042. <param name = "value">The vector to scale.</param>
  6043. <param name = "scale">The amount by which to scale the vector.</param>
  6044. <returns>The scaled vector.</returns>
  6045. </member>
  6046. <member name="M:SharpDX.Int3.op_Equality(SharpDX.Int3,SharpDX.Int3)">
  6047. <summary>
  6048. Tests for equality between two objects.
  6049. </summary>
  6050. <param name = "left">The first value to compare.</param>
  6051. <param name = "right">The second value to compare.</param>
  6052. <returns><c>true</c> if <paramref name = "left" /> has the same value as <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  6053. </member>
  6054. <member name="M:SharpDX.Int3.op_Inequality(SharpDX.Int3,SharpDX.Int3)">
  6055. <summary>
  6056. Tests for inequality between two objects.
  6057. </summary>
  6058. <param name = "left">The first value to compare.</param>
  6059. <param name = "right">The second value to compare.</param>
  6060. <returns><c>true</c> if <paramref name = "left" /> has a different value than <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  6061. </member>
  6062. <member name="M:SharpDX.Int3.op_Explicit(SharpDX.Int3)~SharpDX.Vector2">
  6063. <summary>
  6064. Performs an explicit conversion from <see cref = "T:SharpDX.Int3" /> to <see cref = "T:SharpDX.Vector2" />.
  6065. </summary>
  6066. <param name = "value">The value.</param>
  6067. <returns>The result of the conversion.</returns>
  6068. </member>
  6069. <member name="M:SharpDX.Int3.op_Explicit(SharpDX.Int3)~SharpDX.Vector3">
  6070. <summary>
  6071. Performs an explicit conversion from <see cref = "T:SharpDX.Int3" /> to <see cref = "T:SharpDX.Vector3" />.
  6072. </summary>
  6073. <param name = "value">The value.</param>
  6074. <returns>The result of the conversion.</returns>
  6075. </member>
  6076. <member name="M:SharpDX.Int3.ToString">
  6077. <summary>
  6078. Returns a <see cref = "T:System.String" /> that represents this instance.
  6079. </summary>
  6080. <returns>
  6081. A <see cref = "T:System.String" /> that represents this instance.
  6082. </returns>
  6083. </member>
  6084. <member name="M:SharpDX.Int3.ToString(System.String)">
  6085. <summary>
  6086. Returns a <see cref = "T:System.String" /> that represents this instance.
  6087. </summary>
  6088. <param name = "format">The format.</param>
  6089. <returns>
  6090. A <see cref = "T:System.String" /> that represents this instance.
  6091. </returns>
  6092. </member>
  6093. <member name="M:SharpDX.Int3.ToString(System.IFormatProvider)">
  6094. <summary>
  6095. Returns a <see cref = "T:System.String" /> that represents this instance.
  6096. </summary>
  6097. <param name = "formatProvider">The format provider.</param>
  6098. <returns>
  6099. A <see cref = "T:System.String" /> that represents this instance.
  6100. </returns>
  6101. </member>
  6102. <member name="M:SharpDX.Int3.ToString(System.String,System.IFormatProvider)">
  6103. <summary>
  6104. Returns a <see cref = "T:System.String" /> that represents this instance.
  6105. </summary>
  6106. <param name = "format">The format.</param>
  6107. <param name = "formatProvider">The format provider.</param>
  6108. <returns>
  6109. A <see cref = "T:System.String" /> that represents this instance.
  6110. </returns>
  6111. </member>
  6112. <member name="M:SharpDX.Int3.GetHashCode">
  6113. <summary>
  6114. Returns a hash code for this instance.
  6115. </summary>
  6116. <returns>
  6117. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  6118. </returns>
  6119. </member>
  6120. <member name="M:SharpDX.Int3.Equals(SharpDX.Int3@)">
  6121. <summary>
  6122. Determines whether the specified <see cref = "T:SharpDX.Int3" /> is equal to this instance.
  6123. </summary>
  6124. <param name = "other">The <see cref = "T:SharpDX.Int3" /> to compare with this instance.</param>
  6125. <returns>
  6126. <c>true</c> if the specified <see cref = "T:SharpDX.Int3" /> is equal to this instance; otherwise, <c>false</c>.
  6127. </returns>
  6128. </member>
  6129. <member name="M:SharpDX.Int3.Equals(SharpDX.Int3)">
  6130. <summary>
  6131. Determines whether the specified <see cref = "T:SharpDX.Int3" /> is equal to this instance.
  6132. </summary>
  6133. <param name = "other">The <see cref = "T:SharpDX.Int3" /> to compare with this instance.</param>
  6134. <returns>
  6135. <c>true</c> if the specified <see cref = "T:SharpDX.Int3" /> is equal to this instance; otherwise, <c>false</c>.
  6136. </returns>
  6137. </member>
  6138. <member name="M:SharpDX.Int3.Equals(System.Object)">
  6139. <summary>
  6140. Determines whether the specified <see cref = "T:System.Object" /> is equal to this instance.
  6141. </summary>
  6142. <param name = "value">The <see cref = "T:System.Object" /> to compare with this instance.</param>
  6143. <returns>
  6144. <c>true</c> if the specified <see cref = "T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
  6145. </returns>
  6146. </member>
  6147. <member name="M:SharpDX.Int3.op_Implicit(System.Int32[])~SharpDX.Int3">
  6148. <summary>
  6149. Performs an implicit conversion from <see cref="T:System.Int32"/> array to <see cref="T:SharpDX.Int3"/>.
  6150. </summary>
  6151. <param name="input">The input.</param>
  6152. <returns>The result of the conversion.</returns>
  6153. </member>
  6154. <member name="M:SharpDX.Int3.op_Implicit(SharpDX.Int3)~System.Int32[]">
  6155. <summary>
  6156. Performs an implicit conversion from <see cref="T:SharpDX.Int3"/> to <see cref="T:System.Int32"/> array.
  6157. </summary>
  6158. <param name="input">The input.</param>
  6159. <returns>The result of the conversion.</returns>
  6160. </member>
  6161. <member name="M:SharpDX.Int3.op_Implicit(SharpDX.Int3)~SharpDX.Mathematics.Interop.RawInt3">
  6162. <summary>
  6163. Performs an implicit conversion from <see cref="T:SharpDX.Int3"/> to <see cref="T:SharpDX.Mathematics.Interop.RawInt3"/>.
  6164. </summary>
  6165. <param name="value">The value.</param>
  6166. <returns>The result of the conversion.</returns>
  6167. </member>
  6168. <member name="M:SharpDX.Int3.op_Implicit(SharpDX.Mathematics.Interop.RawInt3)~SharpDX.Int3">
  6169. <summary>
  6170. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawInt3"/> to <see cref="T:SharpDX.Int3"/>.
  6171. </summary>
  6172. <param name="value">The value.</param>
  6173. <returns>The result of the conversion.</returns>
  6174. </member>
  6175. <member name="T:SharpDX.Int4">
  6176. <summary>
  6177. Represents a four dimensional mathematical vector.
  6178. </summary>
  6179. </member>
  6180. <member name="F:SharpDX.Int4.SizeInBytes">
  6181. <summary>
  6182. The size of the <see cref = "T:SharpDX.Int4" /> type, in bytes.
  6183. </summary>
  6184. </member>
  6185. <member name="F:SharpDX.Int4.Zero">
  6186. <summary>
  6187. A <see cref = "T:SharpDX.Int4" /> with all of its components set to zero.
  6188. </summary>
  6189. </member>
  6190. <member name="F:SharpDX.Int4.UnitX">
  6191. <summary>
  6192. The X unit <see cref = "T:SharpDX.Int4" /> (1, 0, 0, 0).
  6193. </summary>
  6194. </member>
  6195. <member name="F:SharpDX.Int4.UnitY">
  6196. <summary>
  6197. The Y unit <see cref = "T:SharpDX.Int4" /> (0, 1, 0, 0).
  6198. </summary>
  6199. </member>
  6200. <member name="F:SharpDX.Int4.UnitZ">
  6201. <summary>
  6202. The Z unit <see cref = "T:SharpDX.Int4" /> (0, 0, 1, 0).
  6203. </summary>
  6204. </member>
  6205. <member name="F:SharpDX.Int4.UnitW">
  6206. <summary>
  6207. The W unit <see cref = "T:SharpDX.Int4" /> (0, 0, 0, 1).
  6208. </summary>
  6209. </member>
  6210. <member name="F:SharpDX.Int4.One">
  6211. <summary>
  6212. A <see cref = "T:SharpDX.Int4" /> with all of its components set to one.
  6213. </summary>
  6214. </member>
  6215. <member name="F:SharpDX.Int4.X">
  6216. <summary>
  6217. The X component of the vector.
  6218. </summary>
  6219. </member>
  6220. <member name="F:SharpDX.Int4.Y">
  6221. <summary>
  6222. The Y component of the vector.
  6223. </summary>
  6224. </member>
  6225. <member name="F:SharpDX.Int4.Z">
  6226. <summary>
  6227. The Z component of the vector.
  6228. </summary>
  6229. </member>
  6230. <member name="F:SharpDX.Int4.W">
  6231. <summary>
  6232. The W component of the vector.
  6233. </summary>
  6234. </member>
  6235. <member name="M:SharpDX.Int4.#ctor(System.Int32)">
  6236. <summary>
  6237. Initializes a new instance of the <see cref = "T:SharpDX.Int4" /> struct.
  6238. </summary>
  6239. <param name = "value">The value that will be assigned to all components.</param>
  6240. </member>
  6241. <member name="M:SharpDX.Int4.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  6242. <summary>
  6243. Initializes a new instance of the <see cref = "T:SharpDX.Int4" /> struct.
  6244. </summary>
  6245. <param name = "x">Initial value for the X component of the vector.</param>
  6246. <param name = "y">Initial value for the Y component of the vector.</param>
  6247. <param name = "z">Initial value for the Z component of the vector.</param>
  6248. <param name = "w">Initial value for the W component of the vector.</param>
  6249. </member>
  6250. <member name="M:SharpDX.Int4.#ctor(System.Int32[])">
  6251. <summary>
  6252. Initializes a new instance of the <see cref = "T:SharpDX.Int4" /> struct.
  6253. </summary>
  6254. <param name = "values">The values to assign to the X, Y, Z, and W components of the vector. This must be an array with four elements.</param>
  6255. <exception cref = "T:System.ArgumentNullException">Thrown when <paramref name = "values" /> is <c>null</c>.</exception>
  6256. <exception cref = "T:System.ArgumentOutOfRangeException">Thrown when <paramref name = "values" /> contains more or less than four elements.</exception>
  6257. </member>
  6258. <member name="P:SharpDX.Int4.Item(System.Int32)">
  6259. <summary>
  6260. Gets or sets the component at the specified index.
  6261. </summary>
  6262. <value>The value of the X, Y, Z, or W component, depending on the index.</value>
  6263. <param name = "index">The index of the component to access. Use 0 for the X component, 1 for the Y component, 2 for the Z component, and 3 for the W component.</param>
  6264. <returns>The value of the component at the specified index.</returns>
  6265. <exception cref = "T:System.ArgumentOutOfRangeException">Thrown when the <paramref name = "index" /> is out of the range [0, 3].</exception>
  6266. </member>
  6267. <member name="M:SharpDX.Int4.ToArray">
  6268. <summary>
  6269. Creates an array containing the elements of the vector.
  6270. </summary>
  6271. <returns>A four-element array containing the components of the vector.</returns>
  6272. </member>
  6273. <member name="M:SharpDX.Int4.Add(SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@)">
  6274. <summary>
  6275. Adds two vectors.
  6276. </summary>
  6277. <param name = "left">The first vector to add.</param>
  6278. <param name = "right">The second vector to add.</param>
  6279. <param name = "result">When the method completes, contains the sum of the two vectors.</param>
  6280. </member>
  6281. <member name="M:SharpDX.Int4.Add(SharpDX.Int4,SharpDX.Int4)">
  6282. <summary>
  6283. Adds two vectors.
  6284. </summary>
  6285. <param name = "left">The first vector to add.</param>
  6286. <param name = "right">The second vector to add.</param>
  6287. <returns>The sum of the two vectors.</returns>
  6288. </member>
  6289. <member name="M:SharpDX.Int4.Subtract(SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@)">
  6290. <summary>
  6291. Subtracts two vectors.
  6292. </summary>
  6293. <param name = "left">The first vector to subtract.</param>
  6294. <param name = "right">The second vector to subtract.</param>
  6295. <param name = "result">When the method completes, contains the difference of the two vectors.</param>
  6296. </member>
  6297. <member name="M:SharpDX.Int4.Subtract(SharpDX.Int4,SharpDX.Int4)">
  6298. <summary>
  6299. Subtracts two vectors.
  6300. </summary>
  6301. <param name = "left">The first vector to subtract.</param>
  6302. <param name = "right">The second vector to subtract.</param>
  6303. <returns>The difference of the two vectors.</returns>
  6304. </member>
  6305. <member name="M:SharpDX.Int4.Multiply(SharpDX.Int4@,System.Int32,SharpDX.Int4@)">
  6306. <summary>
  6307. Scales a vector by the given value.
  6308. </summary>
  6309. <param name = "value">The vector to scale.</param>
  6310. <param name = "scale">The amount by which to scale the vector.</param>
  6311. <param name = "result">When the method completes, contains the scaled vector.</param>
  6312. </member>
  6313. <member name="M:SharpDX.Int4.Multiply(SharpDX.Int4,System.Int32)">
  6314. <summary>
  6315. Scales a vector by the given value.
  6316. </summary>
  6317. <param name = "value">The vector to scale.</param>
  6318. <param name = "scale">The amount by which to scale the vector.</param>
  6319. <returns>The scaled vector.</returns>
  6320. </member>
  6321. <member name="M:SharpDX.Int4.Modulate(SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@)">
  6322. <summary>
  6323. Modulates a vector with another by performing component-wise multiplication.
  6324. </summary>
  6325. <param name = "left">The first vector to modulate.</param>
  6326. <param name = "right">The second vector to modulate.</param>
  6327. <param name = "result">When the method completes, contains the modulated vector.</param>
  6328. </member>
  6329. <member name="M:SharpDX.Int4.Modulate(SharpDX.Int4,SharpDX.Int4)">
  6330. <summary>
  6331. Modulates a vector with another by performing component-wise multiplication.
  6332. </summary>
  6333. <param name = "left">The first vector to modulate.</param>
  6334. <param name = "right">The second vector to modulate.</param>
  6335. <returns>The modulated vector.</returns>
  6336. </member>
  6337. <member name="M:SharpDX.Int4.Divide(SharpDX.Int4@,System.Int32,SharpDX.Int4@)">
  6338. <summary>
  6339. Scales a vector by the given value.
  6340. </summary>
  6341. <param name = "value">The vector to scale.</param>
  6342. <param name = "scale">The amount by which to scale the vector.</param>
  6343. <param name = "result">When the method completes, contains the scaled vector.</param>
  6344. </member>
  6345. <member name="M:SharpDX.Int4.Divide(SharpDX.Int4,System.Int32)">
  6346. <summary>
  6347. Scales a vector by the given value.
  6348. </summary>
  6349. <param name = "value">The vector to scale.</param>
  6350. <param name = "scale">The amount by which to scale the vector.</param>
  6351. <returns>The scaled vector.</returns>
  6352. </member>
  6353. <member name="M:SharpDX.Int4.Negate(SharpDX.Int4@,SharpDX.Int4@)">
  6354. <summary>
  6355. Reverses the direction of a given vector.
  6356. </summary>
  6357. <param name = "value">The vector to negate.</param>
  6358. <param name = "result">When the method completes, contains a vector facing in the opposite direction.</param>
  6359. </member>
  6360. <member name="M:SharpDX.Int4.Negate(SharpDX.Int4)">
  6361. <summary>
  6362. Reverses the direction of a given vector.
  6363. </summary>
  6364. <param name = "value">The vector to negate.</param>
  6365. <returns>A vector facing in the opposite direction.</returns>
  6366. </member>
  6367. <member name="M:SharpDX.Int4.Clamp(SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@)">
  6368. <summary>
  6369. Restricts a value to be within a specified range.
  6370. </summary>
  6371. <param name = "value">The value to clamp.</param>
  6372. <param name = "min">The minimum value.</param>
  6373. <param name = "max">The maximum value.</param>
  6374. <param name = "result">When the method completes, contains the clamped value.</param>
  6375. </member>
  6376. <member name="M:SharpDX.Int4.Clamp(SharpDX.Int4,SharpDX.Int4,SharpDX.Int4)">
  6377. <summary>
  6378. Restricts a value to be within a specified range.
  6379. </summary>
  6380. <param name = "value">The value to clamp.</param>
  6381. <param name = "min">The minimum value.</param>
  6382. <param name = "max">The maximum value.</param>
  6383. <returns>The clamped value.</returns>
  6384. </member>
  6385. <member name="M:SharpDX.Int4.Max(SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@)">
  6386. <summary>
  6387. Returns a vector containing the smallest components of the specified vectors.
  6388. </summary>
  6389. <param name = "left">The first source vector.</param>
  6390. <param name = "right">The second source vector.</param>
  6391. <param name = "result">When the method completes, contains an new vector composed of the largest components of the source vectors.</param>
  6392. </member>
  6393. <member name="M:SharpDX.Int4.Max(SharpDX.Int4,SharpDX.Int4)">
  6394. <summary>
  6395. Returns a vector containing the largest components of the specified vectors.
  6396. </summary>
  6397. <param name = "left">The first source vector.</param>
  6398. <param name = "right">The second source vector.</param>
  6399. <returns>A vector containing the largest components of the source vectors.</returns>
  6400. </member>
  6401. <member name="M:SharpDX.Int4.Min(SharpDX.Int4@,SharpDX.Int4@,SharpDX.Int4@)">
  6402. <summary>
  6403. Returns a vector containing the smallest components of the specified vectors.
  6404. </summary>
  6405. <param name = "left">The first source vector.</param>
  6406. <param name = "right">The second source vector.</param>
  6407. <param name = "result">When the method completes, contains an new vector composed of the smallest components of the source vectors.</param>
  6408. </member>
  6409. <member name="M:SharpDX.Int4.Min(SharpDX.Int4,SharpDX.Int4)">
  6410. <summary>
  6411. Returns a vector containing the smallest components of the specified vectors.
  6412. </summary>
  6413. <param name = "left">The first source vector.</param>
  6414. <param name = "right">The second source vector.</param>
  6415. <returns>A vector containing the smallest components of the source vectors.</returns>
  6416. </member>
  6417. <member name="M:SharpDX.Int4.op_Addition(SharpDX.Int4,SharpDX.Int4)">
  6418. <summary>
  6419. Adds two vectors.
  6420. </summary>
  6421. <param name = "left">The first vector to add.</param>
  6422. <param name = "right">The second vector to add.</param>
  6423. <returns>The sum of the two vectors.</returns>
  6424. </member>
  6425. <member name="M:SharpDX.Int4.op_UnaryPlus(SharpDX.Int4)">
  6426. <summary>
  6427. Assert a vector (return it unchanged).
  6428. </summary>
  6429. <param name = "value">The vector to assert (unchanged).</param>
  6430. <returns>The asserted (unchanged) vector.</returns>
  6431. </member>
  6432. <member name="M:SharpDX.Int4.op_Subtraction(SharpDX.Int4,SharpDX.Int4)">
  6433. <summary>
  6434. Subtracts two vectors.
  6435. </summary>
  6436. <param name = "left">The first vector to subtract.</param>
  6437. <param name = "right">The second vector to subtract.</param>
  6438. <returns>The difference of the two vectors.</returns>
  6439. </member>
  6440. <member name="M:SharpDX.Int4.op_UnaryNegation(SharpDX.Int4)">
  6441. <summary>
  6442. Reverses the direction of a given vector.
  6443. </summary>
  6444. <param name = "value">The vector to negate.</param>
  6445. <returns>A vector facing in the opposite direction.</returns>
  6446. </member>
  6447. <member name="M:SharpDX.Int4.op_Multiply(System.Int32,SharpDX.Int4)">
  6448. <summary>
  6449. Scales a vector by the given value.
  6450. </summary>
  6451. <param name = "value">The vector to scale.</param>
  6452. <param name = "scale">The amount by which to scale the vector.</param>
  6453. <returns>The scaled vector.</returns>
  6454. </member>
  6455. <member name="M:SharpDX.Int4.op_Multiply(SharpDX.Int4,System.Int32)">
  6456. <summary>
  6457. Scales a vector by the given value.
  6458. </summary>
  6459. <param name = "value">The vector to scale.</param>
  6460. <param name = "scale">The amount by which to scale the vector.</param>
  6461. <returns>The scaled vector.</returns>
  6462. </member>
  6463. <member name="M:SharpDX.Int4.op_Division(SharpDX.Int4,System.Int32)">
  6464. <summary>
  6465. Scales a vector by the given value.
  6466. </summary>
  6467. <param name = "value">The vector to scale.</param>
  6468. <param name = "scale">The amount by which to scale the vector.</param>
  6469. <returns>The scaled vector.</returns>
  6470. </member>
  6471. <member name="M:SharpDX.Int4.op_Equality(SharpDX.Int4,SharpDX.Int4)">
  6472. <summary>
  6473. Tests for equality between two objects.
  6474. </summary>
  6475. <param name = "left">The first value to compare.</param>
  6476. <param name = "right">The second value to compare.</param>
  6477. <returns><c>true</c> if <paramref name = "left" /> has the same value as <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  6478. </member>
  6479. <member name="M:SharpDX.Int4.op_Inequality(SharpDX.Int4,SharpDX.Int4)">
  6480. <summary>
  6481. Tests for inequality between two objects.
  6482. </summary>
  6483. <param name = "left">The first value to compare.</param>
  6484. <param name = "right">The second value to compare.</param>
  6485. <returns><c>true</c> if <paramref name = "left" /> has a different value than <paramref name = "right" />; otherwise, <c>false</c>.</returns>
  6486. </member>
  6487. <member name="M:SharpDX.Int4.op_Explicit(SharpDX.Int4)~SharpDX.Vector2">
  6488. <summary>
  6489. Performs an explicit conversion from <see cref = "T:SharpDX.Int4" /> to <see cref = "T:SharpDX.Vector2" />.
  6490. </summary>
  6491. <param name = "value">The value.</param>
  6492. <returns>The result of the conversion.</returns>
  6493. </member>
  6494. <member name="M:SharpDX.Int4.op_Explicit(SharpDX.Int4)~SharpDX.Vector3">
  6495. <summary>
  6496. Performs an explicit conversion from <see cref = "T:SharpDX.Int4" /> to <see cref = "T:SharpDX.Vector3" />.
  6497. </summary>
  6498. <param name = "value">The value.</param>
  6499. <returns>The result of the conversion.</returns>
  6500. </member>
  6501. <member name="M:SharpDX.Int4.op_Explicit(SharpDX.Int4)~SharpDX.Vector4">
  6502. <summary>
  6503. Performs an explicit conversion from <see cref = "T:SharpDX.Int4" /> to <see cref = "T:SharpDX.Vector4" />.
  6504. </summary>
  6505. <param name = "value">The value.</param>
  6506. <returns>The result of the conversion.</returns>
  6507. </member>
  6508. <member name="M:SharpDX.Int4.ToString">
  6509. <summary>
  6510. Returns a <see cref = "T:System.String" /> that represents this instance.
  6511. </summary>
  6512. <returns>
  6513. A <see cref = "T:System.String" /> that represents this instance.
  6514. </returns>
  6515. </member>
  6516. <member name="M:SharpDX.Int4.ToString(System.String)">
  6517. <summary>
  6518. Returns a <see cref = "T:System.String" /> that represents this instance.
  6519. </summary>
  6520. <param name = "format">The format.</param>
  6521. <returns>
  6522. A <see cref = "T:System.String" /> that represents this instance.
  6523. </returns>
  6524. </member>
  6525. <member name="M:SharpDX.Int4.ToString(System.IFormatProvider)">
  6526. <summary>
  6527. Returns a <see cref = "T:System.String" /> that represents this instance.
  6528. </summary>
  6529. <param name = "formatProvider">The format provider.</param>
  6530. <returns>
  6531. A <see cref = "T:System.String" /> that represents this instance.
  6532. </returns>
  6533. </member>
  6534. <member name="M:SharpDX.Int4.ToString(System.String,System.IFormatProvider)">
  6535. <summary>
  6536. Returns a <see cref = "T:System.String" /> that represents this instance.
  6537. </summary>
  6538. <param name = "format">The format.</param>
  6539. <param name = "formatProvider">The format provider.</param>
  6540. <returns>
  6541. A <see cref = "T:System.String" /> that represents this instance.
  6542. </returns>
  6543. </member>
  6544. <member name="M:SharpDX.Int4.GetHashCode">
  6545. <summary>
  6546. Returns a hash code for this instance.
  6547. </summary>
  6548. <returns>
  6549. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  6550. </returns>
  6551. </member>
  6552. <member name="M:SharpDX.Int4.Equals(SharpDX.Int4@)">
  6553. <summary>
  6554. Determines whether the specified <see cref = "T:SharpDX.Int4" /> is equal to this instance.
  6555. </summary>
  6556. <param name = "other">The <see cref = "T:SharpDX.Int4" /> to compare with this instance.</param>
  6557. <returns>
  6558. <c>true</c> if the specified <see cref = "T:SharpDX.Int4" /> is equal to this instance; otherwise, <c>false</c>.
  6559. </returns>
  6560. </member>
  6561. <member name="M:SharpDX.Int4.Equals(SharpDX.Int4)">
  6562. <summary>
  6563. Determines whether the specified <see cref = "T:SharpDX.Int4" /> is equal to this instance.
  6564. </summary>
  6565. <param name = "other">The <see cref = "T:SharpDX.Int4" /> to compare with this instance.</param>
  6566. <returns>
  6567. <c>true</c> if the specified <see cref = "T:SharpDX.Int4" /> is equal to this instance; otherwise, <c>false</c>.
  6568. </returns>
  6569. </member>
  6570. <member name="M:SharpDX.Int4.Equals(System.Object)">
  6571. <summary>
  6572. Determines whether the specified <see cref = "T:System.Object" /> is equal to this instance.
  6573. </summary>
  6574. <param name = "value">The <see cref = "T:System.Object" /> to compare with this instance.</param>
  6575. <returns>
  6576. <c>true</c> if the specified <see cref = "T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
  6577. </returns>
  6578. </member>
  6579. <member name="M:SharpDX.Int4.op_Implicit(System.Int32[])~SharpDX.Int4">
  6580. <summary>
  6581. Performs an implicit conversion from <see cref="T:System.Int32"/> array to <see cref="T:SharpDX.Int4"/>.
  6582. </summary>
  6583. <param name="input">The input.</param>
  6584. <returns>The result of the conversion.</returns>
  6585. </member>
  6586. <member name="M:SharpDX.Int4.op_Implicit(SharpDX.Int4)~System.Int32[]">
  6587. <summary>
  6588. Performs an implicit conversion from <see cref="T:SharpDX.Int4"/> to <see cref="T:System.Int32"/> array.
  6589. </summary>
  6590. <param name="input">The input.</param>
  6591. <returns>The result of the conversion.</returns>
  6592. </member>
  6593. <member name="M:SharpDX.Int4.op_Implicit(SharpDX.Int4)~SharpDX.Mathematics.Interop.RawInt4">
  6594. <summary>
  6595. Performs an implicit conversion from <see cref="T:SharpDX.Int4"/> to <see cref="T:SharpDX.Mathematics.Interop.RawInt4"/>.
  6596. </summary>
  6597. <param name="value">The value.</param>
  6598. <returns>The result of the conversion.</returns>
  6599. </member>
  6600. <member name="M:SharpDX.Int4.op_Implicit(SharpDX.Mathematics.Interop.RawInt4)~SharpDX.Int4">
  6601. <summary>
  6602. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawInt4"/> to <see cref="T:SharpDX.Int4"/>.
  6603. </summary>
  6604. <param name="value">The value.</param>
  6605. <returns>The result of the conversion.</returns>
  6606. </member>
  6607. <member name="F:SharpDX.MathUtil.ZeroTolerance">
  6608. <summary>
  6609. The value for which all absolute numbers smaller than are considered equal to zero.
  6610. </summary>
  6611. </member>
  6612. <member name="F:SharpDX.MathUtil.Pi">
  6613. <summary>
  6614. A value specifying the approximation of π which is 180 degrees.
  6615. </summary>
  6616. </member>
  6617. <member name="F:SharpDX.MathUtil.TwoPi">
  6618. <summary>
  6619. A value specifying the approximation of 2π which is 360 degrees.
  6620. </summary>
  6621. </member>
  6622. <member name="F:SharpDX.MathUtil.PiOverTwo">
  6623. <summary>
  6624. A value specifying the approximation of π/2 which is 90 degrees.
  6625. </summary>
  6626. </member>
  6627. <member name="F:SharpDX.MathUtil.PiOverFour">
  6628. <summary>
  6629. A value specifying the approximation of π/4 which is 45 degrees.
  6630. </summary>
  6631. </member>
  6632. <member name="M:SharpDX.MathUtil.NearEqual(System.Single,System.Single)">
  6633. <summary>
  6634. Checks if a and b are almost equals, taking into account the magnitude of floating point numbers (unlike <see cref="M:SharpDX.MathUtil.WithinEpsilon(System.Single,System.Single,System.Single)"/> method). See Remarks.
  6635. See remarks.
  6636. </summary>
  6637. <param name="a">The left value to compare.</param>
  6638. <param name="b">The right value to compare.</param>
  6639. <returns><c>true</c> if a almost equal to b, <c>false</c> otherwise</returns>
  6640. <remarks>
  6641. The code is using the technique described by Bruce Dawson in
  6642. <a href="http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/">Comparing Floating point numbers 2012 edition</a>.
  6643. </remarks>
  6644. </member>
  6645. <member name="M:SharpDX.MathUtil.IsZero(System.Single)">
  6646. <summary>
  6647. Determines whether the specified value is close to zero (0.0f).
  6648. </summary>
  6649. <param name="a">The floating value.</param>
  6650. <returns><c>true</c> if the specified value is close to zero (0.0f); otherwise, <c>false</c>.</returns>
  6651. </member>
  6652. <member name="M:SharpDX.MathUtil.IsOne(System.Single)">
  6653. <summary>
  6654. Determines whether the specified value is close to one (1.0f).
  6655. </summary>
  6656. <param name="a">The floating value.</param>
  6657. <returns><c>true</c> if the specified value is close to one (1.0f); otherwise, <c>false</c>.</returns>
  6658. </member>
  6659. <member name="M:SharpDX.MathUtil.WithinEpsilon(System.Single,System.Single,System.Single)">
  6660. <summary>
  6661. Checks if a - b are almost equals within a float epsilon.
  6662. </summary>
  6663. <param name="a">The left value to compare.</param>
  6664. <param name="b">The right value to compare.</param>
  6665. <param name="epsilon">Epsilon value</param>
  6666. <returns><c>true</c> if a almost equal to b within a float epsilon, <c>false</c> otherwise</returns>
  6667. </member>
  6668. <member name="M:SharpDX.MathUtil.RevolutionsToDegrees(System.Single)">
  6669. <summary>
  6670. Converts revolutions to degrees.
  6671. </summary>
  6672. <param name="revolution">The value to convert.</param>
  6673. <returns>The converted value.</returns>
  6674. </member>
  6675. <member name="M:SharpDX.MathUtil.RevolutionsToRadians(System.Single)">
  6676. <summary>
  6677. Converts revolutions to radians.
  6678. </summary>
  6679. <param name="revolution">The value to convert.</param>
  6680. <returns>The converted value.</returns>
  6681. </member>
  6682. <member name="M:SharpDX.MathUtil.RevolutionsToGradians(System.Single)">
  6683. <summary>
  6684. Converts revolutions to gradians.
  6685. </summary>
  6686. <param name="revolution">The value to convert.</param>
  6687. <returns>The converted value.</returns>
  6688. </member>
  6689. <member name="M:SharpDX.MathUtil.DegreesToRevolutions(System.Single)">
  6690. <summary>
  6691. Converts degrees to revolutions.
  6692. </summary>
  6693. <param name="degree">The value to convert.</param>
  6694. <returns>The converted value.</returns>
  6695. </member>
  6696. <member name="M:SharpDX.MathUtil.DegreesToRadians(System.Single)">
  6697. <summary>
  6698. Converts degrees to radians.
  6699. </summary>
  6700. <param name="degree">The value to convert.</param>
  6701. <returns>The converted value.</returns>
  6702. </member>
  6703. <member name="M:SharpDX.MathUtil.RadiansToRevolutions(System.Single)">
  6704. <summary>
  6705. Converts radians to revolutions.
  6706. </summary>
  6707. <param name="radian">The value to convert.</param>
  6708. <returns>The converted value.</returns>
  6709. </member>
  6710. <member name="M:SharpDX.MathUtil.RadiansToGradians(System.Single)">
  6711. <summary>
  6712. Converts radians to gradians.
  6713. </summary>
  6714. <param name="radian">The value to convert.</param>
  6715. <returns>The converted value.</returns>
  6716. </member>
  6717. <member name="M:SharpDX.MathUtil.GradiansToRevolutions(System.Single)">
  6718. <summary>
  6719. Converts gradians to revolutions.
  6720. </summary>
  6721. <param name="gradian">The value to convert.</param>
  6722. <returns>The converted value.</returns>
  6723. </member>
  6724. <member name="M:SharpDX.MathUtil.GradiansToDegrees(System.Single)">
  6725. <summary>
  6726. Converts gradians to degrees.
  6727. </summary>
  6728. <param name="gradian">The value to convert.</param>
  6729. <returns>The converted value.</returns>
  6730. </member>
  6731. <member name="M:SharpDX.MathUtil.GradiansToRadians(System.Single)">
  6732. <summary>
  6733. Converts gradians to radians.
  6734. </summary>
  6735. <param name="gradian">The value to convert.</param>
  6736. <returns>The converted value.</returns>
  6737. </member>
  6738. <member name="M:SharpDX.MathUtil.RadiansToDegrees(System.Single)">
  6739. <summary>
  6740. Converts radians to degrees.
  6741. </summary>
  6742. <param name="radian">The value to convert.</param>
  6743. <returns>The converted value.</returns>
  6744. </member>
  6745. <member name="M:SharpDX.MathUtil.Clamp(System.Single,System.Single,System.Single)">
  6746. <summary>
  6747. Clamps the specified value.
  6748. </summary>
  6749. <param name="value">The value.</param>
  6750. <param name="min">The min.</param>
  6751. <param name="max">The max.</param>
  6752. <returns>The result of clamping a value between min and max</returns>
  6753. </member>
  6754. <member name="M:SharpDX.MathUtil.Clamp(System.Int32,System.Int32,System.Int32)">
  6755. <summary>
  6756. Clamps the specified value.
  6757. </summary>
  6758. <param name="value">The value.</param>
  6759. <param name="min">The min.</param>
  6760. <param name="max">The max.</param>
  6761. <returns>The result of clamping a value between min and max</returns>
  6762. </member>
  6763. <member name="M:SharpDX.MathUtil.Lerp(System.Double,System.Double,System.Double)">
  6764. <summary>
  6765. Interpolates between two values using a linear function by a given amount.
  6766. </summary>
  6767. <remarks>
  6768. See http://www.encyclopediaofmath.org/index.php/Linear_interpolation and
  6769. http://fgiesen.wordpress.com/2012/08/15/linear-interpolation-past-present-and-future/
  6770. </remarks>
  6771. <param name="from">Value to interpolate from.</param>
  6772. <param name="to">Value to interpolate to.</param>
  6773. <param name="amount">Interpolation amount.</param>
  6774. <returns>The result of linear interpolation of values based on the amount.</returns>
  6775. </member>
  6776. <member name="M:SharpDX.MathUtil.Lerp(System.Single,System.Single,System.Single)">
  6777. <summary>
  6778. Interpolates between two values using a linear function by a given amount.
  6779. </summary>
  6780. <remarks>
  6781. See http://www.encyclopediaofmath.org/index.php/Linear_interpolation and
  6782. http://fgiesen.wordpress.com/2012/08/15/linear-interpolation-past-present-and-future/
  6783. </remarks>
  6784. <param name="from">Value to interpolate from.</param>
  6785. <param name="to">Value to interpolate to.</param>
  6786. <param name="amount">Interpolation amount.</param>
  6787. <returns>The result of linear interpolation of values based on the amount.</returns>
  6788. </member>
  6789. <member name="M:SharpDX.MathUtil.Lerp(System.Byte,System.Byte,System.Single)">
  6790. <summary>
  6791. Interpolates between two values using a linear function by a given amount.
  6792. </summary>
  6793. <remarks>
  6794. See http://www.encyclopediaofmath.org/index.php/Linear_interpolation and
  6795. http://fgiesen.wordpress.com/2012/08/15/linear-interpolation-past-present-and-future/
  6796. </remarks>
  6797. <param name="from">Value to interpolate from.</param>
  6798. <param name="to">Value to interpolate to.</param>
  6799. <param name="amount">Interpolation amount.</param>
  6800. <returns>The result of linear interpolation of values based on the amount.</returns>
  6801. </member>
  6802. <member name="M:SharpDX.MathUtil.SmoothStep(System.Single)">
  6803. <summary>
  6804. Performs smooth (cubic Hermite) interpolation between 0 and 1.
  6805. </summary>
  6806. <remarks>
  6807. See https://en.wikipedia.org/wiki/Smoothstep
  6808. </remarks>
  6809. <param name="amount">Value between 0 and 1 indicating interpolation amount.</param>
  6810. </member>
  6811. <member name="M:SharpDX.MathUtil.SmootherStep(System.Single)">
  6812. <summary>
  6813. Performs a smooth(er) interpolation between 0 and 1 with 1st and 2nd order derivatives of zero at endpoints.
  6814. </summary>
  6815. <remarks>
  6816. See https://en.wikipedia.org/wiki/Smoothstep
  6817. </remarks>
  6818. <param name="amount">Value between 0 and 1 indicating interpolation amount.</param>
  6819. </member>
  6820. <member name="M:SharpDX.MathUtil.Mod(System.Single,System.Single)">
  6821. <summary>
  6822. Calculates the modulo of the specified value.
  6823. </summary>
  6824. <param name="value">The value.</param>
  6825. <param name="modulo">The modulo.</param>
  6826. <returns>The result of the modulo applied to value</returns>
  6827. </member>
  6828. <member name="M:SharpDX.MathUtil.Mod2PI(System.Single)">
  6829. <summary>
  6830. Calculates the modulo 2*PI of the specified value.
  6831. </summary>
  6832. <param name="value">The value.</param>
  6833. <returns>The result of the modulo applied to value</returns>
  6834. </member>
  6835. <member name="M:SharpDX.MathUtil.Wrap(System.Int32,System.Int32,System.Int32)">
  6836. <summary>
  6837. Wraps the specified value into a range [min, max]
  6838. </summary>
  6839. <param name="value">The value to wrap.</param>
  6840. <param name="min">The min.</param>
  6841. <param name="max">The max.</param>
  6842. <returns>Result of the wrapping.</returns>
  6843. <exception cref="T:System.ArgumentException">Is thrown when <paramref name="min"/> is greater than <paramref name="max"/>.</exception>
  6844. </member>
  6845. <member name="M:SharpDX.MathUtil.Wrap(System.Single,System.Single,System.Single)">
  6846. <summary>
  6847. Wraps the specified value into a range [min, max[
  6848. </summary>
  6849. <param name="value">The value.</param>
  6850. <param name="min">The min.</param>
  6851. <param name="max">The max.</param>
  6852. <returns>Result of the wrapping.</returns>
  6853. <exception cref="T:System.ArgumentException">Is thrown when <paramref name="min"/> is greater than <paramref name="max"/>.</exception>
  6854. </member>
  6855. <member name="M:SharpDX.MathUtil.Gauss(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  6856. <summary>
  6857. Gauss function.
  6858. http://en.wikipedia.org/wiki/Gaussian_function#Two-dimensional_Gaussian_function
  6859. </summary>
  6860. <param name="amplitude">Curve amplitude.</param>
  6861. <param name="x">Position X.</param>
  6862. <param name="y">Position Y</param>
  6863. <param name="centerX">Center X.</param>
  6864. <param name="centerY">Center Y.</param>
  6865. <param name="sigmaX">Curve sigma X.</param>
  6866. <param name="sigmaY">Curve sigma Y.</param>
  6867. <returns>The result of Gaussian function.</returns>
  6868. </member>
  6869. <member name="M:SharpDX.MathUtil.Gauss(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
  6870. <summary>
  6871. Gauss function.
  6872. http://en.wikipedia.org/wiki/Gaussian_function#Two-dimensional_Gaussian_function
  6873. </summary>
  6874. <param name="amplitude">Curve amplitude.</param>
  6875. <param name="x">Position X.</param>
  6876. <param name="y">Position Y</param>
  6877. <param name="centerX">Center X.</param>
  6878. <param name="centerY">Center Y.</param>
  6879. <param name="sigmaX">Curve sigma X.</param>
  6880. <param name="sigmaY">Curve sigma Y.</param>
  6881. <returns>The result of Gaussian function.</returns>
  6882. </member>
  6883. <member name="T:SharpDX.Matrix">
  6884. <summary>
  6885. Represents a 4x4 mathematical matrix.
  6886. </summary>
  6887. </member>
  6888. <member name="F:SharpDX.Matrix.SizeInBytes">
  6889. <summary>
  6890. The size of the <see cref="T:SharpDX.Matrix"/> type, in bytes.
  6891. </summary>
  6892. </member>
  6893. <member name="F:SharpDX.Matrix.Zero">
  6894. <summary>
  6895. A <see cref="T:SharpDX.Matrix"/> with all of its components set to zero.
  6896. </summary>
  6897. </member>
  6898. <member name="F:SharpDX.Matrix.Identity">
  6899. <summary>
  6900. The identity <see cref="T:SharpDX.Matrix"/>.
  6901. </summary>
  6902. </member>
  6903. <member name="F:SharpDX.Matrix.M11">
  6904. <summary>
  6905. Value at row 1 column 1 of the matrix.
  6906. </summary>
  6907. </member>
  6908. <member name="F:SharpDX.Matrix.M12">
  6909. <summary>
  6910. Value at row 1 column 2 of the matrix.
  6911. </summary>
  6912. </member>
  6913. <member name="F:SharpDX.Matrix.M13">
  6914. <summary>
  6915. Value at row 1 column 3 of the matrix.
  6916. </summary>
  6917. </member>
  6918. <member name="F:SharpDX.Matrix.M14">
  6919. <summary>
  6920. Value at row 1 column 4 of the matrix.
  6921. </summary>
  6922. </member>
  6923. <member name="F:SharpDX.Matrix.M21">
  6924. <summary>
  6925. Value at row 2 column 1 of the matrix.
  6926. </summary>
  6927. </member>
  6928. <member name="F:SharpDX.Matrix.M22">
  6929. <summary>
  6930. Value at row 2 column 2 of the matrix.
  6931. </summary>
  6932. </member>
  6933. <member name="F:SharpDX.Matrix.M23">
  6934. <summary>
  6935. Value at row 2 column 3 of the matrix.
  6936. </summary>
  6937. </member>
  6938. <member name="F:SharpDX.Matrix.M24">
  6939. <summary>
  6940. Value at row 2 column 4 of the matrix.
  6941. </summary>
  6942. </member>
  6943. <member name="F:SharpDX.Matrix.M31">
  6944. <summary>
  6945. Value at row 3 column 1 of the matrix.
  6946. </summary>
  6947. </member>
  6948. <member name="F:SharpDX.Matrix.M32">
  6949. <summary>
  6950. Value at row 3 column 2 of the matrix.
  6951. </summary>
  6952. </member>
  6953. <member name="F:SharpDX.Matrix.M33">
  6954. <summary>
  6955. Value at row 3 column 3 of the matrix.
  6956. </summary>
  6957. </member>
  6958. <member name="F:SharpDX.Matrix.M34">
  6959. <summary>
  6960. Value at row 3 column 4 of the matrix.
  6961. </summary>
  6962. </member>
  6963. <member name="F:SharpDX.Matrix.M41">
  6964. <summary>
  6965. Value at row 4 column 1 of the matrix.
  6966. </summary>
  6967. </member>
  6968. <member name="F:SharpDX.Matrix.M42">
  6969. <summary>
  6970. Value at row 4 column 2 of the matrix.
  6971. </summary>
  6972. </member>
  6973. <member name="F:SharpDX.Matrix.M43">
  6974. <summary>
  6975. Value at row 4 column 3 of the matrix.
  6976. </summary>
  6977. </member>
  6978. <member name="F:SharpDX.Matrix.M44">
  6979. <summary>
  6980. Value at row 4 column 4 of the matrix.
  6981. </summary>
  6982. </member>
  6983. <member name="P:SharpDX.Matrix.Up">
  6984. <summary>
  6985. Gets or sets the up <see cref="T:SharpDX.Vector3"/> of the matrix; that is M21, M22, and M23.
  6986. </summary>
  6987. </member>
  6988. <member name="P:SharpDX.Matrix.Down">
  6989. <summary>
  6990. Gets or sets the down <see cref="T:SharpDX.Vector3"/> of the matrix; that is -M21, -M22, and -M23.
  6991. </summary>
  6992. </member>
  6993. <member name="P:SharpDX.Matrix.Right">
  6994. <summary>
  6995. Gets or sets the right <see cref="T:SharpDX.Vector3"/> of the matrix; that is M11, M12, and M13.
  6996. </summary>
  6997. </member>
  6998. <member name="P:SharpDX.Matrix.Left">
  6999. <summary>
  7000. Gets or sets the left <see cref="T:SharpDX.Vector3"/> of the matrix; that is -M11, -M12, and -M13.
  7001. </summary>
  7002. </member>
  7003. <member name="P:SharpDX.Matrix.Forward">
  7004. <summary>
  7005. Gets or sets the forward <see cref="T:SharpDX.Vector3"/> of the matrix; that is -M31, -M32, and -M33.
  7006. </summary>
  7007. </member>
  7008. <member name="P:SharpDX.Matrix.Backward">
  7009. <summary>
  7010. Gets or sets the backward <see cref="T:SharpDX.Vector3"/> of the matrix; that is M31, M32, and M33.
  7011. </summary>
  7012. </member>
  7013. <member name="M:SharpDX.Matrix.#ctor(System.Single)">
  7014. <summary>
  7015. Initializes a new instance of the <see cref="T:SharpDX.Matrix"/> struct.
  7016. </summary>
  7017. <param name="value">The value that will be assigned to all components.</param>
  7018. </member>
  7019. <member name="M:SharpDX.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7020. <summary>
  7021. Initializes a new instance of the <see cref="T:SharpDX.Matrix"/> struct.
  7022. </summary>
  7023. <param name="M11">The value to assign at row 1 column 1 of the matrix.</param>
  7024. <param name="M12">The value to assign at row 1 column 2 of the matrix.</param>
  7025. <param name="M13">The value to assign at row 1 column 3 of the matrix.</param>
  7026. <param name="M14">The value to assign at row 1 column 4 of the matrix.</param>
  7027. <param name="M21">The value to assign at row 2 column 1 of the matrix.</param>
  7028. <param name="M22">The value to assign at row 2 column 2 of the matrix.</param>
  7029. <param name="M23">The value to assign at row 2 column 3 of the matrix.</param>
  7030. <param name="M24">The value to assign at row 2 column 4 of the matrix.</param>
  7031. <param name="M31">The value to assign at row 3 column 1 of the matrix.</param>
  7032. <param name="M32">The value to assign at row 3 column 2 of the matrix.</param>
  7033. <param name="M33">The value to assign at row 3 column 3 of the matrix.</param>
  7034. <param name="M34">The value to assign at row 3 column 4 of the matrix.</param>
  7035. <param name="M41">The value to assign at row 4 column 1 of the matrix.</param>
  7036. <param name="M42">The value to assign at row 4 column 2 of the matrix.</param>
  7037. <param name="M43">The value to assign at row 4 column 3 of the matrix.</param>
  7038. <param name="M44">The value to assign at row 4 column 4 of the matrix.</param>
  7039. </member>
  7040. <member name="M:SharpDX.Matrix.#ctor(System.Single[])">
  7041. <summary>
  7042. Initializes a new instance of the <see cref="T:SharpDX.Matrix"/> struct.
  7043. </summary>
  7044. <param name="values">The values to assign to the components of the matrix. This must be an array with sixteen elements.</param>
  7045. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  7046. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than sixteen elements.</exception>
  7047. </member>
  7048. <member name="P:SharpDX.Matrix.Row1">
  7049. <summary>
  7050. Gets or sets the first row in the matrix; that is M11, M12, M13, and M14.
  7051. </summary>
  7052. </member>
  7053. <member name="P:SharpDX.Matrix.Row2">
  7054. <summary>
  7055. Gets or sets the second row in the matrix; that is M21, M22, M23, and M24.
  7056. </summary>
  7057. </member>
  7058. <member name="P:SharpDX.Matrix.Row3">
  7059. <summary>
  7060. Gets or sets the third row in the matrix; that is M31, M32, M33, and M34.
  7061. </summary>
  7062. </member>
  7063. <member name="P:SharpDX.Matrix.Row4">
  7064. <summary>
  7065. Gets or sets the fourth row in the matrix; that is M41, M42, M43, and M44.
  7066. </summary>
  7067. </member>
  7068. <member name="P:SharpDX.Matrix.Column1">
  7069. <summary>
  7070. Gets or sets the first column in the matrix; that is M11, M21, M31, and M41.
  7071. </summary>
  7072. </member>
  7073. <member name="P:SharpDX.Matrix.Column2">
  7074. <summary>
  7075. Gets or sets the second column in the matrix; that is M12, M22, M32, and M42.
  7076. </summary>
  7077. </member>
  7078. <member name="P:SharpDX.Matrix.Column3">
  7079. <summary>
  7080. Gets or sets the third column in the matrix; that is M13, M23, M33, and M43.
  7081. </summary>
  7082. </member>
  7083. <member name="P:SharpDX.Matrix.Column4">
  7084. <summary>
  7085. Gets or sets the fourth column in the matrix; that is M14, M24, M34, and M44.
  7086. </summary>
  7087. </member>
  7088. <member name="P:SharpDX.Matrix.TranslationVector">
  7089. <summary>
  7090. Gets or sets the translation of the matrix; that is M41, M42, and M43.
  7091. </summary>
  7092. </member>
  7093. <member name="P:SharpDX.Matrix.ScaleVector">
  7094. <summary>
  7095. Gets or sets the scale of the matrix; that is M11, M22, and M33.
  7096. </summary>
  7097. </member>
  7098. <member name="P:SharpDX.Matrix.IsIdentity">
  7099. <summary>
  7100. Gets a value indicating whether this instance is an identity matrix.
  7101. </summary>
  7102. <value>
  7103. <c>true</c> if this instance is an identity matrix; otherwise, <c>false</c>.
  7104. </value>
  7105. </member>
  7106. <member name="P:SharpDX.Matrix.Item(System.Int32)">
  7107. <summary>
  7108. Gets or sets the component at the specified index.
  7109. </summary>
  7110. <value>The value of the matrix component, depending on the index.</value>
  7111. <param name="index">The zero-based index of the component to access.</param>
  7112. <returns>The value of the component at the specified index.</returns>
  7113. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 15].</exception>
  7114. </member>
  7115. <member name="P:SharpDX.Matrix.Item(System.Int32,System.Int32)">
  7116. <summary>
  7117. Gets or sets the component at the specified index.
  7118. </summary>
  7119. <value>The value of the matrix component, depending on the index.</value>
  7120. <param name="row">The row of the matrix to access.</param>
  7121. <param name="column">The column of the matrix to access.</param>
  7122. <returns>The value of the component at the specified index.</returns>
  7123. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="row"/> or <paramref name="column"/>is out of the range [0, 3].</exception>
  7124. </member>
  7125. <member name="M:SharpDX.Matrix.Determinant">
  7126. <summary>
  7127. Calculates the determinant of the matrix.
  7128. </summary>
  7129. <returns>The determinant of the matrix.</returns>
  7130. </member>
  7131. <member name="M:SharpDX.Matrix.Invert">
  7132. <summary>
  7133. Inverts the matrix.
  7134. </summary>
  7135. </member>
  7136. <member name="M:SharpDX.Matrix.Transpose">
  7137. <summary>
  7138. Transposes the matrix.
  7139. </summary>
  7140. </member>
  7141. <member name="M:SharpDX.Matrix.Orthogonalize">
  7142. <summary>
  7143. Orthogonalizes the specified matrix.
  7144. </summary>
  7145. <remarks>
  7146. <para>Orthogonalization is the process of making all rows orthogonal to each other. This
  7147. means that any given row in the matrix will be orthogonal to any other given row in the
  7148. matrix.</para>
  7149. <para>Because this method uses the modified Gram-Schmidt process, the resulting matrix
  7150. tends to be numerically unstable. The numeric stability decreases according to the rows
  7151. so that the first row is the most stable and the last row is the least stable.</para>
  7152. <para>This operation is performed on the rows of the matrix rather than the columns.
  7153. If you wish for this operation to be performed on the columns, first transpose the
  7154. input and than transpose the output.</para>
  7155. </remarks>
  7156. </member>
  7157. <member name="M:SharpDX.Matrix.Orthonormalize">
  7158. <summary>
  7159. Orthonormalizes the specified matrix.
  7160. </summary>
  7161. <remarks>
  7162. <para>Orthonormalization is the process of making all rows and columns orthogonal to each
  7163. other and making all rows and columns of unit length. This means that any given row will
  7164. be orthogonal to any other given row and any given column will be orthogonal to any other
  7165. given column. Any given row will not be orthogonal to any given column. Every row and every
  7166. column will be of unit length.</para>
  7167. <para>Because this method uses the modified Gram-Schmidt process, the resulting matrix
  7168. tends to be numerically unstable. The numeric stability decreases according to the rows
  7169. so that the first row is the most stable and the last row is the least stable.</para>
  7170. <para>This operation is performed on the rows of the matrix rather than the columns.
  7171. If you wish for this operation to be performed on the columns, first transpose the
  7172. input and than transpose the output.</para>
  7173. </remarks>
  7174. </member>
  7175. <member name="M:SharpDX.Matrix.DecomposeQR(SharpDX.Matrix@,SharpDX.Matrix@)">
  7176. <summary>
  7177. Decomposes a matrix into an orthonormalized matrix Q and a right triangular matrix R.
  7178. </summary>
  7179. <param name="Q">When the method completes, contains the orthonormalized matrix of the decomposition.</param>
  7180. <param name="R">When the method completes, contains the right triangular matrix of the decomposition.</param>
  7181. </member>
  7182. <member name="M:SharpDX.Matrix.DecomposeLQ(SharpDX.Matrix@,SharpDX.Matrix@)">
  7183. <summary>
  7184. Decomposes a matrix into a lower triangular matrix L and an orthonormalized matrix Q.
  7185. </summary>
  7186. <param name="L">When the method completes, contains the lower triangular matrix of the decomposition.</param>
  7187. <param name="Q">When the method completes, contains the orthonormalized matrix of the decomposition.</param>
  7188. </member>
  7189. <member name="M:SharpDX.Matrix.Decompose(SharpDX.Vector3@,SharpDX.Quaternion@,SharpDX.Vector3@)">
  7190. <summary>
  7191. Decomposes a matrix into a scale, rotation, and translation.
  7192. </summary>
  7193. <param name="scale">When the method completes, contains the scaling component of the decomposed matrix.</param>
  7194. <param name="rotation">When the method completes, contains the rotation component of the decomposed matrix.</param>
  7195. <param name="translation">When the method completes, contains the translation component of the decomposed matrix.</param>
  7196. <remarks>
  7197. This method is designed to decompose an SRT transformation matrix only.
  7198. </remarks>
  7199. </member>
  7200. <member name="M:SharpDX.Matrix.DecomposeUniformScale(System.Single@,SharpDX.Quaternion@,SharpDX.Vector3@)">
  7201. <summary>
  7202. Decomposes a uniform scale matrix into a scale, rotation, and translation.
  7203. A uniform scale matrix has the same scale in every axis.
  7204. </summary>
  7205. <param name="scale">When the method completes, contains the scaling component of the decomposed matrix.</param>
  7206. <param name="rotation">When the method completes, contains the rotation component of the decomposed matrix.</param>
  7207. <param name="translation">When the method completes, contains the translation component of the decomposed matrix.</param>
  7208. <remarks>
  7209. This method is designed to decompose only an SRT transformation matrix that has the same scale in every axis.
  7210. </remarks>
  7211. </member>
  7212. <member name="M:SharpDX.Matrix.ExchangeRows(System.Int32,System.Int32)">
  7213. <summary>
  7214. Exchanges two rows in the matrix.
  7215. </summary>
  7216. <param name="firstRow">The first row to exchange. This is an index of the row starting at zero.</param>
  7217. <param name="secondRow">The second row to exchange. This is an index of the row starting at zero.</param>
  7218. </member>
  7219. <member name="M:SharpDX.Matrix.ExchangeColumns(System.Int32,System.Int32)">
  7220. <summary>
  7221. Exchanges two columns in the matrix.
  7222. </summary>
  7223. <param name="firstColumn">The first column to exchange. This is an index of the column starting at zero.</param>
  7224. <param name="secondColumn">The second column to exchange. This is an index of the column starting at zero.</param>
  7225. </member>
  7226. <member name="M:SharpDX.Matrix.ToArray">
  7227. <summary>
  7228. Creates an array containing the elements of the matrix.
  7229. </summary>
  7230. <returns>A sixteen-element array containing the components of the matrix.</returns>
  7231. </member>
  7232. <member name="M:SharpDX.Matrix.Add(SharpDX.Matrix@,SharpDX.Matrix@,SharpDX.Matrix@)">
  7233. <summary>
  7234. Determines the sum of two matrices.
  7235. </summary>
  7236. <param name="left">The first matrix to add.</param>
  7237. <param name="right">The second matrix to add.</param>
  7238. <param name="result">When the method completes, contains the sum of the two matrices.</param>
  7239. </member>
  7240. <member name="M:SharpDX.Matrix.Add(SharpDX.Matrix,SharpDX.Matrix)">
  7241. <summary>
  7242. Determines the sum of two matrices.
  7243. </summary>
  7244. <param name="left">The first matrix to add.</param>
  7245. <param name="right">The second matrix to add.</param>
  7246. <returns>The sum of the two matrices.</returns>
  7247. </member>
  7248. <member name="M:SharpDX.Matrix.Subtract(SharpDX.Matrix@,SharpDX.Matrix@,SharpDX.Matrix@)">
  7249. <summary>
  7250. Determines the difference between two matrices.
  7251. </summary>
  7252. <param name="left">The first matrix to subtract.</param>
  7253. <param name="right">The second matrix to subtract.</param>
  7254. <param name="result">When the method completes, contains the difference between the two matrices.</param>
  7255. </member>
  7256. <member name="M:SharpDX.Matrix.Subtract(SharpDX.Matrix,SharpDX.Matrix)">
  7257. <summary>
  7258. Determines the difference between two matrices.
  7259. </summary>
  7260. <param name="left">The first matrix to subtract.</param>
  7261. <param name="right">The second matrix to subtract.</param>
  7262. <returns>The difference between the two matrices.</returns>
  7263. </member>
  7264. <member name="M:SharpDX.Matrix.Multiply(SharpDX.Matrix@,System.Single,SharpDX.Matrix@)">
  7265. <summary>
  7266. Scales a matrix by the given value.
  7267. </summary>
  7268. <param name="left">The matrix to scale.</param>
  7269. <param name="right">The amount by which to scale.</param>
  7270. <param name="result">When the method completes, contains the scaled matrix.</param>
  7271. </member>
  7272. <member name="M:SharpDX.Matrix.Multiply(SharpDX.Matrix,System.Single)">
  7273. <summary>
  7274. Scales a matrix by the given value.
  7275. </summary>
  7276. <param name="left">The matrix to scale.</param>
  7277. <param name="right">The amount by which to scale.</param>
  7278. <returns>The scaled matrix.</returns>
  7279. </member>
  7280. <member name="M:SharpDX.Matrix.Multiply(SharpDX.Matrix@,SharpDX.Matrix@,SharpDX.Matrix@)">
  7281. <summary>
  7282. Determines the product of two matrices.
  7283. </summary>
  7284. <param name="left">The first matrix to multiply.</param>
  7285. <param name="right">The second matrix to multiply.</param>
  7286. <param name="result">The product of the two matrices.</param>
  7287. </member>
  7288. <member name="M:SharpDX.Matrix.Multiply(SharpDX.Matrix,SharpDX.Matrix)">
  7289. <summary>
  7290. Determines the product of two matrices.
  7291. </summary>
  7292. <param name="left">The first matrix to multiply.</param>
  7293. <param name="right">The second matrix to multiply.</param>
  7294. <returns>The product of the two matrices.</returns>
  7295. </member>
  7296. <member name="M:SharpDX.Matrix.Divide(SharpDX.Matrix@,System.Single,SharpDX.Matrix@)">
  7297. <summary>
  7298. Scales a matrix by the given value.
  7299. </summary>
  7300. <param name="left">The matrix to scale.</param>
  7301. <param name="right">The amount by which to scale.</param>
  7302. <param name="result">When the method completes, contains the scaled matrix.</param>
  7303. </member>
  7304. <member name="M:SharpDX.Matrix.Divide(SharpDX.Matrix,System.Single)">
  7305. <summary>
  7306. Scales a matrix by the given value.
  7307. </summary>
  7308. <param name="left">The matrix to scale.</param>
  7309. <param name="right">The amount by which to scale.</param>
  7310. <returns>The scaled matrix.</returns>
  7311. </member>
  7312. <member name="M:SharpDX.Matrix.Divide(SharpDX.Matrix@,SharpDX.Matrix@,SharpDX.Matrix@)">
  7313. <summary>
  7314. Determines the quotient of two matrices.
  7315. </summary>
  7316. <param name="left">The first matrix to divide.</param>
  7317. <param name="right">The second matrix to divide.</param>
  7318. <param name="result">When the method completes, contains the quotient of the two matrices.</param>
  7319. </member>
  7320. <member name="M:SharpDX.Matrix.Divide(SharpDX.Matrix,SharpDX.Matrix)">
  7321. <summary>
  7322. Determines the quotient of two matrices.
  7323. </summary>
  7324. <param name="left">The first matrix to divide.</param>
  7325. <param name="right">The second matrix to divide.</param>
  7326. <returns>The quotient of the two matrices.</returns>
  7327. </member>
  7328. <member name="M:SharpDX.Matrix.Exponent(SharpDX.Matrix@,System.Int32,SharpDX.Matrix@)">
  7329. <summary>
  7330. Performs the exponential operation on a matrix.
  7331. </summary>
  7332. <param name="value">The matrix to perform the operation on.</param>
  7333. <param name="exponent">The exponent to raise the matrix to.</param>
  7334. <param name="result">When the method completes, contains the exponential matrix.</param>
  7335. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="exponent"/> is negative.</exception>
  7336. </member>
  7337. <member name="M:SharpDX.Matrix.Exponent(SharpDX.Matrix,System.Int32)">
  7338. <summary>
  7339. Performs the exponential operation on a matrix.
  7340. </summary>
  7341. <param name="value">The matrix to perform the operation on.</param>
  7342. <param name="exponent">The exponent to raise the matrix to.</param>
  7343. <returns>The exponential matrix.</returns>
  7344. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="exponent"/> is negative.</exception>
  7345. </member>
  7346. <member name="M:SharpDX.Matrix.Negate(SharpDX.Matrix@,SharpDX.Matrix@)">
  7347. <summary>
  7348. Negates a matrix.
  7349. </summary>
  7350. <param name="value">The matrix to be negated.</param>
  7351. <param name="result">When the method completes, contains the negated matrix.</param>
  7352. </member>
  7353. <member name="M:SharpDX.Matrix.Negate(SharpDX.Matrix)">
  7354. <summary>
  7355. Negates a matrix.
  7356. </summary>
  7357. <param name="value">The matrix to be negated.</param>
  7358. <returns>The negated matrix.</returns>
  7359. </member>
  7360. <member name="M:SharpDX.Matrix.Lerp(SharpDX.Matrix@,SharpDX.Matrix@,System.Single,SharpDX.Matrix@)">
  7361. <summary>
  7362. Performs a linear interpolation between two matrices.
  7363. </summary>
  7364. <param name="start">Start matrix.</param>
  7365. <param name="end">End matrix.</param>
  7366. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  7367. <param name="result">When the method completes, contains the linear interpolation of the two matrices.</param>
  7368. <remarks>
  7369. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  7370. </remarks>
  7371. </member>
  7372. <member name="M:SharpDX.Matrix.Lerp(SharpDX.Matrix,SharpDX.Matrix,System.Single)">
  7373. <summary>
  7374. Performs a linear interpolation between two matrices.
  7375. </summary>
  7376. <param name="start">Start matrix.</param>
  7377. <param name="end">End matrix.</param>
  7378. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  7379. <returns>The linear interpolation of the two matrices.</returns>
  7380. <remarks>
  7381. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  7382. </remarks>
  7383. </member>
  7384. <member name="M:SharpDX.Matrix.SmoothStep(SharpDX.Matrix@,SharpDX.Matrix@,System.Single,SharpDX.Matrix@)">
  7385. <summary>
  7386. Performs a cubic interpolation between two matrices.
  7387. </summary>
  7388. <param name="start">Start matrix.</param>
  7389. <param name="end">End matrix.</param>
  7390. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  7391. <param name="result">When the method completes, contains the cubic interpolation of the two matrices.</param>
  7392. </member>
  7393. <member name="M:SharpDX.Matrix.SmoothStep(SharpDX.Matrix,SharpDX.Matrix,System.Single)">
  7394. <summary>
  7395. Performs a cubic interpolation between two matrices.
  7396. </summary>
  7397. <param name="start">Start matrix.</param>
  7398. <param name="end">End matrix.</param>
  7399. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  7400. <returns>The cubic interpolation of the two matrices.</returns>
  7401. </member>
  7402. <member name="M:SharpDX.Matrix.Transpose(SharpDX.Matrix@,SharpDX.Matrix@)">
  7403. <summary>
  7404. Calculates the transpose of the specified matrix.
  7405. </summary>
  7406. <param name="value">The matrix whose transpose is to be calculated.</param>
  7407. <param name="result">When the method completes, contains the transpose of the specified matrix.</param>
  7408. </member>
  7409. <member name="M:SharpDX.Matrix.TransposeByRef(SharpDX.Matrix@,SharpDX.Matrix@)">
  7410. <summary>
  7411. Calculates the transpose of the specified matrix.
  7412. </summary>
  7413. <param name="value">The matrix whose transpose is to be calculated.</param>
  7414. <param name="result">When the method completes, contains the transpose of the specified matrix.</param>
  7415. </member>
  7416. <member name="M:SharpDX.Matrix.Transpose(SharpDX.Matrix)">
  7417. <summary>
  7418. Calculates the transpose of the specified matrix.
  7419. </summary>
  7420. <param name="value">The matrix whose transpose is to be calculated.</param>
  7421. <returns>The transpose of the specified matrix.</returns>
  7422. </member>
  7423. <member name="M:SharpDX.Matrix.Invert(SharpDX.Matrix@,SharpDX.Matrix@)">
  7424. <summary>
  7425. Calculates the inverse of the specified matrix.
  7426. </summary>
  7427. <param name="value">The matrix whose inverse is to be calculated.</param>
  7428. <param name="result">When the method completes, contains the inverse of the specified matrix.</param>
  7429. </member>
  7430. <member name="M:SharpDX.Matrix.Invert(SharpDX.Matrix)">
  7431. <summary>
  7432. Calculates the inverse of the specified matrix.
  7433. </summary>
  7434. <param name="value">The matrix whose inverse is to be calculated.</param>
  7435. <returns>The inverse of the specified matrix.</returns>
  7436. </member>
  7437. <member name="M:SharpDX.Matrix.Orthogonalize(SharpDX.Matrix@,SharpDX.Matrix@)">
  7438. <summary>
  7439. Orthogonalizes the specified matrix.
  7440. </summary>
  7441. <param name="value">The matrix to orthogonalize.</param>
  7442. <param name="result">When the method completes, contains the orthogonalized matrix.</param>
  7443. <remarks>
  7444. <para>Orthogonalization is the process of making all rows orthogonal to each other. This
  7445. means that any given row in the matrix will be orthogonal to any other given row in the
  7446. matrix.</para>
  7447. <para>Because this method uses the modified Gram-Schmidt process, the resulting matrix
  7448. tends to be numerically unstable. The numeric stability decreases according to the rows
  7449. so that the first row is the most stable and the last row is the least stable.</para>
  7450. <para>This operation is performed on the rows of the matrix rather than the columns.
  7451. If you wish for this operation to be performed on the columns, first transpose the
  7452. input and than transpose the output.</para>
  7453. </remarks>
  7454. </member>
  7455. <member name="M:SharpDX.Matrix.Orthogonalize(SharpDX.Matrix)">
  7456. <summary>
  7457. Orthogonalizes the specified matrix.
  7458. </summary>
  7459. <param name="value">The matrix to orthogonalize.</param>
  7460. <returns>The orthogonalized matrix.</returns>
  7461. <remarks>
  7462. <para>Orthogonalization is the process of making all rows orthogonal to each other. This
  7463. means that any given row in the matrix will be orthogonal to any other given row in the
  7464. matrix.</para>
  7465. <para>Because this method uses the modified Gram-Schmidt process, the resulting matrix
  7466. tends to be numerically unstable. The numeric stability decreases according to the rows
  7467. so that the first row is the most stable and the last row is the least stable.</para>
  7468. <para>This operation is performed on the rows of the matrix rather than the columns.
  7469. If you wish for this operation to be performed on the columns, first transpose the
  7470. input and than transpose the output.</para>
  7471. </remarks>
  7472. </member>
  7473. <member name="M:SharpDX.Matrix.Orthonormalize(SharpDX.Matrix@,SharpDX.Matrix@)">
  7474. <summary>
  7475. Orthonormalizes the specified matrix.
  7476. </summary>
  7477. <param name="value">The matrix to orthonormalize.</param>
  7478. <param name="result">When the method completes, contains the orthonormalized matrix.</param>
  7479. <remarks>
  7480. <para>Orthonormalization is the process of making all rows and columns orthogonal to each
  7481. other and making all rows and columns of unit length. This means that any given row will
  7482. be orthogonal to any other given row and any given column will be orthogonal to any other
  7483. given column. Any given row will not be orthogonal to any given column. Every row and every
  7484. column will be of unit length.</para>
  7485. <para>Because this method uses the modified Gram-Schmidt process, the resulting matrix
  7486. tends to be numerically unstable. The numeric stability decreases according to the rows
  7487. so that the first row is the most stable and the last row is the least stable.</para>
  7488. <para>This operation is performed on the rows of the matrix rather than the columns.
  7489. If you wish for this operation to be performed on the columns, first transpose the
  7490. input and than transpose the output.</para>
  7491. </remarks>
  7492. </member>
  7493. <member name="M:SharpDX.Matrix.Orthonormalize(SharpDX.Matrix)">
  7494. <summary>
  7495. Orthonormalizes the specified matrix.
  7496. </summary>
  7497. <param name="value">The matrix to orthonormalize.</param>
  7498. <returns>The orthonormalized matrix.</returns>
  7499. <remarks>
  7500. <para>Orthonormalization is the process of making all rows and columns orthogonal to each
  7501. other and making all rows and columns of unit length. This means that any given row will
  7502. be orthogonal to any other given row and any given column will be orthogonal to any other
  7503. given column. Any given row will not be orthogonal to any given column. Every row and every
  7504. column will be of unit length.</para>
  7505. <para>Because this method uses the modified Gram-Schmidt process, the resulting matrix
  7506. tends to be numerically unstable. The numeric stability decreases according to the rows
  7507. so that the first row is the most stable and the last row is the least stable.</para>
  7508. <para>This operation is performed on the rows of the matrix rather than the columns.
  7509. If you wish for this operation to be performed on the columns, first transpose the
  7510. input and than transpose the output.</para>
  7511. </remarks>
  7512. </member>
  7513. <member name="M:SharpDX.Matrix.UpperTriangularForm(SharpDX.Matrix@,SharpDX.Matrix@)">
  7514. <summary>
  7515. Brings the matrix into upper triangular form using elementary row operations.
  7516. </summary>
  7517. <param name="value">The matrix to put into upper triangular form.</param>
  7518. <param name="result">When the method completes, contains the upper triangular matrix.</param>
  7519. <remarks>
  7520. If the matrix is not invertible (i.e. its determinant is zero) than the result of this
  7521. method may produce Single.Nan and Single.Inf values. When the matrix represents a system
  7522. of linear equations, than this often means that either no solution exists or an infinite
  7523. number of solutions exist.
  7524. </remarks>
  7525. </member>
  7526. <member name="M:SharpDX.Matrix.UpperTriangularForm(SharpDX.Matrix)">
  7527. <summary>
  7528. Brings the matrix into upper triangular form using elementary row operations.
  7529. </summary>
  7530. <param name="value">The matrix to put into upper triangular form.</param>
  7531. <returns>The upper triangular matrix.</returns>
  7532. <remarks>
  7533. If the matrix is not invertible (i.e. its determinant is zero) than the result of this
  7534. method may produce Single.Nan and Single.Inf values. When the matrix represents a system
  7535. of linear equations, than this often means that either no solution exists or an infinite
  7536. number of solutions exist.
  7537. </remarks>
  7538. </member>
  7539. <member name="M:SharpDX.Matrix.LowerTriangularForm(SharpDX.Matrix@,SharpDX.Matrix@)">
  7540. <summary>
  7541. Brings the matrix into lower triangular form using elementary row operations.
  7542. </summary>
  7543. <param name="value">The matrix to put into lower triangular form.</param>
  7544. <param name="result">When the method completes, contains the lower triangular matrix.</param>
  7545. <remarks>
  7546. If the matrix is not invertible (i.e. its determinant is zero) than the result of this
  7547. method may produce Single.Nan and Single.Inf values. When the matrix represents a system
  7548. of linear equations, than this often means that either no solution exists or an infinite
  7549. number of solutions exist.
  7550. </remarks>
  7551. </member>
  7552. <member name="M:SharpDX.Matrix.LowerTriangularForm(SharpDX.Matrix)">
  7553. <summary>
  7554. Brings the matrix into lower triangular form using elementary row operations.
  7555. </summary>
  7556. <param name="value">The matrix to put into lower triangular form.</param>
  7557. <returns>The lower triangular matrix.</returns>
  7558. <remarks>
  7559. If the matrix is not invertible (i.e. its determinant is zero) than the result of this
  7560. method may produce Single.Nan and Single.Inf values. When the matrix represents a system
  7561. of linear equations, than this often means that either no solution exists or an infinite
  7562. number of solutions exist.
  7563. </remarks>
  7564. </member>
  7565. <member name="M:SharpDX.Matrix.RowEchelonForm(SharpDX.Matrix@,SharpDX.Matrix@)">
  7566. <summary>
  7567. Brings the matrix into row echelon form using elementary row operations;
  7568. </summary>
  7569. <param name="value">The matrix to put into row echelon form.</param>
  7570. <param name="result">When the method completes, contains the row echelon form of the matrix.</param>
  7571. </member>
  7572. <member name="M:SharpDX.Matrix.RowEchelonForm(SharpDX.Matrix)">
  7573. <summary>
  7574. Brings the matrix into row echelon form using elementary row operations;
  7575. </summary>
  7576. <param name="value">The matrix to put into row echelon form.</param>
  7577. <returns>When the method completes, contains the row echelon form of the matrix.</returns>
  7578. </member>
  7579. <member name="M:SharpDX.Matrix.ReducedRowEchelonForm(SharpDX.Matrix@,SharpDX.Vector4@,SharpDX.Matrix@,SharpDX.Vector4@)">
  7580. <summary>
  7581. Brings the matrix into reduced row echelon form using elementary row operations.
  7582. </summary>
  7583. <param name="value">The matrix to put into reduced row echelon form.</param>
  7584. <param name="augment">The fifth column of the matrix.</param>
  7585. <param name="result">When the method completes, contains the resultant matrix after the operation.</param>
  7586. <param name="augmentResult">When the method completes, contains the resultant fifth column of the matrix.</param>
  7587. <remarks>
  7588. <para>The fifth column is often called the augmented part of the matrix. This is because the fifth
  7589. column is really just an extension of the matrix so that there is a place to put all of the
  7590. non-zero components after the operation is complete.</para>
  7591. <para>Often times the resultant matrix will the identity matrix or a matrix similar to the identity
  7592. matrix. Sometimes, however, that is not possible and numbers other than zero and one may appear.</para>
  7593. <para>This method can be used to solve systems of linear equations. Upon completion of this method,
  7594. the <paramref name="augmentResult"/> will contain the solution for the system. It is up to the user
  7595. to analyze both the input and the result to determine if a solution really exists.</para>
  7596. </remarks>
  7597. </member>
  7598. <member name="M:SharpDX.Matrix.BillboardLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix@)">
  7599. <summary>
  7600. Creates a left-handed spherical billboard that rotates around a specified object position.
  7601. </summary>
  7602. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  7603. <param name="cameraPosition">The position of the camera.</param>
  7604. <param name="cameraUpVector">The up vector of the camera.</param>
  7605. <param name="cameraForwardVector">The forward vector of the camera.</param>
  7606. <param name="result">When the method completes, contains the created billboard matrix.</param>
  7607. </member>
  7608. <member name="M:SharpDX.Matrix.BillboardLH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  7609. <summary>
  7610. Creates a left-handed spherical billboard that rotates around a specified object position.
  7611. </summary>
  7612. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  7613. <param name="cameraPosition">The position of the camera.</param>
  7614. <param name="cameraUpVector">The up vector of the camera.</param>
  7615. <param name="cameraForwardVector">The forward vector of the camera.</param>
  7616. <returns>The created billboard matrix.</returns>
  7617. </member>
  7618. <member name="M:SharpDX.Matrix.BillboardRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix@)">
  7619. <summary>
  7620. Creates a right-handed spherical billboard that rotates around a specified object position.
  7621. </summary>
  7622. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  7623. <param name="cameraPosition">The position of the camera.</param>
  7624. <param name="cameraUpVector">The up vector of the camera.</param>
  7625. <param name="cameraForwardVector">The forward vector of the camera.</param>
  7626. <param name="result">When the method completes, contains the created billboard matrix.</param>
  7627. </member>
  7628. <member name="M:SharpDX.Matrix.BillboardRH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  7629. <summary>
  7630. Creates a right-handed spherical billboard that rotates around a specified object position.
  7631. </summary>
  7632. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  7633. <param name="cameraPosition">The position of the camera.</param>
  7634. <param name="cameraUpVector">The up vector of the camera.</param>
  7635. <param name="cameraForwardVector">The forward vector of the camera.</param>
  7636. <returns>The created billboard matrix.</returns>
  7637. </member>
  7638. <member name="M:SharpDX.Matrix.LookAtLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix@)">
  7639. <summary>
  7640. Creates a left-handed, look-at matrix.
  7641. </summary>
  7642. <param name="eye">The position of the viewer's eye.</param>
  7643. <param name="target">The camera look-at target.</param>
  7644. <param name="up">The camera's up vector.</param>
  7645. <param name="result">When the method completes, contains the created look-at matrix.</param>
  7646. </member>
  7647. <member name="M:SharpDX.Matrix.LookAtLH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  7648. <summary>
  7649. Creates a left-handed, look-at matrix.
  7650. </summary>
  7651. <param name="eye">The position of the viewer's eye.</param>
  7652. <param name="target">The camera look-at target.</param>
  7653. <param name="up">The camera's up vector.</param>
  7654. <returns>The created look-at matrix.</returns>
  7655. </member>
  7656. <member name="M:SharpDX.Matrix.LookAtRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix@)">
  7657. <summary>
  7658. Creates a right-handed, look-at matrix.
  7659. </summary>
  7660. <param name="eye">The position of the viewer's eye.</param>
  7661. <param name="target">The camera look-at target.</param>
  7662. <param name="up">The camera's up vector.</param>
  7663. <param name="result">When the method completes, contains the created look-at matrix.</param>
  7664. </member>
  7665. <member name="M:SharpDX.Matrix.LookAtRH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  7666. <summary>
  7667. Creates a right-handed, look-at matrix.
  7668. </summary>
  7669. <param name="eye">The position of the viewer's eye.</param>
  7670. <param name="target">The camera look-at target.</param>
  7671. <param name="up">The camera's up vector.</param>
  7672. <returns>The created look-at matrix.</returns>
  7673. </member>
  7674. <member name="M:SharpDX.Matrix.OrthoLH(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7675. <summary>
  7676. Creates a left-handed, orthographic projection matrix.
  7677. </summary>
  7678. <param name="width">Width of the viewing volume.</param>
  7679. <param name="height">Height of the viewing volume.</param>
  7680. <param name="znear">Minimum z-value of the viewing volume.</param>
  7681. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7682. <param name="result">When the method completes, contains the created projection matrix.</param>
  7683. </member>
  7684. <member name="M:SharpDX.Matrix.OrthoLH(System.Single,System.Single,System.Single,System.Single)">
  7685. <summary>
  7686. Creates a left-handed, orthographic projection matrix.
  7687. </summary>
  7688. <param name="width">Width of the viewing volume.</param>
  7689. <param name="height">Height of the viewing volume.</param>
  7690. <param name="znear">Minimum z-value of the viewing volume.</param>
  7691. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7692. <returns>The created projection matrix.</returns>
  7693. </member>
  7694. <member name="M:SharpDX.Matrix.OrthoRH(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7695. <summary>
  7696. Creates a right-handed, orthographic projection matrix.
  7697. </summary>
  7698. <param name="width">Width of the viewing volume.</param>
  7699. <param name="height">Height of the viewing volume.</param>
  7700. <param name="znear">Minimum z-value of the viewing volume.</param>
  7701. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7702. <param name="result">When the method completes, contains the created projection matrix.</param>
  7703. </member>
  7704. <member name="M:SharpDX.Matrix.OrthoRH(System.Single,System.Single,System.Single,System.Single)">
  7705. <summary>
  7706. Creates a right-handed, orthographic projection matrix.
  7707. </summary>
  7708. <param name="width">Width of the viewing volume.</param>
  7709. <param name="height">Height of the viewing volume.</param>
  7710. <param name="znear">Minimum z-value of the viewing volume.</param>
  7711. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7712. <returns>The created projection matrix.</returns>
  7713. </member>
  7714. <member name="M:SharpDX.Matrix.OrthoOffCenterLH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7715. <summary>
  7716. Creates a left-handed, customized orthographic projection matrix.
  7717. </summary>
  7718. <param name="left">Minimum x-value of the viewing volume.</param>
  7719. <param name="right">Maximum x-value of the viewing volume.</param>
  7720. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7721. <param name="top">Maximum y-value of the viewing volume.</param>
  7722. <param name="znear">Minimum z-value of the viewing volume.</param>
  7723. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7724. <param name="result">When the method completes, contains the created projection matrix.</param>
  7725. </member>
  7726. <member name="M:SharpDX.Matrix.OrthoOffCenterLH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7727. <summary>
  7728. Creates a left-handed, customized orthographic projection matrix.
  7729. </summary>
  7730. <param name="left">Minimum x-value of the viewing volume.</param>
  7731. <param name="right">Maximum x-value of the viewing volume.</param>
  7732. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7733. <param name="top">Maximum y-value of the viewing volume.</param>
  7734. <param name="znear">Minimum z-value of the viewing volume.</param>
  7735. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7736. <returns>The created projection matrix.</returns>
  7737. </member>
  7738. <member name="M:SharpDX.Matrix.OrthoOffCenterRH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7739. <summary>
  7740. Creates a right-handed, customized orthographic projection matrix.
  7741. </summary>
  7742. <param name="left">Minimum x-value of the viewing volume.</param>
  7743. <param name="right">Maximum x-value of the viewing volume.</param>
  7744. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7745. <param name="top">Maximum y-value of the viewing volume.</param>
  7746. <param name="znear">Minimum z-value of the viewing volume.</param>
  7747. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7748. <param name="result">When the method completes, contains the created projection matrix.</param>
  7749. </member>
  7750. <member name="M:SharpDX.Matrix.OrthoOffCenterRH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7751. <summary>
  7752. Creates a right-handed, customized orthographic projection matrix.
  7753. </summary>
  7754. <param name="left">Minimum x-value of the viewing volume.</param>
  7755. <param name="right">Maximum x-value of the viewing volume.</param>
  7756. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7757. <param name="top">Maximum y-value of the viewing volume.</param>
  7758. <param name="znear">Minimum z-value of the viewing volume.</param>
  7759. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7760. <returns>The created projection matrix.</returns>
  7761. </member>
  7762. <member name="M:SharpDX.Matrix.PerspectiveLH(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7763. <summary>
  7764. Creates a left-handed, perspective projection matrix.
  7765. </summary>
  7766. <param name="width">Width of the viewing volume.</param>
  7767. <param name="height">Height of the viewing volume.</param>
  7768. <param name="znear">Minimum z-value of the viewing volume.</param>
  7769. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7770. <param name="result">When the method completes, contains the created projection matrix.</param>
  7771. </member>
  7772. <member name="M:SharpDX.Matrix.PerspectiveLH(System.Single,System.Single,System.Single,System.Single)">
  7773. <summary>
  7774. Creates a left-handed, perspective projection matrix.
  7775. </summary>
  7776. <param name="width">Width of the viewing volume.</param>
  7777. <param name="height">Height of the viewing volume.</param>
  7778. <param name="znear">Minimum z-value of the viewing volume.</param>
  7779. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7780. <returns>The created projection matrix.</returns>
  7781. </member>
  7782. <member name="M:SharpDX.Matrix.PerspectiveRH(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7783. <summary>
  7784. Creates a right-handed, perspective projection matrix.
  7785. </summary>
  7786. <param name="width">Width of the viewing volume.</param>
  7787. <param name="height">Height of the viewing volume.</param>
  7788. <param name="znear">Minimum z-value of the viewing volume.</param>
  7789. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7790. <param name="result">When the method completes, contains the created projection matrix.</param>
  7791. </member>
  7792. <member name="M:SharpDX.Matrix.PerspectiveRH(System.Single,System.Single,System.Single,System.Single)">
  7793. <summary>
  7794. Creates a right-handed, perspective projection matrix.
  7795. </summary>
  7796. <param name="width">Width of the viewing volume.</param>
  7797. <param name="height">Height of the viewing volume.</param>
  7798. <param name="znear">Minimum z-value of the viewing volume.</param>
  7799. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7800. <returns>The created projection matrix.</returns>
  7801. </member>
  7802. <member name="M:SharpDX.Matrix.PerspectiveFovLH(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7803. <summary>
  7804. Creates a left-handed, perspective projection matrix based on a field of view.
  7805. </summary>
  7806. <param name="fov">Field of view in the y direction, in radians.</param>
  7807. <param name="aspect">Aspect ratio, defined as view space width divided by height.</param>
  7808. <param name="znear">Minimum z-value of the viewing volume.</param>
  7809. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7810. <param name="result">When the method completes, contains the created projection matrix.</param>
  7811. </member>
  7812. <member name="M:SharpDX.Matrix.PerspectiveFovLH(System.Single,System.Single,System.Single,System.Single)">
  7813. <summary>
  7814. Creates a left-handed, perspective projection matrix based on a field of view.
  7815. </summary>
  7816. <param name="fov">Field of view in the y direction, in radians.</param>
  7817. <param name="aspect">Aspect ratio, defined as view space width divided by height.</param>
  7818. <param name="znear">Minimum z-value of the viewing volume.</param>
  7819. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7820. <returns>The created projection matrix.</returns>
  7821. </member>
  7822. <member name="M:SharpDX.Matrix.PerspectiveFovRH(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7823. <summary>
  7824. Creates a right-handed, perspective projection matrix based on a field of view.
  7825. </summary>
  7826. <param name="fov">Field of view in the y direction, in radians.</param>
  7827. <param name="aspect">Aspect ratio, defined as view space width divided by height.</param>
  7828. <param name="znear">Minimum z-value of the viewing volume.</param>
  7829. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7830. <param name="result">When the method completes, contains the created projection matrix.</param>
  7831. </member>
  7832. <member name="M:SharpDX.Matrix.PerspectiveFovRH(System.Single,System.Single,System.Single,System.Single)">
  7833. <summary>
  7834. Creates a right-handed, perspective projection matrix based on a field of view.
  7835. </summary>
  7836. <param name="fov">Field of view in the y direction, in radians.</param>
  7837. <param name="aspect">Aspect ratio, defined as view space width divided by height.</param>
  7838. <param name="znear">Minimum z-value of the viewing volume.</param>
  7839. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7840. <returns>The created projection matrix.</returns>
  7841. </member>
  7842. <member name="M:SharpDX.Matrix.PerspectiveOffCenterLH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7843. <summary>
  7844. Creates a left-handed, customized perspective projection matrix.
  7845. </summary>
  7846. <param name="left">Minimum x-value of the viewing volume.</param>
  7847. <param name="right">Maximum x-value of the viewing volume.</param>
  7848. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7849. <param name="top">Maximum y-value of the viewing volume.</param>
  7850. <param name="znear">Minimum z-value of the viewing volume.</param>
  7851. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7852. <param name="result">When the method completes, contains the created projection matrix.</param>
  7853. </member>
  7854. <member name="M:SharpDX.Matrix.PerspectiveOffCenterLH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7855. <summary>
  7856. Creates a left-handed, customized perspective projection matrix.
  7857. </summary>
  7858. <param name="left">Minimum x-value of the viewing volume.</param>
  7859. <param name="right">Maximum x-value of the viewing volume.</param>
  7860. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7861. <param name="top">Maximum y-value of the viewing volume.</param>
  7862. <param name="znear">Minimum z-value of the viewing volume.</param>
  7863. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7864. <returns>The created projection matrix.</returns>
  7865. </member>
  7866. <member name="M:SharpDX.Matrix.PerspectiveOffCenterRH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7867. <summary>
  7868. Creates a right-handed, customized perspective projection matrix.
  7869. </summary>
  7870. <param name="left">Minimum x-value of the viewing volume.</param>
  7871. <param name="right">Maximum x-value of the viewing volume.</param>
  7872. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7873. <param name="top">Maximum y-value of the viewing volume.</param>
  7874. <param name="znear">Minimum z-value of the viewing volume.</param>
  7875. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7876. <param name="result">When the method completes, contains the created projection matrix.</param>
  7877. </member>
  7878. <member name="M:SharpDX.Matrix.PerspectiveOffCenterRH(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7879. <summary>
  7880. Creates a right-handed, customized perspective projection matrix.
  7881. </summary>
  7882. <param name="left">Minimum x-value of the viewing volume.</param>
  7883. <param name="right">Maximum x-value of the viewing volume.</param>
  7884. <param name="bottom">Minimum y-value of the viewing volume.</param>
  7885. <param name="top">Maximum y-value of the viewing volume.</param>
  7886. <param name="znear">Minimum z-value of the viewing volume.</param>
  7887. <param name="zfar">Maximum z-value of the viewing volume.</param>
  7888. <returns>The created projection matrix.</returns>
  7889. </member>
  7890. <member name="M:SharpDX.Matrix.Scaling(SharpDX.Vector3@,SharpDX.Matrix@)">
  7891. <summary>
  7892. Creates a matrix that scales along the x-axis, y-axis, and y-axis.
  7893. </summary>
  7894. <param name="scale">Scaling factor for all three axes.</param>
  7895. <param name="result">When the method completes, contains the created scaling matrix.</param>
  7896. </member>
  7897. <member name="M:SharpDX.Matrix.Scaling(SharpDX.Vector3)">
  7898. <summary>
  7899. Creates a matrix that scales along the x-axis, y-axis, and y-axis.
  7900. </summary>
  7901. <param name="scale">Scaling factor for all three axes.</param>
  7902. <returns>The created scaling matrix.</returns>
  7903. </member>
  7904. <member name="M:SharpDX.Matrix.Scaling(System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  7905. <summary>
  7906. Creates a matrix that scales along the x-axis, y-axis, and y-axis.
  7907. </summary>
  7908. <param name="x">Scaling factor that is applied along the x-axis.</param>
  7909. <param name="y">Scaling factor that is applied along the y-axis.</param>
  7910. <param name="z">Scaling factor that is applied along the z-axis.</param>
  7911. <param name="result">When the method completes, contains the created scaling matrix.</param>
  7912. </member>
  7913. <member name="M:SharpDX.Matrix.Scaling(System.Single,System.Single,System.Single)">
  7914. <summary>
  7915. Creates a matrix that scales along the x-axis, y-axis, and y-axis.
  7916. </summary>
  7917. <param name="x">Scaling factor that is applied along the x-axis.</param>
  7918. <param name="y">Scaling factor that is applied along the y-axis.</param>
  7919. <param name="z">Scaling factor that is applied along the z-axis.</param>
  7920. <returns>The created scaling matrix.</returns>
  7921. </member>
  7922. <member name="M:SharpDX.Matrix.Scaling(System.Single,SharpDX.Matrix@)">
  7923. <summary>
  7924. Creates a matrix that uniformly scales along all three axis.
  7925. </summary>
  7926. <param name="scale">The uniform scale that is applied along all axis.</param>
  7927. <param name="result">When the method completes, contains the created scaling matrix.</param>
  7928. </member>
  7929. <member name="M:SharpDX.Matrix.Scaling(System.Single)">
  7930. <summary>
  7931. Creates a matrix that uniformly scales along all three axis.
  7932. </summary>
  7933. <param name="scale">The uniform scale that is applied along all axis.</param>
  7934. <returns>The created scaling matrix.</returns>
  7935. </member>
  7936. <member name="M:SharpDX.Matrix.RotationX(System.Single,SharpDX.Matrix@)">
  7937. <summary>
  7938. Creates a matrix that rotates around the x-axis.
  7939. </summary>
  7940. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7941. <param name="result">When the method completes, contains the created rotation matrix.</param>
  7942. </member>
  7943. <member name="M:SharpDX.Matrix.RotationX(System.Single)">
  7944. <summary>
  7945. Creates a matrix that rotates around the x-axis.
  7946. </summary>
  7947. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7948. <returns>The created rotation matrix.</returns>
  7949. </member>
  7950. <member name="M:SharpDX.Matrix.RotationY(System.Single,SharpDX.Matrix@)">
  7951. <summary>
  7952. Creates a matrix that rotates around the y-axis.
  7953. </summary>
  7954. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7955. <param name="result">When the method completes, contains the created rotation matrix.</param>
  7956. </member>
  7957. <member name="M:SharpDX.Matrix.RotationY(System.Single)">
  7958. <summary>
  7959. Creates a matrix that rotates around the y-axis.
  7960. </summary>
  7961. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7962. <returns>The created rotation matrix.</returns>
  7963. </member>
  7964. <member name="M:SharpDX.Matrix.RotationZ(System.Single,SharpDX.Matrix@)">
  7965. <summary>
  7966. Creates a matrix that rotates around the z-axis.
  7967. </summary>
  7968. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7969. <param name="result">When the method completes, contains the created rotation matrix.</param>
  7970. </member>
  7971. <member name="M:SharpDX.Matrix.RotationZ(System.Single)">
  7972. <summary>
  7973. Creates a matrix that rotates around the z-axis.
  7974. </summary>
  7975. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7976. <returns>The created rotation matrix.</returns>
  7977. </member>
  7978. <member name="M:SharpDX.Matrix.RotationAxis(SharpDX.Vector3@,System.Single,SharpDX.Matrix@)">
  7979. <summary>
  7980. Creates a matrix that rotates around an arbitrary axis.
  7981. </summary>
  7982. <param name="axis">The axis around which to rotate. This parameter is assumed to be normalized.</param>
  7983. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7984. <param name="result">When the method completes, contains the created rotation matrix.</param>
  7985. </member>
  7986. <member name="M:SharpDX.Matrix.RotationAxis(SharpDX.Vector3,System.Single)">
  7987. <summary>
  7988. Creates a matrix that rotates around an arbitrary axis.
  7989. </summary>
  7990. <param name="axis">The axis around which to rotate. This parameter is assumed to be normalized.</param>
  7991. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  7992. <returns>The created rotation matrix.</returns>
  7993. </member>
  7994. <member name="M:SharpDX.Matrix.RotationQuaternion(SharpDX.Quaternion@,SharpDX.Matrix@)">
  7995. <summary>
  7996. Creates a rotation matrix from a quaternion.
  7997. </summary>
  7998. <param name="rotation">The quaternion to use to build the matrix.</param>
  7999. <param name="result">The created rotation matrix.</param>
  8000. </member>
  8001. <member name="M:SharpDX.Matrix.RotationQuaternion(SharpDX.Quaternion)">
  8002. <summary>
  8003. Creates a rotation matrix from a quaternion.
  8004. </summary>
  8005. <param name="rotation">The quaternion to use to build the matrix.</param>
  8006. <returns>The created rotation matrix.</returns>
  8007. </member>
  8008. <member name="M:SharpDX.Matrix.RotationYawPitchRoll(System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  8009. <summary>
  8010. Creates a rotation matrix with a specified yaw, pitch, and roll.
  8011. </summary>
  8012. <param name="yaw">Yaw around the y-axis, in radians.</param>
  8013. <param name="pitch">Pitch around the x-axis, in radians.</param>
  8014. <param name="roll">Roll around the z-axis, in radians.</param>
  8015. <param name="result">When the method completes, contains the created rotation matrix.</param>
  8016. </member>
  8017. <member name="M:SharpDX.Matrix.RotationYawPitchRoll(System.Single,System.Single,System.Single)">
  8018. <summary>
  8019. Creates a rotation matrix with a specified yaw, pitch, and roll.
  8020. </summary>
  8021. <param name="yaw">Yaw around the y-axis, in radians.</param>
  8022. <param name="pitch">Pitch around the x-axis, in radians.</param>
  8023. <param name="roll">Roll around the z-axis, in radians.</param>
  8024. <returns>The created rotation matrix.</returns>
  8025. </member>
  8026. <member name="M:SharpDX.Matrix.Translation(SharpDX.Vector3@,SharpDX.Matrix@)">
  8027. <summary>
  8028. Creates a translation matrix using the specified offsets.
  8029. </summary>
  8030. <param name="value">The offset for all three coordinate planes.</param>
  8031. <param name="result">When the method completes, contains the created translation matrix.</param>
  8032. </member>
  8033. <member name="M:SharpDX.Matrix.Translation(SharpDX.Vector3)">
  8034. <summary>
  8035. Creates a translation matrix using the specified offsets.
  8036. </summary>
  8037. <param name="value">The offset for all three coordinate planes.</param>
  8038. <returns>The created translation matrix.</returns>
  8039. </member>
  8040. <member name="M:SharpDX.Matrix.Translation(System.Single,System.Single,System.Single,SharpDX.Matrix@)">
  8041. <summary>
  8042. Creates a translation matrix using the specified offsets.
  8043. </summary>
  8044. <param name="x">X-coordinate offset.</param>
  8045. <param name="y">Y-coordinate offset.</param>
  8046. <param name="z">Z-coordinate offset.</param>
  8047. <param name="result">When the method completes, contains the created translation matrix.</param>
  8048. </member>
  8049. <member name="M:SharpDX.Matrix.Translation(System.Single,System.Single,System.Single)">
  8050. <summary>
  8051. Creates a translation matrix using the specified offsets.
  8052. </summary>
  8053. <param name="x">X-coordinate offset.</param>
  8054. <param name="y">Y-coordinate offset.</param>
  8055. <param name="z">Z-coordinate offset.</param>
  8056. <returns>The created translation matrix.</returns>
  8057. </member>
  8058. <member name="M:SharpDX.Matrix.Skew(System.Single,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix@)">
  8059. <summary>
  8060. Creates a skew/shear matrix by means of a translation vector, a rotation vector, and a rotation angle.
  8061. shearing is performed in the direction of translation vector, where translation vector and rotation vector define the shearing plane.
  8062. The effect is such that the skewed rotation vector has the specified angle with rotation itself.
  8063. </summary>
  8064. <param name="angle">The rotation angle.</param>
  8065. <param name="rotationVec">The rotation vector</param>
  8066. <param name="transVec">The translation vector</param>
  8067. <param name="matrix">Contains the created skew/shear matrix. </param>
  8068. </member>
  8069. <member name="M:SharpDX.Matrix.AffineTransformation(System.Single,SharpDX.Quaternion@,SharpDX.Vector3@,SharpDX.Matrix@)">
  8070. <summary>
  8071. Creates a 3D affine transformation matrix.
  8072. </summary>
  8073. <param name="scaling">Scaling factor.</param>
  8074. <param name="rotation">The rotation of the transformation.</param>
  8075. <param name="translation">The translation factor of the transformation.</param>
  8076. <param name="result">When the method completes, contains the created affine transformation matrix.</param>
  8077. </member>
  8078. <member name="M:SharpDX.Matrix.AffineTransformation(System.Single,SharpDX.Quaternion,SharpDX.Vector3)">
  8079. <summary>
  8080. Creates a 3D affine transformation matrix.
  8081. </summary>
  8082. <param name="scaling">Scaling factor.</param>
  8083. <param name="rotation">The rotation of the transformation.</param>
  8084. <param name="translation">The translation factor of the transformation.</param>
  8085. <returns>The created affine transformation matrix.</returns>
  8086. </member>
  8087. <member name="M:SharpDX.Matrix.AffineTransformation(System.Single,SharpDX.Vector3@,SharpDX.Quaternion@,SharpDX.Vector3@,SharpDX.Matrix@)">
  8088. <summary>
  8089. Creates a 3D affine transformation matrix.
  8090. </summary>
  8091. <param name="scaling">Scaling factor.</param>
  8092. <param name="rotationCenter">The center of the rotation.</param>
  8093. <param name="rotation">The rotation of the transformation.</param>
  8094. <param name="translation">The translation factor of the transformation.</param>
  8095. <param name="result">When the method completes, contains the created affine transformation matrix.</param>
  8096. </member>
  8097. <member name="M:SharpDX.Matrix.AffineTransformation(System.Single,SharpDX.Vector3,SharpDX.Quaternion,SharpDX.Vector3)">
  8098. <summary>
  8099. Creates a 3D affine transformation matrix.
  8100. </summary>
  8101. <param name="scaling">Scaling factor.</param>
  8102. <param name="rotationCenter">The center of the rotation.</param>
  8103. <param name="rotation">The rotation of the transformation.</param>
  8104. <param name="translation">The translation factor of the transformation.</param>
  8105. <returns>The created affine transformation matrix.</returns>
  8106. </member>
  8107. <member name="M:SharpDX.Matrix.AffineTransformation2D(System.Single,System.Single,SharpDX.Vector2@,SharpDX.Matrix@)">
  8108. <summary>
  8109. Creates a 2D affine transformation matrix.
  8110. </summary>
  8111. <param name="scaling">Scaling factor.</param>
  8112. <param name="rotation">The rotation of the transformation.</param>
  8113. <param name="translation">The translation factor of the transformation.</param>
  8114. <param name="result">When the method completes, contains the created affine transformation matrix.</param>
  8115. </member>
  8116. <member name="M:SharpDX.Matrix.AffineTransformation2D(System.Single,System.Single,SharpDX.Vector2)">
  8117. <summary>
  8118. Creates a 2D affine transformation matrix.
  8119. </summary>
  8120. <param name="scaling">Scaling factor.</param>
  8121. <param name="rotation">The rotation of the transformation.</param>
  8122. <param name="translation">The translation factor of the transformation.</param>
  8123. <returns>The created affine transformation matrix.</returns>
  8124. </member>
  8125. <member name="M:SharpDX.Matrix.AffineTransformation2D(System.Single,SharpDX.Vector2@,System.Single,SharpDX.Vector2@,SharpDX.Matrix@)">
  8126. <summary>
  8127. Creates a 2D affine transformation matrix.
  8128. </summary>
  8129. <param name="scaling">Scaling factor.</param>
  8130. <param name="rotationCenter">The center of the rotation.</param>
  8131. <param name="rotation">The rotation of the transformation.</param>
  8132. <param name="translation">The translation factor of the transformation.</param>
  8133. <param name="result">When the method completes, contains the created affine transformation matrix.</param>
  8134. </member>
  8135. <member name="M:SharpDX.Matrix.AffineTransformation2D(System.Single,SharpDX.Vector2,System.Single,SharpDX.Vector2)">
  8136. <summary>
  8137. Creates a 2D affine transformation matrix.
  8138. </summary>
  8139. <param name="scaling">Scaling factor.</param>
  8140. <param name="rotationCenter">The center of the rotation.</param>
  8141. <param name="rotation">The rotation of the transformation.</param>
  8142. <param name="translation">The translation factor of the transformation.</param>
  8143. <returns>The created affine transformation matrix.</returns>
  8144. </member>
  8145. <member name="M:SharpDX.Matrix.Transformation(SharpDX.Vector3@,SharpDX.Quaternion@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@,SharpDX.Vector3@,SharpDX.Matrix@)">
  8146. <summary>
  8147. Creates a transformation matrix.
  8148. </summary>
  8149. <param name="scalingCenter">Center point of the scaling operation.</param>
  8150. <param name="scalingRotation">Scaling rotation amount.</param>
  8151. <param name="scaling">Scaling factor.</param>
  8152. <param name="rotationCenter">The center of the rotation.</param>
  8153. <param name="rotation">The rotation of the transformation.</param>
  8154. <param name="translation">The translation factor of the transformation.</param>
  8155. <param name="result">When the method completes, contains the created transformation matrix.</param>
  8156. </member>
  8157. <member name="M:SharpDX.Matrix.Transformation(SharpDX.Vector3,SharpDX.Quaternion,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Quaternion,SharpDX.Vector3)">
  8158. <summary>
  8159. Creates a transformation matrix.
  8160. </summary>
  8161. <param name="scalingCenter">Center point of the scaling operation.</param>
  8162. <param name="scalingRotation">Scaling rotation amount.</param>
  8163. <param name="scaling">Scaling factor.</param>
  8164. <param name="rotationCenter">The center of the rotation.</param>
  8165. <param name="rotation">The rotation of the transformation.</param>
  8166. <param name="translation">The translation factor of the transformation.</param>
  8167. <returns>The created transformation matrix.</returns>
  8168. </member>
  8169. <member name="M:SharpDX.Matrix.Transformation2D(SharpDX.Vector2@,System.Single,SharpDX.Vector2@,SharpDX.Vector2@,System.Single,SharpDX.Vector2@,SharpDX.Matrix@)">
  8170. <summary>
  8171. Creates a 2D transformation matrix.
  8172. </summary>
  8173. <param name="scalingCenter">Center point of the scaling operation.</param>
  8174. <param name="scalingRotation">Scaling rotation amount.</param>
  8175. <param name="scaling">Scaling factor.</param>
  8176. <param name="rotationCenter">The center of the rotation.</param>
  8177. <param name="rotation">The rotation of the transformation.</param>
  8178. <param name="translation">The translation factor of the transformation.</param>
  8179. <param name="result">When the method completes, contains the created transformation matrix.</param>
  8180. </member>
  8181. <member name="M:SharpDX.Matrix.Transformation2D(SharpDX.Vector2,System.Single,SharpDX.Vector2,SharpDX.Vector2,System.Single,SharpDX.Vector2)">
  8182. <summary>
  8183. Creates a 2D transformation matrix.
  8184. </summary>
  8185. <param name="scalingCenter">Center point of the scaling operation.</param>
  8186. <param name="scalingRotation">Scaling rotation amount.</param>
  8187. <param name="scaling">Scaling factor.</param>
  8188. <param name="rotationCenter">The center of the rotation.</param>
  8189. <param name="rotation">The rotation of the transformation.</param>
  8190. <param name="translation">The translation factor of the transformation.</param>
  8191. <returns>The created transformation matrix.</returns>
  8192. </member>
  8193. <member name="M:SharpDX.Matrix.op_Addition(SharpDX.Matrix,SharpDX.Matrix)">
  8194. <summary>
  8195. Adds two matrices.
  8196. </summary>
  8197. <param name="left">The first matrix to add.</param>
  8198. <param name="right">The second matrix to add.</param>
  8199. <returns>The sum of the two matrices.</returns>
  8200. </member>
  8201. <member name="M:SharpDX.Matrix.op_UnaryPlus(SharpDX.Matrix)">
  8202. <summary>
  8203. Assert a matrix (return it unchanged).
  8204. </summary>
  8205. <param name="value">The matrix to assert (unchanged).</param>
  8206. <returns>The asserted (unchanged) matrix.</returns>
  8207. </member>
  8208. <member name="M:SharpDX.Matrix.op_Subtraction(SharpDX.Matrix,SharpDX.Matrix)">
  8209. <summary>
  8210. Subtracts two matrices.
  8211. </summary>
  8212. <param name="left">The first matrix to subtract.</param>
  8213. <param name="right">The second matrix to subtract.</param>
  8214. <returns>The difference between the two matrices.</returns>
  8215. </member>
  8216. <member name="M:SharpDX.Matrix.op_UnaryNegation(SharpDX.Matrix)">
  8217. <summary>
  8218. Negates a matrix.
  8219. </summary>
  8220. <param name="value">The matrix to negate.</param>
  8221. <returns>The negated matrix.</returns>
  8222. </member>
  8223. <member name="M:SharpDX.Matrix.op_Multiply(System.Single,SharpDX.Matrix)">
  8224. <summary>
  8225. Scales a matrix by a given value.
  8226. </summary>
  8227. <param name="right">The matrix to scale.</param>
  8228. <param name="left">The amount by which to scale.</param>
  8229. <returns>The scaled matrix.</returns>
  8230. </member>
  8231. <member name="M:SharpDX.Matrix.op_Multiply(SharpDX.Matrix,System.Single)">
  8232. <summary>
  8233. Scales a matrix by a given value.
  8234. </summary>
  8235. <param name="left">The matrix to scale.</param>
  8236. <param name="right">The amount by which to scale.</param>
  8237. <returns>The scaled matrix.</returns>
  8238. </member>
  8239. <member name="M:SharpDX.Matrix.op_Multiply(SharpDX.Matrix,SharpDX.Matrix)">
  8240. <summary>
  8241. Multiplies two matrices.
  8242. </summary>
  8243. <param name="left">The first matrix to multiply.</param>
  8244. <param name="right">The second matrix to multiply.</param>
  8245. <returns>The product of the two matrices.</returns>
  8246. </member>
  8247. <member name="M:SharpDX.Matrix.op_Division(SharpDX.Matrix,System.Single)">
  8248. <summary>
  8249. Scales a matrix by a given value.
  8250. </summary>
  8251. <param name="left">The matrix to scale.</param>
  8252. <param name="right">The amount by which to scale.</param>
  8253. <returns>The scaled matrix.</returns>
  8254. </member>
  8255. <member name="M:SharpDX.Matrix.op_Division(SharpDX.Matrix,SharpDX.Matrix)">
  8256. <summary>
  8257. Divides two matrices.
  8258. </summary>
  8259. <param name="left">The first matrix to divide.</param>
  8260. <param name="right">The second matrix to divide.</param>
  8261. <returns>The quotient of the two matrices.</returns>
  8262. </member>
  8263. <member name="M:SharpDX.Matrix.op_Equality(SharpDX.Matrix,SharpDX.Matrix)">
  8264. <summary>
  8265. Tests for equality between two objects.
  8266. </summary>
  8267. <param name="left">The first value to compare.</param>
  8268. <param name="right">The second value to compare.</param>
  8269. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  8270. </member>
  8271. <member name="M:SharpDX.Matrix.op_Inequality(SharpDX.Matrix,SharpDX.Matrix)">
  8272. <summary>
  8273. Tests for inequality between two objects.
  8274. </summary>
  8275. <param name="left">The first value to compare.</param>
  8276. <param name="right">The second value to compare.</param>
  8277. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  8278. </member>
  8279. <member name="M:SharpDX.Matrix.ToString">
  8280. <summary>
  8281. Returns a <see cref="T:System.String"/> that represents this instance.
  8282. </summary>
  8283. <returns>
  8284. A <see cref="T:System.String"/> that represents this instance.
  8285. </returns>
  8286. </member>
  8287. <member name="M:SharpDX.Matrix.ToString(System.String)">
  8288. <summary>
  8289. Returns a <see cref="T:System.String"/> that represents this instance.
  8290. </summary>
  8291. <param name="format">The format.</param>
  8292. <returns>
  8293. A <see cref="T:System.String"/> that represents this instance.
  8294. </returns>
  8295. </member>
  8296. <member name="M:SharpDX.Matrix.ToString(System.IFormatProvider)">
  8297. <summary>
  8298. Returns a <see cref="T:System.String"/> that represents this instance.
  8299. </summary>
  8300. <param name="formatProvider">The format provider.</param>
  8301. <returns>
  8302. A <see cref="T:System.String"/> that represents this instance.
  8303. </returns>
  8304. </member>
  8305. <member name="M:SharpDX.Matrix.ToString(System.String,System.IFormatProvider)">
  8306. <summary>
  8307. Returns a <see cref="T:System.String"/> that represents this instance.
  8308. </summary>
  8309. <param name="format">The format.</param>
  8310. <param name="formatProvider">The format provider.</param>
  8311. <returns>
  8312. A <see cref="T:System.String"/> that represents this instance.
  8313. </returns>
  8314. </member>
  8315. <member name="M:SharpDX.Matrix.GetHashCode">
  8316. <summary>
  8317. Returns a hash code for this instance.
  8318. </summary>
  8319. <returns>
  8320. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  8321. </returns>
  8322. </member>
  8323. <member name="M:SharpDX.Matrix.Equals(SharpDX.Matrix@)">
  8324. <summary>
  8325. Determines whether the specified <see cref="T:SharpDX.Matrix"/> is equal to this instance.
  8326. </summary>
  8327. <param name="other">The <see cref="T:SharpDX.Matrix"/> to compare with this instance.</param>
  8328. <returns>
  8329. <c>true</c> if the specified <see cref="T:SharpDX.Matrix"/> is equal to this instance; otherwise, <c>false</c>.
  8330. </returns>
  8331. </member>
  8332. <member name="M:SharpDX.Matrix.Equals(SharpDX.Matrix)">
  8333. <summary>
  8334. Determines whether the specified <see cref="T:SharpDX.Matrix"/> is equal to this instance.
  8335. </summary>
  8336. <param name="other">The <see cref="T:SharpDX.Matrix"/> to compare with this instance.</param>
  8337. <returns>
  8338. <c>true</c> if the specified <see cref="T:SharpDX.Matrix"/> is equal to this instance; otherwise, <c>false</c>.
  8339. </returns>
  8340. </member>
  8341. <member name="M:SharpDX.Matrix.Equals(System.Object)">
  8342. <summary>
  8343. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  8344. </summary>
  8345. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  8346. <returns>
  8347. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  8348. </returns>
  8349. </member>
  8350. <member name="M:SharpDX.Matrix.op_Implicit(SharpDX.Matrix)~SharpDX.Mathematics.Interop.RawMatrix">
  8351. <summary>
  8352. Performs an implicit conversion from <see cref="T:SharpDX.Matrix"/> to <see cref="T:SharpDX.Mathematics.Interop.RawMatrix"/>.
  8353. </summary>
  8354. <param name="value">The value.</param>
  8355. <returns>The result of the conversion.</returns>
  8356. </member>
  8357. <member name="M:SharpDX.Matrix.op_Implicit(SharpDX.Mathematics.Interop.RawMatrix)~SharpDX.Matrix">
  8358. <summary>
  8359. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawMatrix"/> to <see cref="T:SharpDX.Matrix"/>.
  8360. </summary>
  8361. <param name="value">The value.</param>
  8362. <returns>The result of the conversion.</returns>
  8363. </member>
  8364. <member name="T:SharpDX.Matrix3x2">
  8365. <summary>
  8366. Direct2D Matrix3x2. Supports implicit cast from <see cref="T:SharpDX.Matrix"/>.
  8367. </summary>
  8368. </member>
  8369. <member name="F:SharpDX.Matrix3x2.Identity">
  8370. <summary>
  8371. Gets the identity matrix.
  8372. </summary>
  8373. <value>The identity matrix.</value>
  8374. </member>
  8375. <member name="F:SharpDX.Matrix3x2.M11">
  8376. <summary>
  8377. Element (1,1)
  8378. </summary>
  8379. </member>
  8380. <member name="F:SharpDX.Matrix3x2.M12">
  8381. <summary>
  8382. Element (1,2)
  8383. </summary>
  8384. </member>
  8385. <member name="F:SharpDX.Matrix3x2.M21">
  8386. <summary>
  8387. Element (2,1)
  8388. </summary>
  8389. </member>
  8390. <member name="F:SharpDX.Matrix3x2.M22">
  8391. <summary>
  8392. Element (2,2)
  8393. </summary>
  8394. </member>
  8395. <member name="F:SharpDX.Matrix3x2.M31">
  8396. <summary>
  8397. Element (3,1)
  8398. </summary>
  8399. </member>
  8400. <member name="F:SharpDX.Matrix3x2.M32">
  8401. <summary>
  8402. Element (3,2)
  8403. </summary>
  8404. </member>
  8405. <member name="M:SharpDX.Matrix3x2.#ctor(System.Single)">
  8406. <summary>
  8407. Initializes a new instance of the <see cref="T:SharpDX.Matrix3x2"/> struct.
  8408. </summary>
  8409. <param name="value">The value that will be assigned to all components.</param>
  8410. </member>
  8411. <member name="M:SharpDX.Matrix3x2.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  8412. <summary>
  8413. Initializes a new instance of the <see cref="T:SharpDX.Matrix3x2"/> struct.
  8414. </summary>
  8415. <param name="M11">The value to assign at row 1 column 1 of the matrix.</param>
  8416. <param name="M12">The value to assign at row 1 column 2 of the matrix.</param>
  8417. <param name="M21">The value to assign at row 2 column 1 of the matrix.</param>
  8418. <param name="M22">The value to assign at row 2 column 2 of the matrix.</param>
  8419. <param name="M31">The value to assign at row 3 column 1 of the matrix.</param>
  8420. <param name="M32">The value to assign at row 3 column 2 of the matrix.</param>
  8421. </member>
  8422. <member name="M:SharpDX.Matrix3x2.#ctor(System.Single[])">
  8423. <summary>
  8424. Initializes a new instance of the <see cref="T:SharpDX.Matrix3x2"/> struct.
  8425. </summary>
  8426. <param name="values">The values to assign to the components of the matrix. This must be an array with six elements.</param>
  8427. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  8428. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than six elements.</exception>
  8429. </member>
  8430. <member name="P:SharpDX.Matrix3x2.Row1">
  8431. <summary>
  8432. Gets or sets the first row in the matrix; that is M11 and M12.
  8433. </summary>
  8434. </member>
  8435. <member name="P:SharpDX.Matrix3x2.Row2">
  8436. <summary>
  8437. Gets or sets the second row in the matrix; that is M21 and M22.
  8438. </summary>
  8439. </member>
  8440. <member name="P:SharpDX.Matrix3x2.Row3">
  8441. <summary>
  8442. Gets or sets the third row in the matrix; that is M31 and M32.
  8443. </summary>
  8444. </member>
  8445. <member name="P:SharpDX.Matrix3x2.Column1">
  8446. <summary>
  8447. Gets or sets the first column in the matrix; that is M11, M21, and M31.
  8448. </summary>
  8449. </member>
  8450. <member name="P:SharpDX.Matrix3x2.Column2">
  8451. <summary>
  8452. Gets or sets the second column in the matrix; that is M12, M22, and M32.
  8453. </summary>
  8454. </member>
  8455. <member name="P:SharpDX.Matrix3x2.TranslationVector">
  8456. <summary>
  8457. Gets or sets the translation of the matrix; that is M31 and M32.
  8458. </summary>
  8459. </member>
  8460. <member name="P:SharpDX.Matrix3x2.ScaleVector">
  8461. <summary>
  8462. Gets or sets the scale of the matrix; that is M11 and M22.
  8463. </summary>
  8464. </member>
  8465. <member name="P:SharpDX.Matrix3x2.IsIdentity">
  8466. <summary>
  8467. Gets a value indicating whether this instance is an identity matrix.
  8468. </summary>
  8469. <value>
  8470. <c>true</c> if this instance is an identity matrix; otherwise, <c>false</c>.
  8471. </value>
  8472. </member>
  8473. <member name="P:SharpDX.Matrix3x2.Item(System.Int32)">
  8474. <summary>
  8475. Gets or sets the component at the specified index.
  8476. </summary>
  8477. <value>The value of the matrix component, depending on the index.</value>
  8478. <param name="index">The zero-based index of the component to access.</param>
  8479. <returns>The value of the component at the specified index.</returns>
  8480. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 5].</exception>
  8481. </member>
  8482. <member name="P:SharpDX.Matrix3x2.Item(System.Int32,System.Int32)">
  8483. <summary>
  8484. Gets or sets the component at the specified index.
  8485. </summary>
  8486. <value>The value of the matrix component, depending on the index.</value>
  8487. <param name="row">The row of the matrix to access.</param>
  8488. <param name="column">The column of the matrix to access.</param>
  8489. <returns>The value of the component at the specified index.</returns>
  8490. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="row"/> or <paramref name="column"/>is out of the range [0, 3].</exception>
  8491. </member>
  8492. <member name="M:SharpDX.Matrix3x2.ToArray">
  8493. <summary>
  8494. Creates an array containing the elements of the matrix.
  8495. </summary>
  8496. <returns>A sixteen-element array containing the components of the matrix.</returns>
  8497. </member>
  8498. <member name="M:SharpDX.Matrix3x2.Add(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@,SharpDX.Matrix3x2@)">
  8499. <summary>
  8500. Determines the sum of two matrices.
  8501. </summary>
  8502. <param name="left">The first matrix to add.</param>
  8503. <param name="right">The second matrix to add.</param>
  8504. <param name="result">When the method completes, contains the sum of the two matrices.</param>
  8505. </member>
  8506. <member name="M:SharpDX.Matrix3x2.Add(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8507. <summary>
  8508. Determines the sum of two matrices.
  8509. </summary>
  8510. <param name="left">The first matrix to add.</param>
  8511. <param name="right">The second matrix to add.</param>
  8512. <returns>The sum of the two matrices.</returns>
  8513. </member>
  8514. <member name="M:SharpDX.Matrix3x2.Subtract(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@,SharpDX.Matrix3x2@)">
  8515. <summary>
  8516. Determines the difference between two matrices.
  8517. </summary>
  8518. <param name="left">The first matrix to subtract.</param>
  8519. <param name="right">The second matrix to subtract.</param>
  8520. <param name="result">When the method completes, contains the difference between the two matrices.</param>
  8521. </member>
  8522. <member name="M:SharpDX.Matrix3x2.Subtract(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8523. <summary>
  8524. Determines the difference between two matrices.
  8525. </summary>
  8526. <param name="left">The first matrix to subtract.</param>
  8527. <param name="right">The second matrix to subtract.</param>
  8528. <returns>The difference between the two matrices.</returns>
  8529. </member>
  8530. <member name="M:SharpDX.Matrix3x2.Multiply(SharpDX.Matrix3x2@,System.Single,SharpDX.Matrix3x2@)">
  8531. <summary>
  8532. Scales a matrix by the given value.
  8533. </summary>
  8534. <param name="left">The matrix to scale.</param>
  8535. <param name="right">The amount by which to scale.</param>
  8536. <param name="result">When the method completes, contains the scaled matrix.</param>
  8537. </member>
  8538. <member name="M:SharpDX.Matrix3x2.Multiply(SharpDX.Matrix3x2,System.Single)">
  8539. <summary>
  8540. Scales a matrix by the given value.
  8541. </summary>
  8542. <param name="left">The matrix to scale.</param>
  8543. <param name="right">The amount by which to scale.</param>
  8544. <returns>The scaled matrix.</returns>
  8545. </member>
  8546. <member name="M:SharpDX.Matrix3x2.Multiply(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@,SharpDX.Matrix3x2@)">
  8547. <summary>
  8548. Determines the product of two matrices.
  8549. </summary>
  8550. <param name="left">The first matrix to multiply.</param>
  8551. <param name="right">The second matrix to multiply.</param>
  8552. <param name="result">The product of the two matrices.</param>
  8553. </member>
  8554. <member name="M:SharpDX.Matrix3x2.Multiply(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8555. <summary>
  8556. Determines the product of two matrices.
  8557. </summary>
  8558. <param name="left">The first matrix to multiply.</param>
  8559. <param name="right">The second matrix to multiply.</param>
  8560. <returns>The product of the two matrices.</returns>
  8561. </member>
  8562. <member name="M:SharpDX.Matrix3x2.Divide(SharpDX.Matrix3x2@,System.Single,SharpDX.Matrix3x2@)">
  8563. <summary>
  8564. Scales a matrix by the given value.
  8565. </summary>
  8566. <param name="left">The matrix to scale.</param>
  8567. <param name="right">The amount by which to scale.</param>
  8568. <param name="result">When the method completes, contains the scaled matrix.</param>
  8569. </member>
  8570. <member name="M:SharpDX.Matrix3x2.Divide(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@,SharpDX.Matrix3x2@)">
  8571. <summary>
  8572. Determines the quotient of two matrices.
  8573. </summary>
  8574. <param name="left">The first matrix to divide.</param>
  8575. <param name="right">The second matrix to divide.</param>
  8576. <param name="result">When the method completes, contains the quotient of the two matrices.</param>
  8577. </member>
  8578. <member name="M:SharpDX.Matrix3x2.Negate(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@)">
  8579. <summary>
  8580. Negates a matrix.
  8581. </summary>
  8582. <param name="value">The matrix to be negated.</param>
  8583. <param name="result">When the method completes, contains the negated matrix.</param>
  8584. </member>
  8585. <member name="M:SharpDX.Matrix3x2.Negate(SharpDX.Matrix3x2)">
  8586. <summary>
  8587. Negates a matrix.
  8588. </summary>
  8589. <param name="value">The matrix to be negated.</param>
  8590. <returns>The negated matrix.</returns>
  8591. </member>
  8592. <member name="M:SharpDX.Matrix3x2.Lerp(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@,System.Single,SharpDX.Matrix3x2@)">
  8593. <summary>
  8594. Performs a linear interpolation between two matrices.
  8595. </summary>
  8596. <param name="start">Start matrix.</param>
  8597. <param name="end">End matrix.</param>
  8598. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  8599. <param name="result">When the method completes, contains the linear interpolation of the two matrices.</param>
  8600. <remarks>
  8601. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  8602. </remarks>
  8603. </member>
  8604. <member name="M:SharpDX.Matrix3x2.Lerp(SharpDX.Matrix3x2,SharpDX.Matrix3x2,System.Single)">
  8605. <summary>
  8606. Performs a linear interpolation between two matrices.
  8607. </summary>
  8608. <param name="start">Start matrix.</param>
  8609. <param name="end">End matrix.</param>
  8610. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  8611. <returns>The linear interpolation of the two matrices.</returns>
  8612. <remarks>
  8613. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  8614. </remarks>
  8615. </member>
  8616. <member name="M:SharpDX.Matrix3x2.SmoothStep(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@,System.Single,SharpDX.Matrix3x2@)">
  8617. <summary>
  8618. Performs a cubic interpolation between two matrices.
  8619. </summary>
  8620. <param name="start">Start matrix.</param>
  8621. <param name="end">End matrix.</param>
  8622. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  8623. <param name="result">When the method completes, contains the cubic interpolation of the two matrices.</param>
  8624. </member>
  8625. <member name="M:SharpDX.Matrix3x2.SmoothStep(SharpDX.Matrix3x2,SharpDX.Matrix3x2,System.Single)">
  8626. <summary>
  8627. Performs a cubic interpolation between two matrices.
  8628. </summary>
  8629. <param name="start">Start matrix.</param>
  8630. <param name="end">End matrix.</param>
  8631. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  8632. <returns>The cubic interpolation of the two matrices.</returns>
  8633. </member>
  8634. <member name="M:SharpDX.Matrix3x2.Scaling(SharpDX.Vector2@,SharpDX.Matrix3x2@)">
  8635. <summary>
  8636. Creates a matrix that scales along the x-axis and y-axis.
  8637. </summary>
  8638. <param name="scale">Scaling factor for both axes.</param>
  8639. <param name="result">When the method completes, contains the created scaling matrix.</param>
  8640. </member>
  8641. <member name="M:SharpDX.Matrix3x2.Scaling(SharpDX.Vector2)">
  8642. <summary>
  8643. Creates a matrix that scales along the x-axis and y-axis.
  8644. </summary>
  8645. <param name="scale">Scaling factor for both axes.</param>
  8646. <returns>The created scaling matrix.</returns>
  8647. </member>
  8648. <member name="M:SharpDX.Matrix3x2.Scaling(System.Single,System.Single,SharpDX.Matrix3x2@)">
  8649. <summary>
  8650. Creates a matrix that scales along the x-axis and y-axis.
  8651. </summary>
  8652. <param name="x">Scaling factor that is applied along the x-axis.</param>
  8653. <param name="y">Scaling factor that is applied along the y-axis.</param>
  8654. <param name="result">When the method completes, contains the created scaling matrix.</param>
  8655. </member>
  8656. <member name="M:SharpDX.Matrix3x2.Scaling(System.Single,System.Single)">
  8657. <summary>
  8658. Creates a matrix that scales along the x-axis and y-axis.
  8659. </summary>
  8660. <param name="x">Scaling factor that is applied along the x-axis.</param>
  8661. <param name="y">Scaling factor that is applied along the y-axis.</param>
  8662. <returns>The created scaling matrix.</returns>
  8663. </member>
  8664. <member name="M:SharpDX.Matrix3x2.Scaling(System.Single,SharpDX.Matrix3x2@)">
  8665. <summary>
  8666. Creates a matrix that uniformly scales along both axes.
  8667. </summary>
  8668. <param name="scale">The uniform scale that is applied along both axes.</param>
  8669. <param name="result">When the method completes, contains the created scaling matrix.</param>
  8670. </member>
  8671. <member name="M:SharpDX.Matrix3x2.Scaling(System.Single)">
  8672. <summary>
  8673. Creates a matrix that uniformly scales along both axes.
  8674. </summary>
  8675. <param name="scale">The uniform scale that is applied along both axes.</param>
  8676. <returns>The created scaling matrix.</returns>
  8677. </member>
  8678. <member name="M:SharpDX.Matrix3x2.Scaling(System.Single,System.Single,SharpDX.Vector2)">
  8679. <summary>
  8680. Creates a matrix that is scaling from a specified center.
  8681. </summary>
  8682. <param name="x">Scaling factor that is applied along the x-axis.</param>
  8683. <param name="y">Scaling factor that is applied along the y-axis.</param>
  8684. <param name="center">The center of the scaling.</param>
  8685. <returns>The created scaling matrix.</returns>
  8686. </member>
  8687. <member name="M:SharpDX.Matrix3x2.Scaling(System.Single,System.Single,SharpDX.Vector2@,SharpDX.Matrix3x2@)">
  8688. <summary>
  8689. Creates a matrix that is scaling from a specified center.
  8690. </summary>
  8691. <param name="x">Scaling factor that is applied along the x-axis.</param>
  8692. <param name="y">Scaling factor that is applied along the y-axis.</param>
  8693. <param name="center">The center of the scaling.</param>
  8694. <param name="result">The created scaling matrix.</param>
  8695. </member>
  8696. <member name="M:SharpDX.Matrix3x2.Determinant">
  8697. <summary>
  8698. Calculates the determinant of this matrix.
  8699. </summary>
  8700. <returns>Result of the determinant.</returns>
  8701. </member>
  8702. <member name="M:SharpDX.Matrix3x2.Rotation(System.Single,SharpDX.Matrix3x2@)">
  8703. <summary>
  8704. Creates a matrix that rotates.
  8705. </summary>
  8706. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis.</param>
  8707. <param name="result">When the method completes, contains the created rotation matrix.</param>
  8708. </member>
  8709. <member name="M:SharpDX.Matrix3x2.Rotation(System.Single)">
  8710. <summary>
  8711. Creates a matrix that rotates.
  8712. </summary>
  8713. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis.</param>
  8714. <returns>The created rotation matrix.</returns>
  8715. </member>
  8716. <member name="M:SharpDX.Matrix3x2.Rotation(System.Single,SharpDX.Vector2)">
  8717. <summary>
  8718. Creates a matrix that rotates about a specified center.
  8719. </summary>
  8720. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis.</param>
  8721. <param name="center">The center of the rotation.</param>
  8722. <returns>The created rotation matrix.</returns>
  8723. </member>
  8724. <member name="M:SharpDX.Matrix3x2.Rotation(System.Single,SharpDX.Vector2,SharpDX.Matrix3x2@)">
  8725. <summary>
  8726. Creates a matrix that rotates about a specified center.
  8727. </summary>
  8728. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis.</param>
  8729. <param name="center">The center of the rotation.</param>
  8730. <param name="result">When the method completes, contains the created rotation matrix.</param>
  8731. </member>
  8732. <member name="M:SharpDX.Matrix3x2.Transformation(System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix3x2@)">
  8733. <summary>
  8734. Creates a transformation matrix.
  8735. </summary>
  8736. <param name="xScale">Scaling factor that is applied along the x-axis.</param>
  8737. <param name="yScale">Scaling factor that is applied along the y-axis.</param>
  8738. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis.</param>
  8739. <param name="xOffset">X-coordinate offset.</param>
  8740. <param name="yOffset">Y-coordinate offset.</param>
  8741. <param name="result">When the method completes, contains the created transformation matrix.</param>
  8742. </member>
  8743. <member name="M:SharpDX.Matrix3x2.Transformation(System.Single,System.Single,System.Single,System.Single,System.Single)">
  8744. <summary>
  8745. Creates a transformation matrix.
  8746. </summary>
  8747. <param name="xScale">Scaling factor that is applied along the x-axis.</param>
  8748. <param name="yScale">Scaling factor that is applied along the y-axis.</param>
  8749. <param name="angle">Angle of rotation in radians.</param>
  8750. <param name="xOffset">X-coordinate offset.</param>
  8751. <param name="yOffset">Y-coordinate offset.</param>
  8752. <returns>The created transformation matrix.</returns>
  8753. </member>
  8754. <member name="M:SharpDX.Matrix3x2.Translation(SharpDX.Vector2@,SharpDX.Matrix3x2@)">
  8755. <summary>
  8756. Creates a translation matrix using the specified offsets.
  8757. </summary>
  8758. <param name="value">The offset for both coordinate planes.</param>
  8759. <param name="result">When the method completes, contains the created translation matrix.</param>
  8760. </member>
  8761. <member name="M:SharpDX.Matrix3x2.Translation(SharpDX.Vector2)">
  8762. <summary>
  8763. Creates a translation matrix using the specified offsets.
  8764. </summary>
  8765. <param name="value">The offset for both coordinate planes.</param>
  8766. <returns>The created translation matrix.</returns>
  8767. </member>
  8768. <member name="M:SharpDX.Matrix3x2.Translation(System.Single,System.Single,SharpDX.Matrix3x2@)">
  8769. <summary>
  8770. Creates a translation matrix using the specified offsets.
  8771. </summary>
  8772. <param name="x">X-coordinate offset.</param>
  8773. <param name="y">Y-coordinate offset.</param>
  8774. <param name="result">When the method completes, contains the created translation matrix.</param>
  8775. </member>
  8776. <member name="M:SharpDX.Matrix3x2.Translation(System.Single,System.Single)">
  8777. <summary>
  8778. Creates a translation matrix using the specified offsets.
  8779. </summary>
  8780. <param name="x">X-coordinate offset.</param>
  8781. <param name="y">Y-coordinate offset.</param>
  8782. <returns>The created translation matrix.</returns>
  8783. </member>
  8784. <member name="M:SharpDX.Matrix3x2.TransformPoint(SharpDX.Matrix3x2,SharpDX.Vector2)">
  8785. <summary>
  8786. Transforms a vector by this matrix.
  8787. </summary>
  8788. <param name="matrix">The matrix to use as a transformation matrix.</param>
  8789. <param name="point">The original vector to apply the transformation.</param>
  8790. <returns>The result of the transformation for the input vector.</returns>
  8791. </member>
  8792. <member name="M:SharpDX.Matrix3x2.TransformPoint(SharpDX.Matrix3x2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  8793. <summary>
  8794. Transforms a vector by this matrix.
  8795. </summary>
  8796. <param name="matrix">The matrix to use as a transformation matrix.</param>
  8797. <param name="point">The original vector to apply the transformation.</param>
  8798. <param name="result">The result of the transformation for the input vector.</param>
  8799. <returns></returns>
  8800. </member>
  8801. <member name="M:SharpDX.Matrix3x2.Invert">
  8802. <summary>
  8803. Calculates the inverse of this matrix instance.
  8804. </summary>
  8805. </member>
  8806. <member name="M:SharpDX.Matrix3x2.Invert(SharpDX.Matrix3x2)">
  8807. <summary>
  8808. Calculates the inverse of the specified matrix.
  8809. </summary>
  8810. <param name="value">The matrix whose inverse is to be calculated.</param>
  8811. <returns>the inverse of the specified matrix.</returns>
  8812. </member>
  8813. <member name="M:SharpDX.Matrix3x2.Skew(System.Single,System.Single)">
  8814. <summary>
  8815. Creates a skew matrix.
  8816. </summary>
  8817. <param name="angleX">Angle of skew along the X-axis in radians.</param>
  8818. <param name="angleY">Angle of skew along the Y-axis in radians.</param>
  8819. <returns>The created skew matrix.</returns>
  8820. </member>
  8821. <member name="M:SharpDX.Matrix3x2.Skew(System.Single,System.Single,SharpDX.Matrix3x2@)">
  8822. <summary>
  8823. Creates a skew matrix.
  8824. </summary>
  8825. <param name="angleX">Angle of skew along the X-axis in radians.</param>
  8826. <param name="angleY">Angle of skew along the Y-axis in radians.</param>
  8827. <param name="result">When the method completes, contains the created skew matrix.</param>
  8828. </member>
  8829. <member name="M:SharpDX.Matrix3x2.Invert(SharpDX.Matrix3x2@,SharpDX.Matrix3x2@)">
  8830. <summary>
  8831. Calculates the inverse of the specified matrix.
  8832. </summary>
  8833. <param name="value">The matrix whose inverse is to be calculated.</param>
  8834. <param name="result">When the method completes, contains the inverse of the specified matrix.</param>
  8835. </member>
  8836. <member name="M:SharpDX.Matrix3x2.op_Addition(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8837. <summary>
  8838. Adds two matrices.
  8839. </summary>
  8840. <param name="left">The first matrix to add.</param>
  8841. <param name="right">The second matrix to add.</param>
  8842. <returns>The sum of the two matrices.</returns>
  8843. </member>
  8844. <member name="M:SharpDX.Matrix3x2.op_UnaryPlus(SharpDX.Matrix3x2)">
  8845. <summary>
  8846. Assert a matrix (return it unchanged).
  8847. </summary>
  8848. <param name="value">The matrix to assert (unchanged).</param>
  8849. <returns>The asserted (unchanged) matrix.</returns>
  8850. </member>
  8851. <member name="M:SharpDX.Matrix3x2.op_Subtraction(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8852. <summary>
  8853. Subtracts two matrices.
  8854. </summary>
  8855. <param name="left">The first matrix to subtract.</param>
  8856. <param name="right">The second matrix to subtract.</param>
  8857. <returns>The difference between the two matrices.</returns>
  8858. </member>
  8859. <member name="M:SharpDX.Matrix3x2.op_UnaryNegation(SharpDX.Matrix3x2)">
  8860. <summary>
  8861. Negates a matrix.
  8862. </summary>
  8863. <param name="value">The matrix to negate.</param>
  8864. <returns>The negated matrix.</returns>
  8865. </member>
  8866. <member name="M:SharpDX.Matrix3x2.op_Multiply(System.Single,SharpDX.Matrix3x2)">
  8867. <summary>
  8868. Scales a matrix by a given value.
  8869. </summary>
  8870. <param name="right">The matrix to scale.</param>
  8871. <param name="left">The amount by which to scale.</param>
  8872. <returns>The scaled matrix.</returns>
  8873. </member>
  8874. <member name="M:SharpDX.Matrix3x2.op_Multiply(SharpDX.Matrix3x2,System.Single)">
  8875. <summary>
  8876. Scales a matrix by a given value.
  8877. </summary>
  8878. <param name="left">The matrix to scale.</param>
  8879. <param name="right">The amount by which to scale.</param>
  8880. <returns>The scaled matrix.</returns>
  8881. </member>
  8882. <member name="M:SharpDX.Matrix3x2.op_Multiply(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8883. <summary>
  8884. Multiplies two matrices.
  8885. </summary>
  8886. <param name="left">The first matrix to multiply.</param>
  8887. <param name="right">The second matrix to multiply.</param>
  8888. <returns>The product of the two matrices.</returns>
  8889. </member>
  8890. <member name="M:SharpDX.Matrix3x2.op_Division(SharpDX.Matrix3x2,System.Single)">
  8891. <summary>
  8892. Scales a matrix by a given value.
  8893. </summary>
  8894. <param name="left">The matrix to scale.</param>
  8895. <param name="right">The amount by which to scale.</param>
  8896. <returns>The scaled matrix.</returns>
  8897. </member>
  8898. <member name="M:SharpDX.Matrix3x2.op_Division(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8899. <summary>
  8900. Divides two matrices.
  8901. </summary>
  8902. <param name="left">The first matrix to divide.</param>
  8903. <param name="right">The second matrix to divide.</param>
  8904. <returns>The quotient of the two matrices.</returns>
  8905. </member>
  8906. <member name="M:SharpDX.Matrix3x2.op_Equality(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8907. <summary>
  8908. Tests for equality between two objects.
  8909. </summary>
  8910. <param name="left">The first value to compare.</param>
  8911. <param name="right">The second value to compare.</param>
  8912. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  8913. </member>
  8914. <member name="M:SharpDX.Matrix3x2.op_Inequality(SharpDX.Matrix3x2,SharpDX.Matrix3x2)">
  8915. <summary>
  8916. Tests for inequality between two objects.
  8917. </summary>
  8918. <param name="left">The first value to compare.</param>
  8919. <param name="right">The second value to compare.</param>
  8920. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  8921. </member>
  8922. <member name="M:SharpDX.Matrix3x2.ToString">
  8923. <summary>
  8924. Returns a <see cref="T:System.String"/> that represents this instance.
  8925. </summary>
  8926. <returns>
  8927. A <see cref="T:System.String"/> that represents this instance.
  8928. </returns>
  8929. </member>
  8930. <member name="M:SharpDX.Matrix3x2.ToString(System.String)">
  8931. <summary>
  8932. Returns a <see cref="T:System.String"/> that represents this instance.
  8933. </summary>
  8934. <param name="format">The format.</param>
  8935. <returns>
  8936. A <see cref="T:System.String"/> that represents this instance.
  8937. </returns>
  8938. </member>
  8939. <member name="M:SharpDX.Matrix3x2.ToString(System.IFormatProvider)">
  8940. <summary>
  8941. Returns a <see cref="T:System.String"/> that represents this instance.
  8942. </summary>
  8943. <param name="formatProvider">The format provider.</param>
  8944. <returns>
  8945. A <see cref="T:System.String"/> that represents this instance.
  8946. </returns>
  8947. </member>
  8948. <member name="M:SharpDX.Matrix3x2.ToString(System.String,System.IFormatProvider)">
  8949. <summary>
  8950. Returns a <see cref="T:System.String"/> that represents this instance.
  8951. </summary>
  8952. <param name="format">The format.</param>
  8953. <param name="formatProvider">The format provider.</param>
  8954. <returns>
  8955. A <see cref="T:System.String"/> that represents this instance.
  8956. </returns>
  8957. </member>
  8958. <member name="M:SharpDX.Matrix3x2.GetHashCode">
  8959. <summary>
  8960. Returns a hash code for this instance.
  8961. </summary>
  8962. <returns>
  8963. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  8964. </returns>
  8965. </member>
  8966. <member name="M:SharpDX.Matrix3x2.Equals(SharpDX.Matrix3x2@)">
  8967. <summary>
  8968. Determines whether the specified <see cref="T:SharpDX.Matrix3x2"/> is equal to this instance.
  8969. </summary>
  8970. <param name="other">The <see cref="T:SharpDX.Matrix3x2"/> to compare with this instance.</param>
  8971. <returns>
  8972. <c>true</c> if the specified <see cref="T:SharpDX.Matrix3x2"/> is equal to this instance; otherwise, <c>false</c>.
  8973. </returns>
  8974. </member>
  8975. <member name="M:SharpDX.Matrix3x2.Equals(SharpDX.Matrix3x2)">
  8976. <summary>
  8977. Determines whether the specified <see cref="T:SharpDX.Matrix3x2"/> is equal to this instance.
  8978. </summary>
  8979. <param name="other">The <see cref="T:SharpDX.Matrix3x2"/> to compare with this instance.</param>
  8980. <returns>
  8981. <c>true</c> if the specified <see cref="T:SharpDX.Matrix3x2"/> is equal to this instance; otherwise, <c>false</c>.
  8982. </returns>
  8983. </member>
  8984. <member name="M:SharpDX.Matrix3x2.Equals(System.Object)">
  8985. <summary>
  8986. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  8987. </summary>
  8988. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  8989. <returns>
  8990. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  8991. </returns>
  8992. </member>
  8993. <member name="M:SharpDX.Matrix3x2.op_Implicit(SharpDX.Matrix)~SharpDX.Matrix3x2">
  8994. <summary>
  8995. Performs an implicit conversion from <see cref="T:SharpDX.Matrix"/> to <see cref="T:SharpDX.Matrix3x2"/>.
  8996. </summary>
  8997. <param name="matrix">The matrix.</param>
  8998. <returns>The result of the conversion.</returns>
  8999. </member>
  9000. <member name="M:SharpDX.Matrix3x2.op_Implicit(SharpDX.Matrix3x2)~SharpDX.Mathematics.Interop.RawMatrix3x2">
  9001. <summary>
  9002. Performs an implicit conversion from <see cref="T:SharpDX.Matrix3x2"/> to <see cref="T:SharpDX.Mathematics.Interop.RawMatrix3x2"/>.
  9003. </summary>
  9004. <param name="value">The value.</param>
  9005. <returns>The result of the conversion.</returns>
  9006. </member>
  9007. <member name="M:SharpDX.Matrix3x2.op_Implicit(SharpDX.Mathematics.Interop.RawMatrix3x2)~SharpDX.Matrix3x2">
  9008. <summary>
  9009. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawMatrix3x2"/> to <see cref="T:SharpDX.Matrix3x2"/>.
  9010. </summary>
  9011. <param name="value">The value.</param>
  9012. <returns>The result of the conversion.</returns>
  9013. </member>
  9014. <member name="T:SharpDX.Matrix3x3">
  9015. <summary>
  9016. Represents a 3x3 Matrix ( contains only Scale and Rotation ).
  9017. </summary>
  9018. </member>
  9019. <member name="F:SharpDX.Matrix3x3.SizeInBytes">
  9020. <summary>
  9021. The size of the <see cref="T:SharpDX.Matrix3x3"/> type, in bytes.
  9022. </summary>
  9023. </member>
  9024. <member name="F:SharpDX.Matrix3x3.Zero">
  9025. <summary>
  9026. A <see cref="T:SharpDX.Matrix3x3"/> with all of its components set to zero.
  9027. </summary>
  9028. </member>
  9029. <member name="F:SharpDX.Matrix3x3.Identity">
  9030. <summary>
  9031. The identity <see cref="T:SharpDX.Matrix3x3"/>.
  9032. </summary>
  9033. </member>
  9034. <member name="F:SharpDX.Matrix3x3.M11">
  9035. <summary>
  9036. Value at row 1 column 1 of the Matrix3x3.
  9037. </summary>
  9038. </member>
  9039. <member name="F:SharpDX.Matrix3x3.M12">
  9040. <summary>
  9041. Value at row 1 column 2 of the Matrix3x3.
  9042. </summary>
  9043. </member>
  9044. <member name="F:SharpDX.Matrix3x3.M13">
  9045. <summary>
  9046. Value at row 1 column 3 of the Matrix3x3.
  9047. </summary>
  9048. </member>
  9049. <member name="F:SharpDX.Matrix3x3.M21">
  9050. <summary>
  9051. Value at row 2 column 1 of the Matrix3x3.
  9052. </summary>
  9053. </member>
  9054. <member name="F:SharpDX.Matrix3x3.M22">
  9055. <summary>
  9056. Value at row 2 column 2 of the Matrix3x3.
  9057. </summary>
  9058. </member>
  9059. <member name="F:SharpDX.Matrix3x3.M23">
  9060. <summary>
  9061. Value at row 2 column 3 of the Matrix3x3.
  9062. </summary>
  9063. </member>
  9064. <member name="F:SharpDX.Matrix3x3.M31">
  9065. <summary>
  9066. Value at row 3 column 1 of the Matrix3x3.
  9067. </summary>
  9068. </member>
  9069. <member name="F:SharpDX.Matrix3x3.M32">
  9070. <summary>
  9071. Value at row 3 column 2 of the Matrix3x3.
  9072. </summary>
  9073. </member>
  9074. <member name="F:SharpDX.Matrix3x3.M33">
  9075. <summary>
  9076. Value at row 3 column 3 of the Matrix3x3.
  9077. </summary>
  9078. </member>
  9079. <member name="M:SharpDX.Matrix3x3.#ctor(System.Single)">
  9080. <summary>
  9081. Initializes a new instance of the <see cref="T:SharpDX.Matrix3x3"/> struct.
  9082. </summary>
  9083. <param name="value">The value that will be assigned to all components.</param>
  9084. </member>
  9085. <member name="M:SharpDX.Matrix3x3.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  9086. <summary>
  9087. Initializes a new instance of the <see cref="T:SharpDX.Matrix3x3"/> struct.
  9088. </summary>
  9089. <param name="M11">The value to assign at row 1 column 1 of the Matrix3x3.</param>
  9090. <param name="M12">The value to assign at row 1 column 2 of the Matrix3x3.</param>
  9091. <param name="M13">The value to assign at row 1 column 3 of the Matrix3x3.</param>
  9092. <param name="M21">The value to assign at row 2 column 1 of the Matrix3x3.</param>
  9093. <param name="M22">The value to assign at row 2 column 2 of the Matrix3x3.</param>
  9094. <param name="M23">The value to assign at row 2 column 3 of the Matrix3x3.</param>
  9095. <param name="M31">The value to assign at row 3 column 1 of the Matrix3x3.</param>
  9096. <param name="M32">The value to assign at row 3 column 2 of the Matrix3x3.</param>
  9097. <param name="M33">The value to assign at row 3 column 3 of the Matrix3x3.</param>
  9098. </member>
  9099. <member name="M:SharpDX.Matrix3x3.#ctor(System.Single[])">
  9100. <summary>
  9101. Initializes a new instance of the <see cref="T:SharpDX.Matrix3x3"/> struct.
  9102. </summary>
  9103. <param name="values">The values to assign to the components of the Matrix3x3. This must be an array with sixteen elements.</param>
  9104. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  9105. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than sixteen elements.</exception>
  9106. </member>
  9107. <member name="P:SharpDX.Matrix3x3.Row1">
  9108. <summary>
  9109. Gets or sets the first row in the Matrix3x3; that is M11, M12, M13
  9110. </summary>
  9111. </member>
  9112. <member name="P:SharpDX.Matrix3x3.Row2">
  9113. <summary>
  9114. Gets or sets the second row in the Matrix3x3; that is M21, M22, M23
  9115. </summary>
  9116. </member>
  9117. <member name="P:SharpDX.Matrix3x3.Row3">
  9118. <summary>
  9119. Gets or sets the third row in the Matrix3x3; that is M31, M32, M33
  9120. </summary>
  9121. </member>
  9122. <member name="P:SharpDX.Matrix3x3.Column1">
  9123. <summary>
  9124. Gets or sets the first column in the Matrix3x3; that is M11, M21, M31
  9125. </summary>
  9126. </member>
  9127. <member name="P:SharpDX.Matrix3x3.Column2">
  9128. <summary>
  9129. Gets or sets the second column in the Matrix3x3; that is M12, M22, M32
  9130. </summary>
  9131. </member>
  9132. <member name="P:SharpDX.Matrix3x3.Column3">
  9133. <summary>
  9134. Gets or sets the third column in the Matrix3x3; that is M13, M23, M33
  9135. </summary>
  9136. </member>
  9137. <member name="P:SharpDX.Matrix3x3.ScaleVector">
  9138. <summary>
  9139. Gets or sets the scale of the Matrix3x3; that is M11, M22, and M33.
  9140. </summary>
  9141. </member>
  9142. <member name="P:SharpDX.Matrix3x3.IsIdentity">
  9143. <summary>
  9144. Gets a value indicating whether this instance is an identity Matrix3x3.
  9145. </summary>
  9146. <value>
  9147. <c>true</c> if this instance is an identity Matrix3x3; otherwise, <c>false</c>.
  9148. </value>
  9149. </member>
  9150. <member name="P:SharpDX.Matrix3x3.Item(System.Int32)">
  9151. <summary>
  9152. Gets or sets the component at the specified index.
  9153. </summary>
  9154. <value>The value of the Matrix3x3 component, depending on the index.</value>
  9155. <param name="index">The zero-based index of the component to access.</param>
  9156. <returns>The value of the component at the specified index.</returns>
  9157. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 15].</exception>
  9158. </member>
  9159. <member name="P:SharpDX.Matrix3x3.Item(System.Int32,System.Int32)">
  9160. <summary>
  9161. Gets or sets the component at the specified index.
  9162. </summary>
  9163. <value>The value of the Matrix3x3 component, depending on the index.</value>
  9164. <param name="row">The row of the Matrix3x3 to access.</param>
  9165. <param name="column">The column of the Matrix3x3 to access.</param>
  9166. <returns>The value of the component at the specified index.</returns>
  9167. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="row"/> or <paramref name="column"/>is out of the range [0, 3].</exception>
  9168. </member>
  9169. <member name="M:SharpDX.Matrix3x3.Determinant">
  9170. <summary>
  9171. Calculates the determinant of the Matrix3x3.
  9172. </summary>
  9173. <returns>The determinant of the Matrix3x3.</returns>
  9174. </member>
  9175. <member name="M:SharpDX.Matrix3x3.Invert">
  9176. <summary>
  9177. Inverts the Matrix3x3.
  9178. </summary>
  9179. </member>
  9180. <member name="M:SharpDX.Matrix3x3.Transpose">
  9181. <summary>
  9182. Transposes the Matrix3x3.
  9183. </summary>
  9184. </member>
  9185. <member name="M:SharpDX.Matrix3x3.Orthogonalize">
  9186. <summary>
  9187. Orthogonalizes the specified Matrix3x3.
  9188. </summary>
  9189. <remarks>
  9190. <para>Orthogonalization is the process of making all rows orthogonal to each other. This
  9191. means that any given row in the Matrix3x3 will be orthogonal to any other given row in the
  9192. Matrix3x3.</para>
  9193. <para>Because this method uses the modified Gram-Schmidt process, the resulting Matrix3x3
  9194. tends to be numerically unstable. The numeric stability decreases according to the rows
  9195. so that the first row is the most stable and the last row is the least stable.</para>
  9196. <para>This operation is performed on the rows of the Matrix3x3 rather than the columns.
  9197. If you wish for this operation to be performed on the columns, first transpose the
  9198. input and than transpose the output.</para>
  9199. </remarks>
  9200. </member>
  9201. <member name="M:SharpDX.Matrix3x3.Orthonormalize">
  9202. <summary>
  9203. Orthonormalizes the specified Matrix3x3.
  9204. </summary>
  9205. <remarks>
  9206. <para>Orthonormalization is the process of making all rows and columns orthogonal to each
  9207. other and making all rows and columns of unit length. This means that any given row will
  9208. be orthogonal to any other given row and any given column will be orthogonal to any other
  9209. given column. Any given row will not be orthogonal to any given column. Every row and every
  9210. column will be of unit length.</para>
  9211. <para>Because this method uses the modified Gram-Schmidt process, the resulting Matrix3x3
  9212. tends to be numerically unstable. The numeric stability decreases according to the rows
  9213. so that the first row is the most stable and the last row is the least stable.</para>
  9214. <para>This operation is performed on the rows of the Matrix3x3 rather than the columns.
  9215. If you wish for this operation to be performed on the columns, first transpose the
  9216. input and than transpose the output.</para>
  9217. </remarks>
  9218. </member>
  9219. <member name="M:SharpDX.Matrix3x3.DecomposeQR(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9220. <summary>
  9221. Decomposes a Matrix3x3 into an orthonormalized Matrix3x3 Q and a right triangular Matrix3x3 R.
  9222. </summary>
  9223. <param name="Q">When the method completes, contains the orthonormalized Matrix3x3 of the decomposition.</param>
  9224. <param name="R">When the method completes, contains the right triangular Matrix3x3 of the decomposition.</param>
  9225. </member>
  9226. <member name="M:SharpDX.Matrix3x3.DecomposeLQ(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9227. <summary>
  9228. Decomposes a Matrix3x3 into a lower triangular Matrix3x3 L and an orthonormalized Matrix3x3 Q.
  9229. </summary>
  9230. <param name="L">When the method completes, contains the lower triangular Matrix3x3 of the decomposition.</param>
  9231. <param name="Q">When the method completes, contains the orthonormalized Matrix3x3 of the decomposition.</param>
  9232. </member>
  9233. <member name="M:SharpDX.Matrix3x3.Decompose(SharpDX.Vector3@,SharpDX.Quaternion@)">
  9234. <summary>
  9235. Decomposes a Matrix3x3 into a scale, rotation, and translation.
  9236. </summary>
  9237. <param name="scale">When the method completes, contains the scaling component of the decomposed Matrix3x3.</param>
  9238. <param name="rotation">When the method completes, contains the rotation component of the decomposed Matrix3x3.</param>
  9239. <remarks>
  9240. This method is designed to decompose an SRT transformation Matrix3x3 only.
  9241. </remarks>
  9242. </member>
  9243. <member name="M:SharpDX.Matrix3x3.DecomposeUniformScale(System.Single@,SharpDX.Quaternion@)">
  9244. <summary>
  9245. Decomposes a uniform scale matrix into a scale, rotation, and translation.
  9246. A uniform scale matrix has the same scale in every axis.
  9247. </summary>
  9248. <param name="scale">When the method completes, contains the scaling component of the decomposed matrix.</param>
  9249. <param name="rotation">When the method completes, contains the rotation component of the decomposed matrix.</param>
  9250. <remarks>
  9251. This method is designed to decompose only an SRT transformation matrix that has the same scale in every axis.
  9252. </remarks>
  9253. </member>
  9254. <member name="M:SharpDX.Matrix3x3.ExchangeRows(System.Int32,System.Int32)">
  9255. <summary>
  9256. Exchanges two rows in the Matrix3x3.
  9257. </summary>
  9258. <param name="firstRow">The first row to exchange. This is an index of the row starting at zero.</param>
  9259. <param name="secondRow">The second row to exchange. This is an index of the row starting at zero.</param>
  9260. </member>
  9261. <member name="M:SharpDX.Matrix3x3.ExchangeColumns(System.Int32,System.Int32)">
  9262. <summary>
  9263. Exchanges two columns in the Matrix3x3.
  9264. </summary>
  9265. <param name="firstColumn">The first column to exchange. This is an index of the column starting at zero.</param>
  9266. <param name="secondColumn">The second column to exchange. This is an index of the column starting at zero.</param>
  9267. </member>
  9268. <member name="M:SharpDX.Matrix3x3.ToArray">
  9269. <summary>
  9270. Creates an array containing the elements of the Matrix3x3.
  9271. </summary>
  9272. <returns>A 9-element array containing the components of the Matrix3x3.</returns>
  9273. </member>
  9274. <member name="M:SharpDX.Matrix3x3.Add(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9275. <summary>
  9276. Determines the sum of two matrices.
  9277. </summary>
  9278. <param name="left">The first Matrix3x3 to add.</param>
  9279. <param name="right">The second Matrix3x3 to add.</param>
  9280. <param name="result">When the method completes, contains the sum of the two matrices.</param>
  9281. </member>
  9282. <member name="M:SharpDX.Matrix3x3.Add(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9283. <summary>
  9284. Determines the sum of two matrices.
  9285. </summary>
  9286. <param name="left">The first Matrix3x3 to add.</param>
  9287. <param name="right">The second Matrix3x3 to add.</param>
  9288. <returns>The sum of the two matrices.</returns>
  9289. </member>
  9290. <member name="M:SharpDX.Matrix3x3.Subtract(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9291. <summary>
  9292. Determines the difference between two matrices.
  9293. </summary>
  9294. <param name="left">The first Matrix3x3 to subtract.</param>
  9295. <param name="right">The second Matrix3x3 to subtract.</param>
  9296. <param name="result">When the method completes, contains the difference between the two matrices.</param>
  9297. </member>
  9298. <member name="M:SharpDX.Matrix3x3.Subtract(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9299. <summary>
  9300. Determines the difference between two matrices.
  9301. </summary>
  9302. <param name="left">The first Matrix3x3 to subtract.</param>
  9303. <param name="right">The second Matrix3x3 to subtract.</param>
  9304. <returns>The difference between the two matrices.</returns>
  9305. </member>
  9306. <member name="M:SharpDX.Matrix3x3.Multiply(SharpDX.Matrix3x3@,System.Single,SharpDX.Matrix3x3@)">
  9307. <summary>
  9308. Scales a Matrix3x3 by the given value.
  9309. </summary>
  9310. <param name="left">The Matrix3x3 to scale.</param>
  9311. <param name="right">The amount by which to scale.</param>
  9312. <param name="result">When the method completes, contains the scaled Matrix3x3.</param>
  9313. </member>
  9314. <member name="M:SharpDX.Matrix3x3.Multiply(SharpDX.Matrix3x3,System.Single)">
  9315. <summary>
  9316. Scales a Matrix3x3 by the given value.
  9317. </summary>
  9318. <param name="left">The Matrix3x3 to scale.</param>
  9319. <param name="right">The amount by which to scale.</param>
  9320. <returns>The scaled Matrix3x3.</returns>
  9321. </member>
  9322. <member name="M:SharpDX.Matrix3x3.Multiply(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9323. <summary>
  9324. Determines the product of two matrices.
  9325. </summary>
  9326. <param name="left">The first Matrix3x3 to multiply.</param>
  9327. <param name="right">The second Matrix3x3 to multiply.</param>
  9328. <param name="result">The product of the two matrices.</param>
  9329. </member>
  9330. <member name="M:SharpDX.Matrix3x3.Multiply(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9331. <summary>
  9332. Determines the product of two matrices.
  9333. </summary>
  9334. <param name="left">The first Matrix3x3 to multiply.</param>
  9335. <param name="right">The second Matrix3x3 to multiply.</param>
  9336. <returns>The product of the two matrices.</returns>
  9337. </member>
  9338. <member name="M:SharpDX.Matrix3x3.Divide(SharpDX.Matrix3x3@,System.Single,SharpDX.Matrix3x3@)">
  9339. <summary>
  9340. Scales a Matrix3x3 by the given value.
  9341. </summary>
  9342. <param name="left">The Matrix3x3 to scale.</param>
  9343. <param name="right">The amount by which to scale.</param>
  9344. <param name="result">When the method completes, contains the scaled Matrix3x3.</param>
  9345. </member>
  9346. <member name="M:SharpDX.Matrix3x3.Divide(SharpDX.Matrix3x3,System.Single)">
  9347. <summary>
  9348. Scales a Matrix3x3 by the given value.
  9349. </summary>
  9350. <param name="left">The Matrix3x3 to scale.</param>
  9351. <param name="right">The amount by which to scale.</param>
  9352. <returns>The scaled Matrix3x3.</returns>
  9353. </member>
  9354. <member name="M:SharpDX.Matrix3x3.Divide(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9355. <summary>
  9356. Determines the quotient of two matrices.
  9357. </summary>
  9358. <param name="left">The first Matrix3x3 to divide.</param>
  9359. <param name="right">The second Matrix3x3 to divide.</param>
  9360. <param name="result">When the method completes, contains the quotient of the two matrices.</param>
  9361. </member>
  9362. <member name="M:SharpDX.Matrix3x3.Divide(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9363. <summary>
  9364. Determines the quotient of two matrices.
  9365. </summary>
  9366. <param name="left">The first Matrix3x3 to divide.</param>
  9367. <param name="right">The second Matrix3x3 to divide.</param>
  9368. <returns>The quotient of the two matrices.</returns>
  9369. </member>
  9370. <member name="M:SharpDX.Matrix3x3.Exponent(SharpDX.Matrix3x3@,System.Int32,SharpDX.Matrix3x3@)">
  9371. <summary>
  9372. Performs the exponential operation on a Matrix3x3.
  9373. </summary>
  9374. <param name="value">The Matrix3x3 to perform the operation on.</param>
  9375. <param name="exponent">The exponent to raise the Matrix3x3 to.</param>
  9376. <param name="result">When the method completes, contains the exponential Matrix3x3.</param>
  9377. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="exponent"/> is negative.</exception>
  9378. </member>
  9379. <member name="M:SharpDX.Matrix3x3.Exponent(SharpDX.Matrix3x3,System.Int32)">
  9380. <summary>
  9381. Performs the exponential operation on a Matrix3x3.
  9382. </summary>
  9383. <param name="value">The Matrix3x3 to perform the operation on.</param>
  9384. <param name="exponent">The exponent to raise the Matrix3x3 to.</param>
  9385. <returns>The exponential Matrix3x3.</returns>
  9386. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="exponent"/> is negative.</exception>
  9387. </member>
  9388. <member name="M:SharpDX.Matrix3x3.Negate(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9389. <summary>
  9390. Negates a Matrix3x3.
  9391. </summary>
  9392. <param name="value">The Matrix3x3 to be negated.</param>
  9393. <param name="result">When the method completes, contains the negated Matrix3x3.</param>
  9394. </member>
  9395. <member name="M:SharpDX.Matrix3x3.Negate(SharpDX.Matrix3x3)">
  9396. <summary>
  9397. Negates a Matrix3x3.
  9398. </summary>
  9399. <param name="value">The Matrix3x3 to be negated.</param>
  9400. <returns>The negated Matrix3x3.</returns>
  9401. </member>
  9402. <member name="M:SharpDX.Matrix3x3.Lerp(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@,System.Single,SharpDX.Matrix3x3@)">
  9403. <summary>
  9404. Performs a linear interpolation between two matrices.
  9405. </summary>
  9406. <param name="start">Start Matrix3x3.</param>
  9407. <param name="end">End Matrix3x3.</param>
  9408. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  9409. <param name="result">When the method completes, contains the linear interpolation of the two matrices.</param>
  9410. <remarks>
  9411. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  9412. </remarks>
  9413. </member>
  9414. <member name="M:SharpDX.Matrix3x3.Lerp(SharpDX.Matrix3x3,SharpDX.Matrix3x3,System.Single)">
  9415. <summary>
  9416. Performs a linear interpolation between two matrices.
  9417. </summary>
  9418. <param name="start">Start Matrix3x3.</param>
  9419. <param name="end">End Matrix3x3.</param>
  9420. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  9421. <returns>The linear interpolation of the two matrices.</returns>
  9422. <remarks>
  9423. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  9424. </remarks>
  9425. </member>
  9426. <member name="M:SharpDX.Matrix3x3.SmoothStep(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@,System.Single,SharpDX.Matrix3x3@)">
  9427. <summary>
  9428. Performs a cubic interpolation between two matrices.
  9429. </summary>
  9430. <param name="start">Start Matrix3x3.</param>
  9431. <param name="end">End Matrix3x3.</param>
  9432. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  9433. <param name="result">When the method completes, contains the cubic interpolation of the two matrices.</param>
  9434. </member>
  9435. <member name="M:SharpDX.Matrix3x3.SmoothStep(SharpDX.Matrix3x3,SharpDX.Matrix3x3,System.Single)">
  9436. <summary>
  9437. Performs a cubic interpolation between two matrices.
  9438. </summary>
  9439. <param name="start">Start Matrix3x3.</param>
  9440. <param name="end">End Matrix3x3.</param>
  9441. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  9442. <returns>The cubic interpolation of the two matrices.</returns>
  9443. </member>
  9444. <member name="M:SharpDX.Matrix3x3.Transpose(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9445. <summary>
  9446. Calculates the transpose of the specified Matrix3x3.
  9447. </summary>
  9448. <param name="value">The Matrix3x3 whose transpose is to be calculated.</param>
  9449. <param name="result">When the method completes, contains the transpose of the specified Matrix3x3.</param>
  9450. </member>
  9451. <member name="M:SharpDX.Matrix3x3.TransposeByRef(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9452. <summary>
  9453. Calculates the transpose of the specified Matrix3x3.
  9454. </summary>
  9455. <param name="value">The Matrix3x3 whose transpose is to be calculated.</param>
  9456. <param name="result">When the method completes, contains the transpose of the specified Matrix3x3.</param>
  9457. </member>
  9458. <member name="M:SharpDX.Matrix3x3.Transpose(SharpDX.Matrix3x3)">
  9459. <summary>
  9460. Calculates the transpose of the specified Matrix3x3.
  9461. </summary>
  9462. <param name="value">The Matrix3x3 whose transpose is to be calculated.</param>
  9463. <returns>The transpose of the specified Matrix3x3.</returns>
  9464. </member>
  9465. <member name="M:SharpDX.Matrix3x3.Invert(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9466. <summary>
  9467. Calculates the inverse of the specified Matrix3x3.
  9468. </summary>
  9469. <param name="value">The Matrix3x3 whose inverse is to be calculated.</param>
  9470. <param name="result">When the method completes, contains the inverse of the specified Matrix3x3.</param>
  9471. </member>
  9472. <member name="M:SharpDX.Matrix3x3.Invert(SharpDX.Matrix3x3)">
  9473. <summary>
  9474. Calculates the inverse of the specified Matrix3x3.
  9475. </summary>
  9476. <param name="value">The Matrix3x3 whose inverse is to be calculated.</param>
  9477. <returns>The inverse of the specified Matrix3x3.</returns>
  9478. </member>
  9479. <member name="M:SharpDX.Matrix3x3.Orthogonalize(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9480. <summary>
  9481. Orthogonalizes the specified Matrix3x3.
  9482. </summary>
  9483. <param name="value">The Matrix3x3 to orthogonalize.</param>
  9484. <param name="result">When the method completes, contains the orthogonalized Matrix3x3.</param>
  9485. <remarks>
  9486. <para>Orthogonalization is the process of making all rows orthogonal to each other. This
  9487. means that any given row in the Matrix3x3 will be orthogonal to any other given row in the
  9488. Matrix3x3.</para>
  9489. <para>Because this method uses the modified Gram-Schmidt process, the resulting Matrix3x3
  9490. tends to be numerically unstable. The numeric stability decreases according to the rows
  9491. so that the first row is the most stable and the last row is the least stable.</para>
  9492. <para>This operation is performed on the rows of the Matrix3x3 rather than the columns.
  9493. If you wish for this operation to be performed on the columns, first transpose the
  9494. input and than transpose the output.</para>
  9495. </remarks>
  9496. </member>
  9497. <member name="M:SharpDX.Matrix3x3.Orthogonalize(SharpDX.Matrix3x3)">
  9498. <summary>
  9499. Orthogonalizes the specified Matrix3x3.
  9500. </summary>
  9501. <param name="value">The Matrix3x3 to orthogonalize.</param>
  9502. <returns>The orthogonalized Matrix3x3.</returns>
  9503. <remarks>
  9504. <para>Orthogonalization is the process of making all rows orthogonal to each other. This
  9505. means that any given row in the Matrix3x3 will be orthogonal to any other given row in the
  9506. Matrix3x3.</para>
  9507. <para>Because this method uses the modified Gram-Schmidt process, the resulting Matrix3x3
  9508. tends to be numerically unstable. The numeric stability decreases according to the rows
  9509. so that the first row is the most stable and the last row is the least stable.</para>
  9510. <para>This operation is performed on the rows of the Matrix3x3 rather than the columns.
  9511. If you wish for this operation to be performed on the columns, first transpose the
  9512. input and than transpose the output.</para>
  9513. </remarks>
  9514. </member>
  9515. <member name="M:SharpDX.Matrix3x3.Orthonormalize(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9516. <summary>
  9517. Orthonormalizes the specified Matrix3x3.
  9518. </summary>
  9519. <param name="value">The Matrix3x3 to orthonormalize.</param>
  9520. <param name="result">When the method completes, contains the orthonormalized Matrix3x3.</param>
  9521. <remarks>
  9522. <para>Orthonormalization is the process of making all rows and columns orthogonal to each
  9523. other and making all rows and columns of unit length. This means that any given row will
  9524. be orthogonal to any other given row and any given column will be orthogonal to any other
  9525. given column. Any given row will not be orthogonal to any given column. Every row and every
  9526. column will be of unit length.</para>
  9527. <para>Because this method uses the modified Gram-Schmidt process, the resulting Matrix3x3
  9528. tends to be numerically unstable. The numeric stability decreases according to the rows
  9529. so that the first row is the most stable and the last row is the least stable.</para>
  9530. <para>This operation is performed on the rows of the Matrix3x3 rather than the columns.
  9531. If you wish for this operation to be performed on the columns, first transpose the
  9532. input and than transpose the output.</para>
  9533. </remarks>
  9534. </member>
  9535. <member name="M:SharpDX.Matrix3x3.Orthonormalize(SharpDX.Matrix3x3)">
  9536. <summary>
  9537. Orthonormalizes the specified Matrix3x3.
  9538. </summary>
  9539. <param name="value">The Matrix3x3 to orthonormalize.</param>
  9540. <returns>The orthonormalized Matrix3x3.</returns>
  9541. <remarks>
  9542. <para>Orthonormalization is the process of making all rows and columns orthogonal to each
  9543. other and making all rows and columns of unit length. This means that any given row will
  9544. be orthogonal to any other given row and any given column will be orthogonal to any other
  9545. given column. Any given row will not be orthogonal to any given column. Every row and every
  9546. column will be of unit length.</para>
  9547. <para>Because this method uses the modified Gram-Schmidt process, the resulting Matrix3x3
  9548. tends to be numerically unstable. The numeric stability decreases according to the rows
  9549. so that the first row is the most stable and the last row is the least stable.</para>
  9550. <para>This operation is performed on the rows of the Matrix3x3 rather than the columns.
  9551. If you wish for this operation to be performed on the columns, first transpose the
  9552. input and than transpose the output.</para>
  9553. </remarks>
  9554. </member>
  9555. <member name="M:SharpDX.Matrix3x3.UpperTriangularForm(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9556. <summary>
  9557. Brings the Matrix3x3 into upper triangular form using elementary row operations.
  9558. </summary>
  9559. <param name="value">The Matrix3x3 to put into upper triangular form.</param>
  9560. <param name="result">When the method completes, contains the upper triangular Matrix3x3.</param>
  9561. <remarks>
  9562. If the Matrix3x3 is not invertible (i.e. its determinant is zero) than the result of this
  9563. method may produce Single.Nan and Single.Inf values. When the Matrix3x3 represents a system
  9564. of linear equations, than this often means that either no solution exists or an infinite
  9565. number of solutions exist.
  9566. </remarks>
  9567. </member>
  9568. <member name="M:SharpDX.Matrix3x3.UpperTriangularForm(SharpDX.Matrix3x3)">
  9569. <summary>
  9570. Brings the Matrix3x3 into upper triangular form using elementary row operations.
  9571. </summary>
  9572. <param name="value">The Matrix3x3 to put into upper triangular form.</param>
  9573. <returns>The upper triangular Matrix3x3.</returns>
  9574. <remarks>
  9575. If the Matrix3x3 is not invertible (i.e. its determinant is zero) than the result of this
  9576. method may produce Single.Nan and Single.Inf values. When the Matrix3x3 represents a system
  9577. of linear equations, than this often means that either no solution exists or an infinite
  9578. number of solutions exist.
  9579. </remarks>
  9580. </member>
  9581. <member name="M:SharpDX.Matrix3x3.LowerTriangularForm(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9582. <summary>
  9583. Brings the Matrix3x3 into lower triangular form using elementary row operations.
  9584. </summary>
  9585. <param name="value">The Matrix3x3 to put into lower triangular form.</param>
  9586. <param name="result">When the method completes, contains the lower triangular Matrix3x3.</param>
  9587. <remarks>
  9588. If the Matrix3x3 is not invertible (i.e. its determinant is zero) than the result of this
  9589. method may produce Single.Nan and Single.Inf values. When the Matrix3x3 represents a system
  9590. of linear equations, than this often means that either no solution exists or an infinite
  9591. number of solutions exist.
  9592. </remarks>
  9593. </member>
  9594. <member name="M:SharpDX.Matrix3x3.LowerTriangularForm(SharpDX.Matrix3x3)">
  9595. <summary>
  9596. Brings the Matrix3x3 into lower triangular form using elementary row operations.
  9597. </summary>
  9598. <param name="value">The Matrix3x3 to put into lower triangular form.</param>
  9599. <returns>The lower triangular Matrix3x3.</returns>
  9600. <remarks>
  9601. If the Matrix3x3 is not invertible (i.e. its determinant is zero) than the result of this
  9602. method may produce Single.Nan and Single.Inf values. When the Matrix3x3 represents a system
  9603. of linear equations, than this often means that either no solution exists or an infinite
  9604. number of solutions exist.
  9605. </remarks>
  9606. </member>
  9607. <member name="M:SharpDX.Matrix3x3.RowEchelonForm(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9608. <summary>
  9609. Brings the Matrix3x3 into row echelon form using elementary row operations;
  9610. </summary>
  9611. <param name="value">The Matrix3x3 to put into row echelon form.</param>
  9612. <param name="result">When the method completes, contains the row echelon form of the Matrix3x3.</param>
  9613. </member>
  9614. <member name="M:SharpDX.Matrix3x3.RowEchelonForm(SharpDX.Matrix3x3)">
  9615. <summary>
  9616. Brings the Matrix3x3 into row echelon form using elementary row operations;
  9617. </summary>
  9618. <param name="value">The Matrix3x3 to put into row echelon form.</param>
  9619. <returns>When the method completes, contains the row echelon form of the Matrix3x3.</returns>
  9620. </member>
  9621. <member name="M:SharpDX.Matrix3x3.BillboardLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix3x3@)">
  9622. <summary>
  9623. Creates a left-handed spherical billboard that rotates around a specified object position.
  9624. </summary>
  9625. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  9626. <param name="cameraPosition">The position of the camera.</param>
  9627. <param name="cameraUpVector">The up vector of the camera.</param>
  9628. <param name="cameraForwardVector">The forward vector of the camera.</param>
  9629. <param name="result">When the method completes, contains the created billboard Matrix3x3.</param>
  9630. </member>
  9631. <member name="M:SharpDX.Matrix3x3.BillboardLH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  9632. <summary>
  9633. Creates a left-handed spherical billboard that rotates around a specified object position.
  9634. </summary>
  9635. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  9636. <param name="cameraPosition">The position of the camera.</param>
  9637. <param name="cameraUpVector">The up vector of the camera.</param>
  9638. <param name="cameraForwardVector">The forward vector of the camera.</param>
  9639. <returns>The created billboard Matrix3x3.</returns>
  9640. </member>
  9641. <member name="M:SharpDX.Matrix3x3.BillboardRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix3x3@)">
  9642. <summary>
  9643. Creates a right-handed spherical billboard that rotates around a specified object position.
  9644. </summary>
  9645. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  9646. <param name="cameraPosition">The position of the camera.</param>
  9647. <param name="cameraUpVector">The up vector of the camera.</param>
  9648. <param name="cameraForwardVector">The forward vector of the camera.</param>
  9649. <param name="result">When the method completes, contains the created billboard Matrix3x3.</param>
  9650. </member>
  9651. <member name="M:SharpDX.Matrix3x3.BillboardRH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  9652. <summary>
  9653. Creates a right-handed spherical billboard that rotates around a specified object position.
  9654. </summary>
  9655. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  9656. <param name="cameraPosition">The position of the camera.</param>
  9657. <param name="cameraUpVector">The up vector of the camera.</param>
  9658. <param name="cameraForwardVector">The forward vector of the camera.</param>
  9659. <returns>The created billboard Matrix3x3.</returns>
  9660. </member>
  9661. <member name="M:SharpDX.Matrix3x3.LookAtLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix3x3@)">
  9662. <summary>
  9663. Creates a left-handed, look-at Matrix3x3.
  9664. </summary>
  9665. <param name="eye">The position of the viewer's eye.</param>
  9666. <param name="target">The camera look-at target.</param>
  9667. <param name="up">The camera's up vector.</param>
  9668. <param name="result">When the method completes, contains the created look-at Matrix3x3.</param>
  9669. </member>
  9670. <member name="M:SharpDX.Matrix3x3.LookAtLH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  9671. <summary>
  9672. Creates a left-handed, look-at Matrix3x3.
  9673. </summary>
  9674. <param name="eye">The position of the viewer's eye.</param>
  9675. <param name="target">The camera look-at target.</param>
  9676. <param name="up">The camera's up vector.</param>
  9677. <returns>The created look-at Matrix3x3.</returns>
  9678. </member>
  9679. <member name="M:SharpDX.Matrix3x3.LookAtRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Matrix3x3@)">
  9680. <summary>
  9681. Creates a right-handed, look-at Matrix3x3.
  9682. </summary>
  9683. <param name="eye">The position of the viewer's eye.</param>
  9684. <param name="target">The camera look-at target.</param>
  9685. <param name="up">The camera's up vector.</param>
  9686. <param name="result">When the method completes, contains the created look-at Matrix3x3.</param>
  9687. </member>
  9688. <member name="M:SharpDX.Matrix3x3.LookAtRH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  9689. <summary>
  9690. Creates a right-handed, look-at Matrix3x3.
  9691. </summary>
  9692. <param name="eye">The position of the viewer's eye.</param>
  9693. <param name="target">The camera look-at target.</param>
  9694. <param name="up">The camera's up vector.</param>
  9695. <returns>The created look-at Matrix3x3.</returns>
  9696. </member>
  9697. <member name="M:SharpDX.Matrix3x3.Scaling(SharpDX.Vector3@,SharpDX.Matrix3x3@)">
  9698. <summary>
  9699. Creates a Matrix3x3 that scales along the x-axis, y-axis, and y-axis.
  9700. </summary>
  9701. <param name="scale">Scaling factor for all three axes.</param>
  9702. <param name="result">When the method completes, contains the created scaling Matrix3x3.</param>
  9703. </member>
  9704. <member name="M:SharpDX.Matrix3x3.Scaling(SharpDX.Vector3)">
  9705. <summary>
  9706. Creates a Matrix3x3 that scales along the x-axis, y-axis, and y-axis.
  9707. </summary>
  9708. <param name="scale">Scaling factor for all three axes.</param>
  9709. <returns>The created scaling Matrix3x3.</returns>
  9710. </member>
  9711. <member name="M:SharpDX.Matrix3x3.Scaling(System.Single,System.Single,System.Single,SharpDX.Matrix3x3@)">
  9712. <summary>
  9713. Creates a Matrix3x3 that scales along the x-axis, y-axis, and y-axis.
  9714. </summary>
  9715. <param name="x">Scaling factor that is applied along the x-axis.</param>
  9716. <param name="y">Scaling factor that is applied along the y-axis.</param>
  9717. <param name="z">Scaling factor that is applied along the z-axis.</param>
  9718. <param name="result">When the method completes, contains the created scaling Matrix3x3.</param>
  9719. </member>
  9720. <member name="M:SharpDX.Matrix3x3.Scaling(System.Single,System.Single,System.Single)">
  9721. <summary>
  9722. Creates a Matrix3x3 that scales along the x-axis, y-axis, and y-axis.
  9723. </summary>
  9724. <param name="x">Scaling factor that is applied along the x-axis.</param>
  9725. <param name="y">Scaling factor that is applied along the y-axis.</param>
  9726. <param name="z">Scaling factor that is applied along the z-axis.</param>
  9727. <returns>The created scaling Matrix3x3.</returns>
  9728. </member>
  9729. <member name="M:SharpDX.Matrix3x3.Scaling(System.Single,SharpDX.Matrix3x3@)">
  9730. <summary>
  9731. Creates a Matrix3x3 that uniformly scales along all three axis.
  9732. </summary>
  9733. <param name="scale">The uniform scale that is applied along all axis.</param>
  9734. <param name="result">When the method completes, contains the created scaling Matrix3x3.</param>
  9735. </member>
  9736. <member name="M:SharpDX.Matrix3x3.Scaling(System.Single)">
  9737. <summary>
  9738. Creates a Matrix3x3 that uniformly scales along all three axis.
  9739. </summary>
  9740. <param name="scale">The uniform scale that is applied along all axis.</param>
  9741. <returns>The created scaling Matrix3x3.</returns>
  9742. </member>
  9743. <member name="M:SharpDX.Matrix3x3.RotationX(System.Single,SharpDX.Matrix3x3@)">
  9744. <summary>
  9745. Creates a Matrix3x3 that rotates around the x-axis.
  9746. </summary>
  9747. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9748. <param name="result">When the method completes, contains the created rotation Matrix3x3.</param>
  9749. </member>
  9750. <member name="M:SharpDX.Matrix3x3.RotationX(System.Single)">
  9751. <summary>
  9752. Creates a Matrix3x3 that rotates around the x-axis.
  9753. </summary>
  9754. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9755. <returns>The created rotation Matrix3x3.</returns>
  9756. </member>
  9757. <member name="M:SharpDX.Matrix3x3.RotationY(System.Single,SharpDX.Matrix3x3@)">
  9758. <summary>
  9759. Creates a Matrix3x3 that rotates around the y-axis.
  9760. </summary>
  9761. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9762. <param name="result">When the method completes, contains the created rotation Matrix3x3.</param>
  9763. </member>
  9764. <member name="M:SharpDX.Matrix3x3.RotationY(System.Single)">
  9765. <summary>
  9766. Creates a Matrix3x3 that rotates around the y-axis.
  9767. </summary>
  9768. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9769. <returns>The created rotation Matrix3x3.</returns>
  9770. </member>
  9771. <member name="M:SharpDX.Matrix3x3.RotationZ(System.Single,SharpDX.Matrix3x3@)">
  9772. <summary>
  9773. Creates a Matrix3x3 that rotates around the z-axis.
  9774. </summary>
  9775. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9776. <param name="result">When the method completes, contains the created rotation Matrix3x3.</param>
  9777. </member>
  9778. <member name="M:SharpDX.Matrix3x3.RotationZ(System.Single)">
  9779. <summary>
  9780. Creates a Matrix3x3 that rotates around the z-axis.
  9781. </summary>
  9782. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9783. <returns>The created rotation Matrix3x3.</returns>
  9784. </member>
  9785. <member name="M:SharpDX.Matrix3x3.RotationAxis(SharpDX.Vector3@,System.Single,SharpDX.Matrix3x3@)">
  9786. <summary>
  9787. Creates a Matrix3x3 that rotates around an arbitrary axis.
  9788. </summary>
  9789. <param name="axis">The axis around which to rotate. This parameter is assumed to be normalized.</param>
  9790. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9791. <param name="result">When the method completes, contains the created rotation Matrix3x3.</param>
  9792. </member>
  9793. <member name="M:SharpDX.Matrix3x3.RotationAxis(SharpDX.Vector3,System.Single)">
  9794. <summary>
  9795. Creates a Matrix3x3 that rotates around an arbitrary axis.
  9796. </summary>
  9797. <param name="axis">The axis around which to rotate. This parameter is assumed to be normalized.</param>
  9798. <param name="angle">Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.</param>
  9799. <returns>The created rotation Matrix3x3.</returns>
  9800. </member>
  9801. <member name="M:SharpDX.Matrix3x3.RotationQuaternion(SharpDX.Quaternion@,SharpDX.Matrix3x3@)">
  9802. <summary>
  9803. Creates a rotation Matrix3x3 from a quaternion.
  9804. </summary>
  9805. <param name="rotation">The quaternion to use to build the Matrix3x3.</param>
  9806. <param name="result">The created rotation Matrix3x3.</param>
  9807. </member>
  9808. <member name="M:SharpDX.Matrix3x3.RotationQuaternion(SharpDX.Quaternion)">
  9809. <summary>
  9810. Creates a rotation Matrix3x3 from a quaternion.
  9811. </summary>
  9812. <param name="rotation">The quaternion to use to build the Matrix3x3.</param>
  9813. <returns>The created rotation Matrix3x3.</returns>
  9814. </member>
  9815. <member name="M:SharpDX.Matrix3x3.RotationYawPitchRoll(System.Single,System.Single,System.Single,SharpDX.Matrix3x3@)">
  9816. <summary>
  9817. Creates a rotation Matrix3x3 with a specified yaw, pitch, and roll.
  9818. </summary>
  9819. <param name="yaw">Yaw around the y-axis, in radians.</param>
  9820. <param name="pitch">Pitch around the x-axis, in radians.</param>
  9821. <param name="roll">Roll around the z-axis, in radians.</param>
  9822. <param name="result">When the method completes, contains the created rotation Matrix3x3.</param>
  9823. </member>
  9824. <member name="M:SharpDX.Matrix3x3.RotationYawPitchRoll(System.Single,System.Single,System.Single)">
  9825. <summary>
  9826. Creates a rotation Matrix3x3 with a specified yaw, pitch, and roll.
  9827. </summary>
  9828. <param name="yaw">Yaw around the y-axis, in radians.</param>
  9829. <param name="pitch">Pitch around the x-axis, in radians.</param>
  9830. <param name="roll">Roll around the z-axis, in radians.</param>
  9831. <returns>The created rotation Matrix3x3.</returns>
  9832. </member>
  9833. <member name="M:SharpDX.Matrix3x3.op_Addition(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9834. <summary>
  9835. Adds two matrices.
  9836. </summary>
  9837. <param name="left">The first Matrix3x3 to add.</param>
  9838. <param name="right">The second Matrix3x3 to add.</param>
  9839. <returns>The sum of the two matrices.</returns>
  9840. </member>
  9841. <member name="M:SharpDX.Matrix3x3.op_UnaryPlus(SharpDX.Matrix3x3)">
  9842. <summary>
  9843. Assert a Matrix3x3 (return it unchanged).
  9844. </summary>
  9845. <param name="value">The Matrix3x3 to assert (unchanged).</param>
  9846. <returns>The asserted (unchanged) Matrix3x3.</returns>
  9847. </member>
  9848. <member name="M:SharpDX.Matrix3x3.op_Subtraction(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9849. <summary>
  9850. Subtracts two matrices.
  9851. </summary>
  9852. <param name="left">The first Matrix3x3 to subtract.</param>
  9853. <param name="right">The second Matrix3x3 to subtract.</param>
  9854. <returns>The difference between the two matrices.</returns>
  9855. </member>
  9856. <member name="M:SharpDX.Matrix3x3.op_UnaryNegation(SharpDX.Matrix3x3)">
  9857. <summary>
  9858. Negates a Matrix3x3.
  9859. </summary>
  9860. <param name="value">The Matrix3x3 to negate.</param>
  9861. <returns>The negated Matrix3x3.</returns>
  9862. </member>
  9863. <member name="M:SharpDX.Matrix3x3.op_Multiply(System.Single,SharpDX.Matrix3x3)">
  9864. <summary>
  9865. Scales a Matrix3x3 by a given value.
  9866. </summary>
  9867. <param name="right">The Matrix3x3 to scale.</param>
  9868. <param name="left">The amount by which to scale.</param>
  9869. <returns>The scaled Matrix3x3.</returns>
  9870. </member>
  9871. <member name="M:SharpDX.Matrix3x3.op_Multiply(SharpDX.Matrix3x3,System.Single)">
  9872. <summary>
  9873. Scales a Matrix3x3 by a given value.
  9874. </summary>
  9875. <param name="left">The Matrix3x3 to scale.</param>
  9876. <param name="right">The amount by which to scale.</param>
  9877. <returns>The scaled Matrix3x3.</returns>
  9878. </member>
  9879. <member name="M:SharpDX.Matrix3x3.op_Multiply(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9880. <summary>
  9881. Multiplies two matrices.
  9882. </summary>
  9883. <param name="left">The first Matrix3x3 to multiply.</param>
  9884. <param name="right">The second Matrix3x3 to multiply.</param>
  9885. <returns>The product of the two matrices.</returns>
  9886. </member>
  9887. <member name="M:SharpDX.Matrix3x3.op_Division(SharpDX.Matrix3x3,System.Single)">
  9888. <summary>
  9889. Scales a Matrix3x3 by a given value.
  9890. </summary>
  9891. <param name="left">The Matrix3x3 to scale.</param>
  9892. <param name="right">The amount by which to scale.</param>
  9893. <returns>The scaled Matrix3x3.</returns>
  9894. </member>
  9895. <member name="M:SharpDX.Matrix3x3.op_Division(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9896. <summary>
  9897. Divides two matrices.
  9898. </summary>
  9899. <param name="left">The first Matrix3x3 to divide.</param>
  9900. <param name="right">The second Matrix3x3 to divide.</param>
  9901. <returns>The quotient of the two matrices.</returns>
  9902. </member>
  9903. <member name="M:SharpDX.Matrix3x3.op_Equality(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9904. <summary>
  9905. Tests for equality between two objects.
  9906. </summary>
  9907. <param name="left">The first value to compare.</param>
  9908. <param name="right">The second value to compare.</param>
  9909. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  9910. </member>
  9911. <member name="M:SharpDX.Matrix3x3.op_Inequality(SharpDX.Matrix3x3,SharpDX.Matrix3x3)">
  9912. <summary>
  9913. Tests for inequality between two objects.
  9914. </summary>
  9915. <param name="left">The first value to compare.</param>
  9916. <param name="right">The second value to compare.</param>
  9917. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  9918. </member>
  9919. <member name="M:SharpDX.Matrix3x3.op_Explicit(SharpDX.Matrix3x3)~SharpDX.Matrix">
  9920. <summary>
  9921. Convert the 3x3 Matrix to a 4x4 Matrix.
  9922. </summary>
  9923. <returns>A 4x4 Matrix with zero translation and M44=1</returns>
  9924. </member>
  9925. <member name="M:SharpDX.Matrix3x3.op_Explicit(SharpDX.Matrix)~SharpDX.Matrix3x3">
  9926. <summary>
  9927. Convert the 4x4 Matrix to a 3x3 Matrix.
  9928. </summary>
  9929. <returns>A 3x3 Matrix</returns>
  9930. </member>
  9931. <member name="M:SharpDX.Matrix3x3.ToString">
  9932. <summary>
  9933. Returns a <see cref="T:System.String"/> that represents this instance.
  9934. </summary>
  9935. <returns>
  9936. A <see cref="T:System.String"/> that represents this instance.
  9937. </returns>
  9938. </member>
  9939. <member name="M:SharpDX.Matrix3x3.ToString(System.String)">
  9940. <summary>
  9941. Returns a <see cref="T:System.String"/> that represents this instance.
  9942. </summary>
  9943. <param name="format">The format.</param>
  9944. <returns>
  9945. A <see cref="T:System.String"/> that represents this instance.
  9946. </returns>
  9947. </member>
  9948. <member name="M:SharpDX.Matrix3x3.ToString(System.IFormatProvider)">
  9949. <summary>
  9950. Returns a <see cref="T:System.String"/> that represents this instance.
  9951. </summary>
  9952. <param name="formatProvider">The format provider.</param>
  9953. <returns>
  9954. A <see cref="T:System.String"/> that represents this instance.
  9955. </returns>
  9956. </member>
  9957. <member name="M:SharpDX.Matrix3x3.ToString(System.String,System.IFormatProvider)">
  9958. <summary>
  9959. Returns a <see cref="T:System.String"/> that represents this instance.
  9960. </summary>
  9961. <param name="format">The format.</param>
  9962. <param name="formatProvider">The format provider.</param>
  9963. <returns>
  9964. A <see cref="T:System.String"/> that represents this instance.
  9965. </returns>
  9966. </member>
  9967. <member name="M:SharpDX.Matrix3x3.GetHashCode">
  9968. <summary>
  9969. Returns a hash code for this instance.
  9970. </summary>
  9971. <returns>
  9972. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  9973. </returns>
  9974. </member>
  9975. <member name="M:SharpDX.Matrix3x3.Equals(SharpDX.Matrix3x3@)">
  9976. <summary>
  9977. Determines whether the specified <see cref="T:SharpDX.Matrix3x3"/> is equal to this instance.
  9978. </summary>
  9979. <param name="other">The <see cref="T:SharpDX.Matrix3x3"/> to compare with this instance.</param>
  9980. <returns>
  9981. <c>true</c> if the specified <see cref="T:SharpDX.Matrix3x3"/> is equal to this instance; otherwise, <c>false</c>.
  9982. </returns>
  9983. </member>
  9984. <member name="M:SharpDX.Matrix3x3.Equals(SharpDX.Matrix3x3)">
  9985. <summary>
  9986. Determines whether the specified <see cref="T:SharpDX.Matrix3x3"/> is equal to this instance.
  9987. </summary>
  9988. <param name="other">The <see cref="T:SharpDX.Matrix3x3"/> to compare with this instance.</param>
  9989. <returns>
  9990. <c>true</c> if the specified <see cref="T:SharpDX.Matrix3x3"/> is equal to this instance; otherwise, <c>false</c>.
  9991. </returns>
  9992. </member>
  9993. <member name="M:SharpDX.Matrix3x3.Equals(SharpDX.Matrix3x3@,SharpDX.Matrix3x3@)">
  9994. <summary>
  9995. Determines whether the specified <see cref="T:SharpDX.Matrix3x3"/> are equal.
  9996. </summary>
  9997. </member>
  9998. <member name="M:SharpDX.Matrix3x3.Equals(System.Object)">
  9999. <summary>
  10000. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  10001. </summary>
  10002. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  10003. <returns>
  10004. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  10005. </returns>
  10006. </member>
  10007. <member name="T:SharpDX.Matrix5x4">
  10008. <summary>
  10009. Represents a 4x4 mathematical Matrix5x4.
  10010. </summary>
  10011. </member>
  10012. <member name="F:SharpDX.Matrix5x4.SizeInBytes">
  10013. <summary>
  10014. The size of the <see cref="T:SharpDX.Matrix5x4"/> type, in bytes.
  10015. </summary>
  10016. </member>
  10017. <member name="F:SharpDX.Matrix5x4.Zero">
  10018. <summary>
  10019. A <see cref="T:SharpDX.Matrix5x4"/> with all of its components set to zero.
  10020. </summary>
  10021. </member>
  10022. <member name="F:SharpDX.Matrix5x4.Identity">
  10023. <summary>
  10024. The identity <see cref="T:SharpDX.Matrix5x4"/>.
  10025. </summary>
  10026. </member>
  10027. <member name="F:SharpDX.Matrix5x4.M11">
  10028. <summary>
  10029. Value at row 1 column 1 of the Matrix5x4.
  10030. </summary>
  10031. </member>
  10032. <member name="F:SharpDX.Matrix5x4.M12">
  10033. <summary>
  10034. Value at row 1 column 2 of the Matrix5x4.
  10035. </summary>
  10036. </member>
  10037. <member name="F:SharpDX.Matrix5x4.M13">
  10038. <summary>
  10039. Value at row 1 column 3 of the Matrix5x4.
  10040. </summary>
  10041. </member>
  10042. <member name="F:SharpDX.Matrix5x4.M14">
  10043. <summary>
  10044. Value at row 1 column 4 of the Matrix5x4.
  10045. </summary>
  10046. </member>
  10047. <member name="F:SharpDX.Matrix5x4.M21">
  10048. <summary>
  10049. Value at row 2 column 1 of the Matrix5x4.
  10050. </summary>
  10051. </member>
  10052. <member name="F:SharpDX.Matrix5x4.M22">
  10053. <summary>
  10054. Value at row 2 column 2 of the Matrix5x4.
  10055. </summary>
  10056. </member>
  10057. <member name="F:SharpDX.Matrix5x4.M23">
  10058. <summary>
  10059. Value at row 2 column 3 of the Matrix5x4.
  10060. </summary>
  10061. </member>
  10062. <member name="F:SharpDX.Matrix5x4.M24">
  10063. <summary>
  10064. Value at row 2 column 4 of the Matrix5x4.
  10065. </summary>
  10066. </member>
  10067. <member name="F:SharpDX.Matrix5x4.M31">
  10068. <summary>
  10069. Value at row 3 column 1 of the Matrix5x4.
  10070. </summary>
  10071. </member>
  10072. <member name="F:SharpDX.Matrix5x4.M32">
  10073. <summary>
  10074. Value at row 3 column 2 of the Matrix5x4.
  10075. </summary>
  10076. </member>
  10077. <member name="F:SharpDX.Matrix5x4.M33">
  10078. <summary>
  10079. Value at row 3 column 3 of the Matrix5x4.
  10080. </summary>
  10081. </member>
  10082. <member name="F:SharpDX.Matrix5x4.M34">
  10083. <summary>
  10084. Value at row 3 column 4 of the Matrix5x4.
  10085. </summary>
  10086. </member>
  10087. <member name="F:SharpDX.Matrix5x4.M41">
  10088. <summary>
  10089. Value at row 4 column 1 of the Matrix5x4.
  10090. </summary>
  10091. </member>
  10092. <member name="F:SharpDX.Matrix5x4.M42">
  10093. <summary>
  10094. Value at row 4 column 2 of the Matrix5x4.
  10095. </summary>
  10096. </member>
  10097. <member name="F:SharpDX.Matrix5x4.M43">
  10098. <summary>
  10099. Value at row 4 column 3 of the Matrix5x4.
  10100. </summary>
  10101. </member>
  10102. <member name="F:SharpDX.Matrix5x4.M44">
  10103. <summary>
  10104. Value at row 4 column 4 of the Matrix5x4.
  10105. </summary>
  10106. </member>
  10107. <member name="F:SharpDX.Matrix5x4.M51">
  10108. <summary>
  10109. Value at row 5 column 1 of the Matrix5x4.
  10110. </summary>
  10111. </member>
  10112. <member name="F:SharpDX.Matrix5x4.M52">
  10113. <summary>
  10114. Value at row 5 column 2 of the Matrix5x4.
  10115. </summary>
  10116. </member>
  10117. <member name="F:SharpDX.Matrix5x4.M53">
  10118. <summary>
  10119. Value at row 5 column 3 of the Matrix5x4.
  10120. </summary>
  10121. </member>
  10122. <member name="F:SharpDX.Matrix5x4.M54">
  10123. <summary>
  10124. Value at row 5 column 4 of the Matrix5x4.
  10125. </summary>
  10126. </member>
  10127. <member name="M:SharpDX.Matrix5x4.#ctor(System.Single)">
  10128. <summary>
  10129. Initializes a new instance of the <see cref="T:SharpDX.Matrix5x4"/> struct.
  10130. </summary>
  10131. <param name="value">The value that will be assigned to all components.</param>
  10132. </member>
  10133. <member name="M:SharpDX.Matrix5x4.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  10134. <summary>
  10135. Initializes a new instance of the <see cref="T:SharpDX.Matrix5x4"/> struct.
  10136. </summary>
  10137. <param name="M11">The value to assign at row 1 column 1 of the Matrix5x4.</param>
  10138. <param name="M12">The value to assign at row 1 column 2 of the Matrix5x4.</param>
  10139. <param name="M13">The value to assign at row 1 column 3 of the Matrix5x4.</param>
  10140. <param name="M14">The value to assign at row 1 column 4 of the Matrix5x4.</param>
  10141. <param name="M21">The value to assign at row 2 column 1 of the Matrix5x4.</param>
  10142. <param name="M22">The value to assign at row 2 column 2 of the Matrix5x4.</param>
  10143. <param name="M23">The value to assign at row 2 column 3 of the Matrix5x4.</param>
  10144. <param name="M24">The value to assign at row 2 column 4 of the Matrix5x4.</param>
  10145. <param name="M31">The value to assign at row 3 column 1 of the Matrix5x4.</param>
  10146. <param name="M32">The value to assign at row 3 column 2 of the Matrix5x4.</param>
  10147. <param name="M33">The value to assign at row 3 column 3 of the Matrix5x4.</param>
  10148. <param name="M34">The value to assign at row 3 column 4 of the Matrix5x4.</param>
  10149. <param name="M41">The value to assign at row 4 column 1 of the Matrix5x4.</param>
  10150. <param name="M42">The value to assign at row 4 column 2 of the Matrix5x4.</param>
  10151. <param name="M43">The value to assign at row 4 column 3 of the Matrix5x4.</param>
  10152. <param name="M44">The value to assign at row 4 column 4 of the Matrix5x4.</param>
  10153. <param name="M51">The value to assign at row 5 column 1 of the Matrix5x4.</param>
  10154. <param name="M52">The value to assign at row 5 column 2 of the Matrix5x4.</param>
  10155. <param name="M53">The value to assign at row 5 column 3 of the Matrix5x4.</param>
  10156. <param name="M54">The value to assign at row 5 column 4 of the Matrix5x4.</param>
  10157. </member>
  10158. <member name="M:SharpDX.Matrix5x4.#ctor(System.Single[])">
  10159. <summary>
  10160. Initializes a new instance of the <see cref="T:SharpDX.Matrix5x4"/> struct.
  10161. </summary>
  10162. <param name="values">The values to assign to the components of the Matrix5x4. This must be an array with sixteen elements.</param>
  10163. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  10164. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than sixteen elements.</exception>
  10165. </member>
  10166. <member name="P:SharpDX.Matrix5x4.Row1">
  10167. <summary>
  10168. Gets or sets the first row in the Matrix5x4; that is M11, M12, M13, and M14.
  10169. </summary>
  10170. </member>
  10171. <member name="P:SharpDX.Matrix5x4.Row2">
  10172. <summary>
  10173. Gets or sets the second row in the Matrix5x4; that is M21, M22, M23, and M24.
  10174. </summary>
  10175. </member>
  10176. <member name="P:SharpDX.Matrix5x4.Row3">
  10177. <summary>
  10178. Gets or sets the third row in the Matrix5x4; that is M31, M32, M33, and M34.
  10179. </summary>
  10180. </member>
  10181. <member name="P:SharpDX.Matrix5x4.Row4">
  10182. <summary>
  10183. Gets or sets the fourth row in the Matrix5x4; that is M41, M42, M43, and M44.
  10184. </summary>
  10185. </member>
  10186. <member name="P:SharpDX.Matrix5x4.Row5">
  10187. <summary>
  10188. Gets or sets the fifth row in the Matrix5x4; that is M51, M52, M53, and M54.
  10189. </summary>
  10190. </member>
  10191. <member name="P:SharpDX.Matrix5x4.TranslationVector">
  10192. <summary>
  10193. Gets or sets the translation of the Matrix5x4; that is M41, M42, and M43.
  10194. </summary>
  10195. </member>
  10196. <member name="P:SharpDX.Matrix5x4.ScaleVector">
  10197. <summary>
  10198. Gets or sets the scale of the Matrix5x4; that is M11, M22, and M33.
  10199. </summary>
  10200. </member>
  10201. <member name="P:SharpDX.Matrix5x4.IsIdentity">
  10202. <summary>
  10203. Gets a value indicating whether this instance is an identity Matrix5x4.
  10204. </summary>
  10205. <value>
  10206. <c>true</c> if this instance is an identity Matrix5x4; otherwise, <c>false</c>.
  10207. </value>
  10208. </member>
  10209. <member name="P:SharpDX.Matrix5x4.Item(System.Int32)">
  10210. <summary>
  10211. Gets or sets the component at the specified index.
  10212. </summary>
  10213. <value>The value of the Matrix5x4 component, depending on the index.</value>
  10214. <param name="index">The zero-based index of the component to access.</param>
  10215. <returns>The value of the component at the specified index.</returns>
  10216. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 15].</exception>
  10217. </member>
  10218. <member name="P:SharpDX.Matrix5x4.Item(System.Int32,System.Int32)">
  10219. <summary>
  10220. Gets or sets the component at the specified index.
  10221. </summary>
  10222. <value>The value of the Matrix5x4 component, depending on the index.</value>
  10223. <param name="row">The row of the Matrix5x4 to access.</param>
  10224. <param name="column">The column of the Matrix5x4 to access.</param>
  10225. <returns>The value of the component at the specified index.</returns>
  10226. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="row"/> or <paramref name="column"/>is out of the range [0, 3].</exception>
  10227. </member>
  10228. <member name="M:SharpDX.Matrix5x4.Add(SharpDX.Matrix5x4@,SharpDX.Matrix5x4@,SharpDX.Matrix5x4@)">
  10229. <summary>
  10230. Determines the sum of two matrices.
  10231. </summary>
  10232. <param name="left">The first Matrix5x4 to add.</param>
  10233. <param name="right">The second Matrix5x4 to add.</param>
  10234. <param name="result">When the method completes, contains the sum of the two matrices.</param>
  10235. </member>
  10236. <member name="M:SharpDX.Matrix5x4.Add(SharpDX.Matrix5x4,SharpDX.Matrix5x4)">
  10237. <summary>
  10238. Determines the sum of two matrices.
  10239. </summary>
  10240. <param name="left">The first Matrix5x4 to add.</param>
  10241. <param name="right">The second Matrix5x4 to add.</param>
  10242. <returns>The sum of the two matrices.</returns>
  10243. </member>
  10244. <member name="M:SharpDX.Matrix5x4.Subtract(SharpDX.Matrix5x4@,SharpDX.Matrix5x4@,SharpDX.Matrix5x4@)">
  10245. <summary>
  10246. Determines the difference between two matrices.
  10247. </summary>
  10248. <param name="left">The first Matrix5x4 to subtract.</param>
  10249. <param name="right">The second Matrix5x4 to subtract.</param>
  10250. <param name="result">When the method completes, contains the difference between the two matrices.</param>
  10251. </member>
  10252. <member name="M:SharpDX.Matrix5x4.Subtract(SharpDX.Matrix5x4,SharpDX.Matrix5x4)">
  10253. <summary>
  10254. Determines the difference between two matrices.
  10255. </summary>
  10256. <param name="left">The first Matrix5x4 to subtract.</param>
  10257. <param name="right">The second Matrix5x4 to subtract.</param>
  10258. <returns>The difference between the two matrices.</returns>
  10259. </member>
  10260. <member name="M:SharpDX.Matrix5x4.Multiply(SharpDX.Matrix5x4@,System.Single,SharpDX.Matrix5x4@)">
  10261. <summary>
  10262. Scales a Matrix5x4 by the given value.
  10263. </summary>
  10264. <param name="left">The Matrix5x4 to scale.</param>
  10265. <param name="right">The amount by which to scale.</param>
  10266. <param name="result">When the method completes, contains the scaled Matrix5x4.</param>
  10267. </member>
  10268. <member name="M:SharpDX.Matrix5x4.Divide(SharpDX.Matrix5x4@,System.Single,SharpDX.Matrix5x4@)">
  10269. <summary>
  10270. Scales a Matrix5x4 by the given value.
  10271. </summary>
  10272. <param name="left">The Matrix5x4 to scale.</param>
  10273. <param name="right">The amount by which to scale.</param>
  10274. <param name="result">When the method completes, contains the scaled Matrix5x4.</param>
  10275. </member>
  10276. <member name="M:SharpDX.Matrix5x4.Negate(SharpDX.Matrix5x4@,SharpDX.Matrix5x4@)">
  10277. <summary>
  10278. Negates a Matrix5x4.
  10279. </summary>
  10280. <param name="value">The Matrix5x4 to be negated.</param>
  10281. <param name="result">When the method completes, contains the negated Matrix5x4.</param>
  10282. </member>
  10283. <member name="M:SharpDX.Matrix5x4.Negate(SharpDX.Matrix5x4)">
  10284. <summary>
  10285. Negates a Matrix5x4.
  10286. </summary>
  10287. <param name="value">The Matrix5x4 to be negated.</param>
  10288. <returns>The negated Matrix5x4.</returns>
  10289. </member>
  10290. <member name="M:SharpDX.Matrix5x4.Lerp(SharpDX.Matrix5x4@,SharpDX.Matrix5x4@,System.Single,SharpDX.Matrix5x4@)">
  10291. <summary>
  10292. Performs a linear interpolation between two matrices.
  10293. </summary>
  10294. <param name="start">Start Matrix5x4.</param>
  10295. <param name="end">End Matrix5x4.</param>
  10296. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  10297. <param name="result">When the method completes, contains the linear interpolation of the two matrices.</param>
  10298. <remarks>
  10299. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  10300. </remarks>
  10301. </member>
  10302. <member name="M:SharpDX.Matrix5x4.Lerp(SharpDX.Matrix5x4,SharpDX.Matrix5x4,System.Single)">
  10303. <summary>
  10304. Performs a linear interpolation between two matrices.
  10305. </summary>
  10306. <param name="start">Start Matrix5x4.</param>
  10307. <param name="end">End Matrix5x4.</param>
  10308. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  10309. <returns>The linear interpolation of the two matrices.</returns>
  10310. <remarks>
  10311. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  10312. </remarks>
  10313. </member>
  10314. <member name="M:SharpDX.Matrix5x4.SmoothStep(SharpDX.Matrix5x4@,SharpDX.Matrix5x4@,System.Single,SharpDX.Matrix5x4@)">
  10315. <summary>
  10316. Performs a cubic interpolation between two matrices.
  10317. </summary>
  10318. <param name="start">Start Matrix5x4.</param>
  10319. <param name="end">End Matrix5x4.</param>
  10320. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  10321. <param name="result">When the method completes, contains the cubic interpolation of the two matrices.</param>
  10322. </member>
  10323. <member name="M:SharpDX.Matrix5x4.SmoothStep(SharpDX.Matrix5x4,SharpDX.Matrix5x4,System.Single)">
  10324. <summary>
  10325. Performs a cubic interpolation between two matrices.
  10326. </summary>
  10327. <param name="start">Start Matrix5x4.</param>
  10328. <param name="end">End Matrix5x4.</param>
  10329. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  10330. <returns>The cubic interpolation of the two matrices.</returns>
  10331. </member>
  10332. <member name="M:SharpDX.Matrix5x4.Scaling(SharpDX.Vector4@,SharpDX.Matrix5x4@)">
  10333. <summary>
  10334. Creates a Matrix5x4 that scales along the x-axis, y-axis, y-axis and w-axis
  10335. </summary>
  10336. <param name="scale">Scaling factor for all three axes.</param>
  10337. <param name="result">When the method completes, contains the created scaling Matrix5x4.</param>
  10338. </member>
  10339. <member name="M:SharpDX.Matrix5x4.Scaling(SharpDX.Vector4)">
  10340. <summary>
  10341. Creates a Matrix5x4 that scales along the x-axis, y-axis, and y-axis.
  10342. </summary>
  10343. <param name="scale">Scaling factor for all three axes.</param>
  10344. <returns>The created scaling Matrix5x4.</returns>
  10345. </member>
  10346. <member name="M:SharpDX.Matrix5x4.Scaling(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix5x4@)">
  10347. <summary>
  10348. Creates a Matrix5x4 that scales along the x-axis, y-axis, z-axis and w-axis.
  10349. </summary>
  10350. <param name="x">Scaling factor that is applied along the x-axis.</param>
  10351. <param name="y">Scaling factor that is applied along the y-axis.</param>
  10352. <param name="z">Scaling factor that is applied along the z-axis.</param>
  10353. <param name="w">Scaling factor that is applied along the w-axis.</param>
  10354. <param name="result">When the method completes, contains the created scaling Matrix5x4.</param>
  10355. </member>
  10356. <member name="M:SharpDX.Matrix5x4.Scaling(System.Single,System.Single,System.Single,System.Single)">
  10357. <summary>
  10358. Creates a Matrix5x4 that scales along the x-axis, y-axis, z-axis and w-axis.
  10359. </summary>
  10360. <param name="x">Scaling factor that is applied along the x-axis.</param>
  10361. <param name="y">Scaling factor that is applied along the y-axis.</param>
  10362. <param name="z">Scaling factor that is applied along the z-axis.</param>
  10363. <param name="w">Scaling factor that is applied along the w-axis.</param>
  10364. <returns>The created scaling Matrix5x4.</returns>
  10365. </member>
  10366. <member name="M:SharpDX.Matrix5x4.Scaling(System.Single,SharpDX.Matrix5x4@)">
  10367. <summary>
  10368. Creates a Matrix5x4 that uniformly scales along all three axis.
  10369. </summary>
  10370. <param name="scale">The uniform scale that is applied along all axis.</param>
  10371. <param name="result">When the method completes, contains the created scaling Matrix5x4.</param>
  10372. </member>
  10373. <member name="M:SharpDX.Matrix5x4.Scaling(System.Single)">
  10374. <summary>
  10375. Creates a Matrix5x4 that uniformly scales along all three axis.
  10376. </summary>
  10377. <param name="scale">The uniform scale that is applied along all axis.</param>
  10378. <returns>The created scaling Matrix5x4.</returns>
  10379. </member>
  10380. <member name="M:SharpDX.Matrix5x4.Translation(SharpDX.Vector4@,SharpDX.Matrix5x4@)">
  10381. <summary>
  10382. Creates a translation Matrix5x4 using the specified offsets.
  10383. </summary>
  10384. <param name="value">The offset for all three coordinate planes.</param>
  10385. <param name="result">When the method completes, contains the created translation Matrix5x4.</param>
  10386. </member>
  10387. <member name="M:SharpDX.Matrix5x4.Translation(SharpDX.Vector4)">
  10388. <summary>
  10389. Creates a translation Matrix5x4 using the specified offsets.
  10390. </summary>
  10391. <param name="value">The offset for all three coordinate planes.</param>
  10392. <returns>The created translation Matrix5x4.</returns>
  10393. </member>
  10394. <member name="M:SharpDX.Matrix5x4.Translation(System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix5x4@)">
  10395. <summary>
  10396. Creates a translation Matrix5x4 using the specified offsets.
  10397. </summary>
  10398. <param name="x">X-coordinate offset.</param>
  10399. <param name="y">Y-coordinate offset.</param>
  10400. <param name="z">Z-coordinate offset.</param>
  10401. <param name="w">W-coordinate offset.</param>
  10402. <param name="result">When the method completes, contains the created translation Matrix5x4.</param>
  10403. </member>
  10404. <member name="M:SharpDX.Matrix5x4.Translation(System.Single,System.Single,System.Single,System.Single)">
  10405. <summary>
  10406. Creates a translation Matrix5x4 using the specified offsets.
  10407. </summary>
  10408. <param name="x">X-coordinate offset.</param>
  10409. <param name="y">Y-coordinate offset.</param>
  10410. <param name="z">Z-coordinate offset.</param>
  10411. <param name="w">W-coordinate offset.</param>
  10412. <returns>The created translation Matrix5x4.</returns>
  10413. </member>
  10414. <member name="M:SharpDX.Matrix5x4.op_Addition(SharpDX.Matrix5x4,SharpDX.Matrix5x4)">
  10415. <summary>
  10416. Adds two matrices.
  10417. </summary>
  10418. <param name="left">The first Matrix5x4 to add.</param>
  10419. <param name="right">The second Matrix5x4 to add.</param>
  10420. <returns>The sum of the two matrices.</returns>
  10421. </member>
  10422. <member name="M:SharpDX.Matrix5x4.op_UnaryPlus(SharpDX.Matrix5x4)">
  10423. <summary>
  10424. Assert a Matrix5x4 (return it unchanged).
  10425. </summary>
  10426. <param name="value">The Matrix5x4 to assert (unchanged).</param>
  10427. <returns>The asserted (unchanged) Matrix5x4.</returns>
  10428. </member>
  10429. <member name="M:SharpDX.Matrix5x4.op_Subtraction(SharpDX.Matrix5x4,SharpDX.Matrix5x4)">
  10430. <summary>
  10431. Subtracts two matrices.
  10432. </summary>
  10433. <param name="left">The first Matrix5x4 to subtract.</param>
  10434. <param name="right">The second Matrix5x4 to subtract.</param>
  10435. <returns>The difference between the two matrices.</returns>
  10436. </member>
  10437. <member name="M:SharpDX.Matrix5x4.op_UnaryNegation(SharpDX.Matrix5x4)">
  10438. <summary>
  10439. Negates a Matrix5x4.
  10440. </summary>
  10441. <param name="value">The Matrix5x4 to negate.</param>
  10442. <returns>The negated Matrix5x4.</returns>
  10443. </member>
  10444. <member name="M:SharpDX.Matrix5x4.op_Multiply(System.Single,SharpDX.Matrix5x4)">
  10445. <summary>
  10446. Scales a Matrix5x4 by a given value.
  10447. </summary>
  10448. <param name="right">The Matrix5x4 to scale.</param>
  10449. <param name="left">The amount by which to scale.</param>
  10450. <returns>The scaled Matrix5x4.</returns>
  10451. </member>
  10452. <member name="M:SharpDX.Matrix5x4.op_Multiply(SharpDX.Matrix5x4,System.Single)">
  10453. <summary>
  10454. Scales a Matrix5x4 by a given value.
  10455. </summary>
  10456. <param name="left">The Matrix5x4 to scale.</param>
  10457. <param name="right">The amount by which to scale.</param>
  10458. <returns>The scaled Matrix5x4.</returns>
  10459. </member>
  10460. <member name="M:SharpDX.Matrix5x4.op_Division(SharpDX.Matrix5x4,System.Single)">
  10461. <summary>
  10462. Scales a Matrix5x4 by a given value.
  10463. </summary>
  10464. <param name="left">The Matrix5x4 to scale.</param>
  10465. <param name="right">The amount by which to scale.</param>
  10466. <returns>The scaled Matrix5x4.</returns>
  10467. </member>
  10468. <member name="M:SharpDX.Matrix5x4.op_Equality(SharpDX.Matrix5x4,SharpDX.Matrix5x4)">
  10469. <summary>
  10470. Tests for equality between two objects.
  10471. </summary>
  10472. <param name="left">The first value to compare.</param>
  10473. <param name="right">The second value to compare.</param>
  10474. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  10475. </member>
  10476. <member name="M:SharpDX.Matrix5x4.op_Inequality(SharpDX.Matrix5x4,SharpDX.Matrix5x4)">
  10477. <summary>
  10478. Tests for inequality between two objects.
  10479. </summary>
  10480. <param name="left">The first value to compare.</param>
  10481. <param name="right">The second value to compare.</param>
  10482. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  10483. </member>
  10484. <member name="M:SharpDX.Matrix5x4.ToString">
  10485. <summary>
  10486. Returns a <see cref="T:System.String"/> that represents this instance.
  10487. </summary>
  10488. <returns>
  10489. A <see cref="T:System.String"/> that represents this instance.
  10490. </returns>
  10491. </member>
  10492. <member name="M:SharpDX.Matrix5x4.ToString(System.String)">
  10493. <summary>
  10494. Returns a <see cref="T:System.String"/> that represents this instance.
  10495. </summary>
  10496. <param name="format">The format.</param>
  10497. <returns>
  10498. A <see cref="T:System.String"/> that represents this instance.
  10499. </returns>
  10500. </member>
  10501. <member name="M:SharpDX.Matrix5x4.ToString(System.IFormatProvider)">
  10502. <summary>
  10503. Returns a <see cref="T:System.String"/> that represents this instance.
  10504. </summary>
  10505. <param name="formatProvider">The format provider.</param>
  10506. <returns>
  10507. A <see cref="T:System.String"/> that represents this instance.
  10508. </returns>
  10509. </member>
  10510. <member name="M:SharpDX.Matrix5x4.ToString(System.String,System.IFormatProvider)">
  10511. <summary>
  10512. Returns a <see cref="T:System.String"/> that represents this instance.
  10513. </summary>
  10514. <param name="format">The format.</param>
  10515. <param name="formatProvider">The format provider.</param>
  10516. <returns>
  10517. A <see cref="T:System.String"/> that represents this instance.
  10518. </returns>
  10519. </member>
  10520. <member name="M:SharpDX.Matrix5x4.GetHashCode">
  10521. <summary>
  10522. Returns a hash code for this instance.
  10523. </summary>
  10524. <returns>
  10525. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  10526. </returns>
  10527. </member>
  10528. <member name="M:SharpDX.Matrix5x4.Equals(SharpDX.Matrix5x4@)">
  10529. <summary>
  10530. Determines whether the specified <see cref="T:SharpDX.Matrix5x4"/> is equal to this instance.
  10531. </summary>
  10532. <param name="other">The <see cref="T:SharpDX.Matrix5x4"/> to compare with this instance.</param>
  10533. <returns>
  10534. <c>true</c> if the specified <see cref="T:SharpDX.Matrix5x4"/> is equal to this instance; otherwise, <c>false</c>.
  10535. </returns>
  10536. </member>
  10537. <member name="M:SharpDX.Matrix5x4.Equals(SharpDX.Matrix5x4)">
  10538. <summary>
  10539. Determines whether the specified <see cref="T:SharpDX.Matrix5x4"/> is equal to this instance.
  10540. </summary>
  10541. <param name="other">The <see cref="T:SharpDX.Matrix5x4"/> to compare with this instance.</param>
  10542. <returns>
  10543. <c>true</c> if the specified <see cref="T:SharpDX.Matrix5x4"/> is equal to this instance; otherwise, <c>false</c>.
  10544. </returns>
  10545. </member>
  10546. <member name="M:SharpDX.Matrix5x4.Equals(System.Object)">
  10547. <summary>
  10548. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  10549. </summary>
  10550. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  10551. <returns>
  10552. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  10553. </returns>
  10554. </member>
  10555. <member name="T:SharpDX.OrientedBoundingBox">
  10556. <summary>
  10557. OrientedBoundingBox (OBB) is a rectangular block, much like an AABB (BoundingBox) but with an arbitrary orientation.
  10558. </summary>
  10559. </member>
  10560. <member name="F:SharpDX.OrientedBoundingBox.Extents">
  10561. <summary>
  10562. Half lengths of the box along each axis.
  10563. </summary>
  10564. </member>
  10565. <member name="F:SharpDX.OrientedBoundingBox.Transformation">
  10566. <summary>
  10567. The matrix which aligns and scales the box, and its translation vector represents the center of the box.
  10568. </summary>
  10569. </member>
  10570. <member name="M:SharpDX.OrientedBoundingBox.#ctor(SharpDX.BoundingBox)">
  10571. <summary>
  10572. Creates an <see cref="T:SharpDX.OrientedBoundingBox"/> from a BoundingBox.
  10573. </summary>
  10574. <param name="bb">The BoundingBox to create from.</param>
  10575. <remarks>
  10576. Initially, the OBB is axis-aligned box, but it can be rotated and transformed later.
  10577. </remarks>
  10578. </member>
  10579. <member name="M:SharpDX.OrientedBoundingBox.#ctor(SharpDX.Vector3,SharpDX.Vector3)">
  10580. <summary>
  10581. Creates an <see cref="T:SharpDX.OrientedBoundingBox"/> which contained between two minimum and maximum points.
  10582. </summary>
  10583. <param name="minimum">The minimum vertex of the bounding box.</param>
  10584. <param name="maximum">The maximum vertex of the bounding box.</param>
  10585. <remarks>
  10586. Initially, the OrientedBoundingBox is axis-aligned box, but it can be rotated and transformed later.
  10587. </remarks>
  10588. </member>
  10589. <member name="M:SharpDX.OrientedBoundingBox.#ctor(SharpDX.Vector3[])">
  10590. <summary>
  10591. Creates an <see cref="T:SharpDX.OrientedBoundingBox"/> that fully contains the given points.
  10592. </summary>
  10593. <param name="points">The points that will be contained by the box.</param>
  10594. <remarks>
  10595. This method is not for computing the best tight-fitting OrientedBoundingBox.
  10596. And initially, the OrientedBoundingBox is axis-aligned box, but it can be rotated and transformed later.
  10597. </remarks>
  10598. </member>
  10599. <member name="M:SharpDX.OrientedBoundingBox.GetCorners">
  10600. <summary>
  10601. Retrieves the eight corners of the bounding box.
  10602. </summary>
  10603. <returns>An array of points representing the eight corners of the bounding box.</returns>
  10604. </member>
  10605. <member name="M:SharpDX.OrientedBoundingBox.Transform(SharpDX.Matrix@)">
  10606. <summary>
  10607. Transforms this box using a transformation matrix.
  10608. </summary>
  10609. <param name="mat">The transformation matrix.</param>
  10610. <remarks>
  10611. While any kind of transformation can be applied, it is recommended to apply scaling using scale method instead, which
  10612. scales the Extents and keeps the Transformation matrix for rotation only, and that preserves collision detection accuracy.
  10613. </remarks>
  10614. </member>
  10615. <member name="M:SharpDX.OrientedBoundingBox.Transform(SharpDX.Matrix)">
  10616. <summary>
  10617. Transforms this box using a transformation matrix.
  10618. </summary>
  10619. <param name="mat">The transformation matrix.</param>
  10620. <remarks>
  10621. While any kind of transformation can be applied, it is recommended to apply scaling using scale method instead, which
  10622. scales the Extents and keeps the Transformation matrix for rotation only, and that preserves collision detection accuracy.
  10623. </remarks>
  10624. </member>
  10625. <member name="M:SharpDX.OrientedBoundingBox.Scale(SharpDX.Vector3@)">
  10626. <summary>
  10627. Scales the <see cref="T:SharpDX.OrientedBoundingBox"/> by scaling its Extents without affecting the Transformation matrix,
  10628. By keeping Transformation matrix scaling-free, the collision detection methods will be more accurate.
  10629. </summary>
  10630. <param name="scaling"></param>
  10631. </member>
  10632. <member name="M:SharpDX.OrientedBoundingBox.Scale(SharpDX.Vector3)">
  10633. <summary>
  10634. Scales the <see cref="T:SharpDX.OrientedBoundingBox"/> by scaling its Extents without affecting the Transformation matrix,
  10635. By keeping Transformation matrix scaling-free, the collision detection methods will be more accurate.
  10636. </summary>
  10637. <param name="scaling"></param>
  10638. </member>
  10639. <member name="M:SharpDX.OrientedBoundingBox.Scale(System.Single)">
  10640. <summary>
  10641. Scales the <see cref="T:SharpDX.OrientedBoundingBox"/> by scaling its Extents without affecting the Transformation matrix,
  10642. By keeping Transformation matrix scaling-free, the collision detection methods will be more accurate.
  10643. </summary>
  10644. <param name="scaling"></param>
  10645. </member>
  10646. <member name="M:SharpDX.OrientedBoundingBox.Translate(SharpDX.Vector3@)">
  10647. <summary>
  10648. Translates the <see cref="T:SharpDX.OrientedBoundingBox"/> to a new position using a translation vector;
  10649. </summary>
  10650. <param name="translation">the translation vector.</param>
  10651. </member>
  10652. <member name="M:SharpDX.OrientedBoundingBox.Translate(SharpDX.Vector3)">
  10653. <summary>
  10654. Translates the <see cref="T:SharpDX.OrientedBoundingBox"/> to a new position using a translation vector;
  10655. </summary>
  10656. <param name="translation">the translation vector.</param>
  10657. </member>
  10658. <member name="P:SharpDX.OrientedBoundingBox.Size">
  10659. <summary>
  10660. The size of the <see cref="T:SharpDX.OrientedBoundingBox"/> if no scaling is applied to the transformation matrix.
  10661. </summary>
  10662. <remarks>
  10663. The property will return the actual size even if the scaling is applied using Scale method,
  10664. but if the scaling is applied to transformation matrix, use GetSize Function instead.
  10665. </remarks>
  10666. </member>
  10667. <member name="M:SharpDX.OrientedBoundingBox.GetSize">
  10668. <summary>
  10669. Returns the size of the <see cref="T:SharpDX.OrientedBoundingBox"/> taking into consideration the scaling applied to the transformation matrix.
  10670. </summary>
  10671. <returns>The size of the consideration</returns>
  10672. <remarks>
  10673. This method is computationally expensive, so if no scale is applied to the transformation matrix
  10674. use <see cref="P:SharpDX.OrientedBoundingBox.Size"/> property instead.
  10675. </remarks>
  10676. </member>
  10677. <member name="M:SharpDX.OrientedBoundingBox.GetSizeSquared">
  10678. <summary>
  10679. Returns the square size of the <see cref="T:SharpDX.OrientedBoundingBox"/> taking into consideration the scaling applied to the transformation matrix.
  10680. </summary>
  10681. <returns>The size of the consideration</returns>
  10682. </member>
  10683. <member name="P:SharpDX.OrientedBoundingBox.Center">
  10684. <summary>
  10685. Returns the center of the <see cref="T:SharpDX.OrientedBoundingBox"/>.
  10686. </summary>
  10687. </member>
  10688. <member name="M:SharpDX.OrientedBoundingBox.Contains(SharpDX.Vector3@)">
  10689. <summary>
  10690. Determines whether a <see cref="T:SharpDX.OrientedBoundingBox"/> contains a point.
  10691. </summary>
  10692. <param name="point">The point to test.</param>
  10693. <returns>The type of containment the two objects have.</returns>
  10694. </member>
  10695. <member name="M:SharpDX.OrientedBoundingBox.Contains(SharpDX.Vector3)">
  10696. <summary>
  10697. Determines whether a <see cref="T:SharpDX.OrientedBoundingBox"/> contains a point.
  10698. </summary>
  10699. <param name="point">The point to test.</param>
  10700. <returns>The type of containment the two objects have.</returns>
  10701. </member>
  10702. <member name="M:SharpDX.OrientedBoundingBox.Contains(SharpDX.Vector3[])">
  10703. <summary>
  10704. Determines whether a <see cref="T:SharpDX.OrientedBoundingBox"/> contains an array of points>.
  10705. </summary>
  10706. <param name="points">The points array to test.</param>
  10707. <returns>The type of containment.</returns>
  10708. </member>
  10709. <member name="M:SharpDX.OrientedBoundingBox.Contains(SharpDX.BoundingSphere,System.Boolean)">
  10710. <summary>
  10711. Determines whether a <see cref="T:SharpDX.OrientedBoundingBox"/> contains a <see cref="T:SharpDX.BoundingSphere"/>.
  10712. </summary>
  10713. <param name="sphere">The sphere to test.</param>
  10714. <param name="IgnoreScale">Optimize the check operation by assuming that <see cref="T:SharpDX.OrientedBoundingBox"/> has no scaling applied</param>
  10715. <returns>The type of containment the two objects have.</returns>
  10716. <remarks>
  10717. This method is not designed for <see cref="T:SharpDX.OrientedBoundingBox"/> which has a non-uniform scaling applied to its transformation matrix.
  10718. But any type of scaling applied using Scale method will keep this method accurate.
  10719. </remarks>
  10720. </member>
  10721. <member name="M:SharpDX.OrientedBoundingBox.Contains(SharpDX.OrientedBoundingBox@)">
  10722. <summary>
  10723. Check the intersection between two <see cref="T:SharpDX.OrientedBoundingBox"/>
  10724. </summary>
  10725. <param name="obb">The OrientedBoundingBoxs to test.</param>
  10726. <returns>The type of containment the two objects have.</returns>
  10727. <remarks>
  10728. For accuracy, The transformation matrix for both <see cref="T:SharpDX.OrientedBoundingBox"/> must not have any scaling applied to it.
  10729. Anyway, scaling using Scale method will keep this method accurate.
  10730. </remarks>
  10731. </member>
  10732. <member name="M:SharpDX.OrientedBoundingBox.ContainsLine(SharpDX.Vector3@,SharpDX.Vector3@)">
  10733. <summary>
  10734. Check the intersection between an <see cref="T:SharpDX.OrientedBoundingBox"/> and a line defined by two points
  10735. </summary>
  10736. <param name="L1">The first point in the line.</param>
  10737. <param name="L2">The second point in the line.</param>
  10738. <returns>The type of containment the two objects have.</returns>
  10739. <remarks>
  10740. For accuracy, The transformation matrix for the <see cref="T:SharpDX.OrientedBoundingBox"/> must not have any scaling applied to it.
  10741. Anyway, scaling using Scale method will keep this method accurate.
  10742. </remarks>
  10743. </member>
  10744. <member name="M:SharpDX.OrientedBoundingBox.Contains(SharpDX.BoundingBox@)">
  10745. <summary>
  10746. Check the intersection between an <see cref="T:SharpDX.OrientedBoundingBox"/> and <see cref="T:SharpDX.BoundingBox"/>
  10747. </summary>
  10748. <param name="box">The BoundingBox to test.</param>
  10749. <returns>The type of containment the two objects have.</returns>
  10750. <remarks>
  10751. For accuracy, The transformation matrix for the <see cref="T:SharpDX.OrientedBoundingBox"/> must not have any scaling applied to it.
  10752. Anyway, scaling using Scale method will keep this method accurate.
  10753. </remarks>
  10754. </member>
  10755. <member name="M:SharpDX.OrientedBoundingBox.Intersects(SharpDX.Ray@,SharpDX.Vector3@)">
  10756. <summary>
  10757. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.OrientedBoundingBox"/>.
  10758. </summary>
  10759. <param name="ray">The ray to test.</param>
  10760. <param name="point">When the method completes, contains the point of intersection,
  10761. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  10762. <returns>Whether the two objects intersected.</returns>
  10763. </member>
  10764. <member name="M:SharpDX.OrientedBoundingBox.Intersects(SharpDX.Ray@)">
  10765. <summary>
  10766. Determines whether there is an intersection between a <see cref="T:SharpDX.Ray"/> and a <see cref="T:SharpDX.OrientedBoundingBox"/>.
  10767. </summary>
  10768. <param name="ray">The ray to test.</param>
  10769. <returns>Whether the two objects intersected.</returns>
  10770. </member>
  10771. <member name="M:SharpDX.OrientedBoundingBox.GetBoundingBox">
  10772. <summary>
  10773. Get the axis-aligned <see cref="T:SharpDX.BoundingBox"/> which contains all <see cref="T:SharpDX.OrientedBoundingBox"/> corners.
  10774. </summary>
  10775. <returns>The axis-aligned BoundingBox of this OrientedBoundingBox.</returns>
  10776. </member>
  10777. <member name="M:SharpDX.OrientedBoundingBox.GetBoxToBoxMatrix(SharpDX.OrientedBoundingBox@,SharpDX.OrientedBoundingBox@,System.Boolean)">
  10778. <summary>
  10779. Calculates the matrix required to transfer any point from one <see cref="T:SharpDX.OrientedBoundingBox"/> local coordinates to another.
  10780. </summary>
  10781. <param name="A">The source OrientedBoundingBox.</param>
  10782. <param name="B">The target OrientedBoundingBox.</param>
  10783. <param name="NoMatrixScaleApplied">
  10784. If true, the method will use a fast algorithm which is inapplicable if a scale is applied to the transformation matrix of the OrientedBoundingBox.
  10785. </param>
  10786. <returns></returns>
  10787. </member>
  10788. <member name="M:SharpDX.OrientedBoundingBox.Merge(SharpDX.OrientedBoundingBox@,SharpDX.OrientedBoundingBox@,System.Boolean)">
  10789. <summary>
  10790. Merge an OrientedBoundingBox B into another OrientedBoundingBox A, by expanding A to contain B and keeping A orientation.
  10791. </summary>
  10792. <param name="A">The <see cref="T:SharpDX.OrientedBoundingBox"/> to merge into it.</param>
  10793. <param name="B">The <see cref="T:SharpDX.OrientedBoundingBox"/> to be merged</param>
  10794. <param name="NoMatrixScaleApplied">
  10795. If true, the method will use a fast algorithm which is inapplicable if a scale is applied to the transformation matrix of the OrientedBoundingBox.
  10796. </param>
  10797. <remarks>
  10798. Unlike merging axis aligned boxes, The operation is not interchangeable, because it keeps A orientation and merge B into it.
  10799. </remarks>
  10800. </member>
  10801. <member name="M:SharpDX.OrientedBoundingBox.MergeInto(SharpDX.OrientedBoundingBox@,System.Boolean)">
  10802. <summary>
  10803. Merge this OrientedBoundingBox into another OrientedBoundingBox, keeping the other OrientedBoundingBox orientation.
  10804. </summary>
  10805. <param name="OBB">The other <see cref="T:SharpDX.OrientedBoundingBox"/> to merge into.</param>
  10806. <param name="NoMatrixScaleApplied">
  10807. If true, the method will use a fast algorithm which is inapplicable if a scale is applied to the transformation matrix of the OrientedBoundingBox.
  10808. </param>
  10809. </member>
  10810. <member name="M:SharpDX.OrientedBoundingBox.Add(SharpDX.OrientedBoundingBox@,System.Boolean)">
  10811. <summary>
  10812. Merge another OrientedBoundingBox into this OrientedBoundingBox.
  10813. </summary>
  10814. <param name="OBB">The other <see cref="T:SharpDX.OrientedBoundingBox"/> to merge into this OrientedBoundingBox.</param>
  10815. <param name="NoMatrixScaleApplied">
  10816. If true, the method will use a fast algorithm which is inapplicable if a scale is applied to the transformation matrix of the OrientedBoundingBox.
  10817. </param>
  10818. </member>
  10819. <member name="M:SharpDX.OrientedBoundingBox.Equals(SharpDX.OrientedBoundingBox@)">
  10820. <summary>
  10821. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  10822. </summary>
  10823. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  10824. <returns>
  10825. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  10826. </returns>
  10827. </member>
  10828. <member name="M:SharpDX.OrientedBoundingBox.Equals(SharpDX.OrientedBoundingBox)">
  10829. <summary>
  10830. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  10831. </summary>
  10832. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  10833. <returns>
  10834. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  10835. </returns>
  10836. </member>
  10837. <member name="M:SharpDX.OrientedBoundingBox.Equals(System.Object)">
  10838. <summary>
  10839. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  10840. </summary>
  10841. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  10842. <returns>
  10843. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  10844. </returns>
  10845. </member>
  10846. <member name="M:SharpDX.OrientedBoundingBox.op_Equality(SharpDX.OrientedBoundingBox,SharpDX.OrientedBoundingBox)">
  10847. <summary>
  10848. Tests for equality between two objects.
  10849. </summary>
  10850. <param name="left">The first value to compare.</param>
  10851. <param name="right">The second value to compare.</param>
  10852. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  10853. </member>
  10854. <member name="M:SharpDX.OrientedBoundingBox.op_Inequality(SharpDX.OrientedBoundingBox,SharpDX.OrientedBoundingBox)">
  10855. <summary>
  10856. Tests for inequality between two objects.
  10857. </summary>
  10858. <param name="left">The first value to compare.</param>
  10859. <param name="right">The second value to compare.</param>
  10860. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  10861. </member>
  10862. <member name="M:SharpDX.OrientedBoundingBox.GetHashCode">
  10863. <summary>
  10864. Returns a hash code for this instance.
  10865. </summary>
  10866. <returns>
  10867. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  10868. </returns>
  10869. </member>
  10870. <member name="M:SharpDX.OrientedBoundingBox.ToString">
  10871. <summary>
  10872. Returns a <see cref="T:System.String"/> that represents this instance.
  10873. </summary>
  10874. <returns>
  10875. A <see cref="T:System.String"/> that represents this instance.
  10876. </returns>
  10877. </member>
  10878. <member name="M:SharpDX.OrientedBoundingBox.ToString(System.String)">
  10879. <summary>
  10880. Returns a <see cref="T:System.String"/> that represents this instance.
  10881. </summary>
  10882. <param name="format">The format.</param>
  10883. <returns>
  10884. A <see cref="T:System.String"/> that represents this instance.
  10885. </returns>
  10886. </member>
  10887. <member name="M:SharpDX.OrientedBoundingBox.ToString(System.IFormatProvider)">
  10888. <summary>
  10889. Returns a <see cref="T:System.String"/> that represents this instance.
  10890. </summary>
  10891. <param name="formatProvider">The format provider.</param>
  10892. <returns>
  10893. A <see cref="T:System.String"/> that represents this instance.
  10894. </returns>
  10895. </member>
  10896. <member name="M:SharpDX.OrientedBoundingBox.ToString(System.String,System.IFormatProvider)">
  10897. <summary>
  10898. Returns a <see cref="T:System.String"/> that represents this instance.
  10899. </summary>
  10900. <param name="format">The format.</param>
  10901. <param name="formatProvider">The format provider.</param>
  10902. <returns>
  10903. A <see cref="T:System.String"/> that represents this instance.
  10904. </returns>
  10905. </member>
  10906. <member name="T:SharpDX.Plane">
  10907. <summary>
  10908. Represents a plane in three dimensional space.
  10909. </summary>
  10910. </member>
  10911. <member name="F:SharpDX.Plane.Normal">
  10912. <summary>
  10913. The normal vector of the plane.
  10914. </summary>
  10915. </member>
  10916. <member name="F:SharpDX.Plane.D">
  10917. <summary>
  10918. The distance of the plane along its normal from the origin.
  10919. </summary>
  10920. </member>
  10921. <member name="M:SharpDX.Plane.#ctor(System.Single)">
  10922. <summary>
  10923. Initializes a new instance of the <see cref="T:SharpDX.Plane"/> struct.
  10924. </summary>
  10925. <param name="value">The value that will be assigned to all components.</param>
  10926. </member>
  10927. <member name="M:SharpDX.Plane.#ctor(System.Single,System.Single,System.Single,System.Single)">
  10928. <summary>
  10929. Initializes a new instance of the <see cref="T:SharpDX.Plane"/> struct.
  10930. </summary>
  10931. <param name="a">The X component of the normal.</param>
  10932. <param name="b">The Y component of the normal.</param>
  10933. <param name="c">The Z component of the normal.</param>
  10934. <param name="d">The distance of the plane along its normal from the origin.</param>
  10935. </member>
  10936. <member name="M:SharpDX.Plane.#ctor(SharpDX.Vector3,SharpDX.Vector3)">
  10937. <summary>
  10938. Initializes a new instance of the <see cref="T:SharpDX.Plane" /> class.
  10939. </summary>
  10940. <param name="point">Any point that lies along the plane.</param>
  10941. <param name="normal">The normal vector to the plane.</param>
  10942. </member>
  10943. <member name="M:SharpDX.Plane.#ctor(SharpDX.Vector3,System.Single)">
  10944. <summary>
  10945. Initializes a new instance of the <see cref="T:SharpDX.Plane"/> struct.
  10946. </summary>
  10947. <param name="value">The normal of the plane.</param>
  10948. <param name="d">The distance of the plane along its normal from the origin</param>
  10949. </member>
  10950. <member name="M:SharpDX.Plane.#ctor(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  10951. <summary>
  10952. Initializes a new instance of the <see cref="T:SharpDX.Plane"/> struct.
  10953. </summary>
  10954. <param name="point1">First point of a triangle defining the plane.</param>
  10955. <param name="point2">Second point of a triangle defining the plane.</param>
  10956. <param name="point3">Third point of a triangle defining the plane.</param>
  10957. </member>
  10958. <member name="M:SharpDX.Plane.#ctor(System.Single[])">
  10959. <summary>
  10960. Initializes a new instance of the <see cref="T:SharpDX.Plane"/> struct.
  10961. </summary>
  10962. <param name="values">The values to assign to the A, B, C, and D components of the plane. This must be an array with four elements.</param>
  10963. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  10964. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  10965. </member>
  10966. <member name="P:SharpDX.Plane.Item(System.Int32)">
  10967. <summary>
  10968. Gets or sets the component at the specified index.
  10969. </summary>
  10970. <value>The value of the A, B, C, or D component, depending on the index.</value>
  10971. <param name="index">The index of the component to access. Use 0 for the A component, 1 for the B component, 2 for the C component, and 3 for the D component.</param>
  10972. <returns>The value of the component at the specified index.</returns>
  10973. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 3].</exception>
  10974. </member>
  10975. <member name="M:SharpDX.Plane.Normalize">
  10976. <summary>
  10977. Changes the coefficients of the normal vector of the plane to make it of unit length.
  10978. </summary>
  10979. </member>
  10980. <member name="M:SharpDX.Plane.ToArray">
  10981. <summary>
  10982. Creates an array containing the elements of the plane.
  10983. </summary>
  10984. <returns>A four-element array containing the components of the plane.</returns>
  10985. </member>
  10986. <member name="M:SharpDX.Plane.Intersects(SharpDX.Vector3@)">
  10987. <summary>
  10988. Determines if there is an intersection between the current object and a point.
  10989. </summary>
  10990. <param name="point">The point to test.</param>
  10991. <returns>Whether the two objects intersected.</returns>
  10992. </member>
  10993. <member name="M:SharpDX.Plane.Intersects(SharpDX.Ray@)">
  10994. <summary>
  10995. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  10996. </summary>
  10997. <param name="ray">The ray to test.</param>
  10998. <returns>Whether the two objects intersected.</returns>
  10999. </member>
  11000. <member name="M:SharpDX.Plane.Intersects(SharpDX.Ray@,System.Single@)">
  11001. <summary>
  11002. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  11003. </summary>
  11004. <param name="ray">The ray to test.</param>
  11005. <param name="distance">When the method completes, contains the distance of the intersection,
  11006. or 0 if there was no intersection.</param>
  11007. <returns>Whether the two objects intersected.</returns>
  11008. </member>
  11009. <member name="M:SharpDX.Plane.Intersects(SharpDX.Ray@,SharpDX.Vector3@)">
  11010. <summary>
  11011. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  11012. </summary>
  11013. <param name="ray">The ray to test.</param>
  11014. <param name="point">When the method completes, contains the point of intersection,
  11015. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  11016. <returns>Whether the two objects intersected.</returns>
  11017. </member>
  11018. <member name="M:SharpDX.Plane.Intersects(SharpDX.Plane@)">
  11019. <summary>
  11020. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  11021. </summary>
  11022. <param name="plane">The plane to test.</param>
  11023. <returns>Whether the two objects intersected.</returns>
  11024. </member>
  11025. <member name="M:SharpDX.Plane.Intersects(SharpDX.Plane@,SharpDX.Ray@)">
  11026. <summary>
  11027. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  11028. </summary>
  11029. <param name="plane">The plane to test.</param>
  11030. <param name="line">When the method completes, contains the line of intersection
  11031. as a <see cref="T:SharpDX.Ray"/>, or a zero ray if there was no intersection.</param>
  11032. <returns>Whether the two objects intersected.</returns>
  11033. </member>
  11034. <member name="M:SharpDX.Plane.Intersects(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  11035. <summary>
  11036. Determines if there is an intersection between the current object and a triangle.
  11037. </summary>
  11038. <param name="vertex1">The first vertex of the triangle to test.</param>
  11039. <param name="vertex2">The second vertex of the triangle to test.</param>
  11040. <param name="vertex3">The third vertex of the triangle to test.</param>
  11041. <returns>Whether the two objects intersected.</returns>
  11042. </member>
  11043. <member name="M:SharpDX.Plane.Intersects(SharpDX.BoundingBox@)">
  11044. <summary>
  11045. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  11046. </summary>
  11047. <param name="box">The box to test.</param>
  11048. <returns>Whether the two objects intersected.</returns>
  11049. </member>
  11050. <member name="M:SharpDX.Plane.Intersects(SharpDX.BoundingSphere@)">
  11051. <summary>
  11052. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  11053. </summary>
  11054. <param name="sphere">The sphere to test.</param>
  11055. <returns>Whether the two objects intersected.</returns>
  11056. </member>
  11057. <member name="M:SharpDX.Plane.Reflection(SharpDX.Matrix@)">
  11058. <summary>
  11059. Builds a matrix that can be used to reflect vectors about a plane.
  11060. </summary>
  11061. <param name="plane">The plane for which the reflection occurs. This parameter is assumed to be normalized.</param>
  11062. <param name="result">When the method completes, contains the reflection matrix.</param>
  11063. </member>
  11064. <member name="M:SharpDX.Plane.Reflection">
  11065. <summary>
  11066. Builds a matrix that can be used to reflect vectors about a plane.
  11067. </summary>
  11068. <returns>The reflection matrix.</returns>
  11069. </member>
  11070. <member name="M:SharpDX.Plane.Shadow(SharpDX.Vector4@,SharpDX.Matrix@)">
  11071. <summary>
  11072. Creates a matrix that flattens geometry into a shadow from this the plane onto which to project the geometry as a shadow.
  11073. This plane is assumed to be normalized
  11074. </summary>
  11075. <param name="light">The light direction. If the W component is 0, the light is directional light; if the
  11076. W component is 1, the light is a point light.</param>
  11077. <param name="result">When the method completes, contains the shadow matrix.</param>
  11078. </member>
  11079. <member name="M:SharpDX.Plane.Shadow(SharpDX.Vector4)">
  11080. <summary>
  11081. Creates a matrix that flattens geometry into a shadow from this the plane onto which to project the geometry as a shadow.
  11082. This plane is assumed to be normalized
  11083. </summary>
  11084. <param name="light">The light direction. If the W component is 0, the light is directional light; if the
  11085. W component is 1, the light is a point light.</param>
  11086. <returns>The shadow matrix.</returns>
  11087. </member>
  11088. <member name="M:SharpDX.Plane.Reflection(SharpDX.Matrix3x3@)">
  11089. <summary>
  11090. Builds a Matrix3x3 that can be used to reflect vectors about a plane for which the reflection occurs.
  11091. This plane is assumed to be normalized
  11092. </summary>
  11093. <param name="result">When the method completes, contains the reflection Matrix3x3.</param>
  11094. </member>
  11095. <member name="M:SharpDX.Plane.Reflection3x3">
  11096. <summary>
  11097. Builds a Matrix3x3 that can be used to reflect vectors about a plane for which the reflection occurs.
  11098. This plane is assumed to be normalized
  11099. </summary>
  11100. <returns>The reflection Matrix3x3.</returns>
  11101. </member>
  11102. <member name="M:SharpDX.Plane.Shadow(SharpDX.Vector4@,SharpDX.Plane@,SharpDX.Matrix3x3@)">
  11103. <summary>
  11104. Creates a Matrix3x3 that flattens geometry into a shadow.
  11105. </summary>
  11106. <param name="light">The light direction. If the W component is 0, the light is directional light; if the
  11107. W component is 1, the light is a point light.</param>
  11108. <param name="plane">The plane onto which to project the geometry as a shadow. This parameter is assumed to be normalized.</param>
  11109. <param name="result">When the method completes, contains the shadow Matrix3x3.</param>
  11110. </member>
  11111. <member name="M:SharpDX.Plane.Shadow(SharpDX.Vector4,SharpDX.Plane)">
  11112. <summary>
  11113. Creates a Matrix3x3 that flattens geometry into a shadow.
  11114. </summary>
  11115. <param name="light">The light direction. If the W component is 0, the light is directional light; if the
  11116. W component is 1, the light is a point light.</param>
  11117. <param name="plane">The plane onto which to project the geometry as a shadow. This parameter is assumed to be normalized.</param>
  11118. <returns>The shadow Matrix3x3.</returns>
  11119. </member>
  11120. <member name="M:SharpDX.Plane.Multiply(SharpDX.Plane@,System.Single,SharpDX.Plane@)">
  11121. <summary>
  11122. Scales the plane by the given scaling factor.
  11123. </summary>
  11124. <param name="value">The plane to scale.</param>
  11125. <param name="scale">The amount by which to scale the plane.</param>
  11126. <param name="result">When the method completes, contains the scaled plane.</param>
  11127. </member>
  11128. <member name="M:SharpDX.Plane.Multiply(SharpDX.Plane,System.Single)">
  11129. <summary>
  11130. Scales the plane by the given scaling factor.
  11131. </summary>
  11132. <param name="value">The plane to scale.</param>
  11133. <param name="scale">The amount by which to scale the plane.</param>
  11134. <returns>The scaled plane.</returns>
  11135. </member>
  11136. <member name="M:SharpDX.Plane.Dot(SharpDX.Plane@,SharpDX.Vector4@,System.Single@)">
  11137. <summary>
  11138. Calculates the dot product of the specified vector and plane.
  11139. </summary>
  11140. <param name="left">The source plane.</param>
  11141. <param name="right">The source vector.</param>
  11142. <param name="result">When the method completes, contains the dot product of the specified plane and vector.</param>
  11143. </member>
  11144. <member name="M:SharpDX.Plane.Dot(SharpDX.Plane,SharpDX.Vector4)">
  11145. <summary>
  11146. Calculates the dot product of the specified vector and plane.
  11147. </summary>
  11148. <param name="left">The source plane.</param>
  11149. <param name="right">The source vector.</param>
  11150. <returns>The dot product of the specified plane and vector.</returns>
  11151. </member>
  11152. <member name="M:SharpDX.Plane.DotCoordinate(SharpDX.Plane@,SharpDX.Vector3@,System.Single@)">
  11153. <summary>
  11154. Calculates the dot product of a specified vector and the normal of the plane plus the distance value of the plane.
  11155. </summary>
  11156. <param name="left">The source plane.</param>
  11157. <param name="right">The source vector.</param>
  11158. <param name="result">When the method completes, contains the dot product of a specified vector and the normal of the Plane plus the distance value of the plane.</param>
  11159. </member>
  11160. <member name="M:SharpDX.Plane.DotCoordinate(SharpDX.Plane,SharpDX.Vector3)">
  11161. <summary>
  11162. Calculates the dot product of a specified vector and the normal of the plane plus the distance value of the plane.
  11163. </summary>
  11164. <param name="left">The source plane.</param>
  11165. <param name="right">The source vector.</param>
  11166. <returns>The dot product of a specified vector and the normal of the Plane plus the distance value of the plane.</returns>
  11167. </member>
  11168. <member name="M:SharpDX.Plane.DotNormal(SharpDX.Plane@,SharpDX.Vector3@,System.Single@)">
  11169. <summary>
  11170. Calculates the dot product of the specified vector and the normal of the plane.
  11171. </summary>
  11172. <param name="left">The source plane.</param>
  11173. <param name="right">The source vector.</param>
  11174. <param name="result">When the method completes, contains the dot product of the specified vector and the normal of the plane.</param>
  11175. </member>
  11176. <member name="M:SharpDX.Plane.DotNormal(SharpDX.Plane,SharpDX.Vector3)">
  11177. <summary>
  11178. Calculates the dot product of the specified vector and the normal of the plane.
  11179. </summary>
  11180. <param name="left">The source plane.</param>
  11181. <param name="right">The source vector.</param>
  11182. <returns>The dot product of the specified vector and the normal of the plane.</returns>
  11183. </member>
  11184. <member name="M:SharpDX.Plane.Normalize(SharpDX.Plane@,SharpDX.Plane@)">
  11185. <summary>
  11186. Changes the coefficients of the normal vector of the plane to make it of unit length.
  11187. </summary>
  11188. <param name="plane">The source plane.</param>
  11189. <param name="result">When the method completes, contains the normalized plane.</param>
  11190. </member>
  11191. <member name="M:SharpDX.Plane.Normalize(SharpDX.Plane)">
  11192. <summary>
  11193. Changes the coefficients of the normal vector of the plane to make it of unit length.
  11194. </summary>
  11195. <param name="plane">The source plane.</param>
  11196. <returns>The normalized plane.</returns>
  11197. </member>
  11198. <member name="M:SharpDX.Plane.Transform(SharpDX.Plane@,SharpDX.Quaternion@,SharpDX.Plane@)">
  11199. <summary>
  11200. Transforms a normalized plane by a quaternion rotation.
  11201. </summary>
  11202. <param name="plane">The normalized source plane.</param>
  11203. <param name="rotation">The quaternion rotation.</param>
  11204. <param name="result">When the method completes, contains the transformed plane.</param>
  11205. </member>
  11206. <member name="M:SharpDX.Plane.Transform(SharpDX.Plane,SharpDX.Quaternion)">
  11207. <summary>
  11208. Transforms a normalized plane by a quaternion rotation.
  11209. </summary>
  11210. <param name="plane">The normalized source plane.</param>
  11211. <param name="rotation">The quaternion rotation.</param>
  11212. <returns>The transformed plane.</returns>
  11213. </member>
  11214. <member name="M:SharpDX.Plane.Transform(SharpDX.Plane[],SharpDX.Quaternion@)">
  11215. <summary>
  11216. Transforms an array of normalized planes by a quaternion rotation.
  11217. </summary>
  11218. <param name="planes">The array of normalized planes to transform.</param>
  11219. <param name="rotation">The quaternion rotation.</param>
  11220. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="planes"/> is <c>null</c>.</exception>
  11221. </member>
  11222. <member name="M:SharpDX.Plane.Transform(SharpDX.Plane@,SharpDX.Matrix@,SharpDX.Plane@)">
  11223. <summary>
  11224. Transforms a normalized plane by a matrix.
  11225. </summary>
  11226. <param name="plane">The normalized source plane.</param>
  11227. <param name="transformation">The transformation matrix.</param>
  11228. <param name="result">When the method completes, contains the transformed plane.</param>
  11229. </member>
  11230. <member name="M:SharpDX.Plane.Transform(SharpDX.Plane,SharpDX.Matrix)">
  11231. <summary>
  11232. Transforms a normalized plane by a matrix.
  11233. </summary>
  11234. <param name="plane">The normalized source plane.</param>
  11235. <param name="transformation">The transformation matrix.</param>
  11236. <returns>When the method completes, contains the transformed plane.</returns>
  11237. </member>
  11238. <member name="M:SharpDX.Plane.Transform(SharpDX.Plane[],SharpDX.Matrix@)">
  11239. <summary>
  11240. Transforms an array of normalized planes by a matrix.
  11241. </summary>
  11242. <param name="planes">The array of normalized planes to transform.</param>
  11243. <param name="transformation">The transformation matrix.</param>
  11244. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="planes"/> is <c>null</c>.</exception>
  11245. </member>
  11246. <member name="M:SharpDX.Plane.op_Multiply(System.Single,SharpDX.Plane)">
  11247. <summary>
  11248. Scales a plane by the given value.
  11249. </summary>
  11250. <param name="scale">The amount by which to scale the plane.</param>
  11251. <param name="plane">The plane to scale.</param>
  11252. <returns>The scaled plane.</returns>
  11253. </member>
  11254. <member name="M:SharpDX.Plane.op_Multiply(SharpDX.Plane,System.Single)">
  11255. <summary>
  11256. Scales a plane by the given value.
  11257. </summary>
  11258. <param name="plane">The plane to scale.</param>
  11259. <param name="scale">The amount by which to scale the plane.</param>
  11260. <returns>The scaled plane.</returns>
  11261. </member>
  11262. <member name="M:SharpDX.Plane.op_Equality(SharpDX.Plane,SharpDX.Plane)">
  11263. <summary>
  11264. Tests for equality between two objects.
  11265. </summary>
  11266. <param name="left">The first value to compare.</param>
  11267. <param name="right">The second value to compare.</param>
  11268. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  11269. </member>
  11270. <member name="M:SharpDX.Plane.op_Inequality(SharpDX.Plane,SharpDX.Plane)">
  11271. <summary>
  11272. Tests for inequality between two objects.
  11273. </summary>
  11274. <param name="left">The first value to compare.</param>
  11275. <param name="right">The second value to compare.</param>
  11276. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  11277. </member>
  11278. <member name="M:SharpDX.Plane.ToString">
  11279. <summary>
  11280. Returns a <see cref="T:System.String"/> that represents this instance.
  11281. </summary>
  11282. <returns>
  11283. A <see cref="T:System.String"/> that represents this instance.
  11284. </returns>
  11285. </member>
  11286. <member name="M:SharpDX.Plane.ToString(System.String)">
  11287. <summary>
  11288. Returns a <see cref="T:System.String"/> that represents this instance.
  11289. </summary>
  11290. <param name="format">The format.</param>
  11291. <returns>
  11292. A <see cref="T:System.String"/> that represents this instance.
  11293. </returns>
  11294. </member>
  11295. <member name="M:SharpDX.Plane.ToString(System.IFormatProvider)">
  11296. <summary>
  11297. Returns a <see cref="T:System.String"/> that represents this instance.
  11298. </summary>
  11299. <param name="formatProvider">The format provider.</param>
  11300. <returns>
  11301. A <see cref="T:System.String"/> that represents this instance.
  11302. </returns>
  11303. </member>
  11304. <member name="M:SharpDX.Plane.ToString(System.String,System.IFormatProvider)">
  11305. <summary>
  11306. Returns a <see cref="T:System.String"/> that represents this instance.
  11307. </summary>
  11308. <param name="format">The format.</param>
  11309. <param name="formatProvider">The format provider.</param>
  11310. <returns>
  11311. A <see cref="T:System.String"/> that represents this instance.
  11312. </returns>
  11313. </member>
  11314. <member name="M:SharpDX.Plane.GetHashCode">
  11315. <summary>
  11316. Returns a hash code for this instance.
  11317. </summary>
  11318. <returns>
  11319. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  11320. </returns>
  11321. </member>
  11322. <member name="M:SharpDX.Plane.Equals(SharpDX.Plane@)">
  11323. <summary>
  11324. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  11325. </summary>
  11326. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  11327. <returns>
  11328. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  11329. </returns>
  11330. </member>
  11331. <member name="M:SharpDX.Plane.Equals(SharpDX.Plane)">
  11332. <summary>
  11333. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  11334. </summary>
  11335. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  11336. <returns>
  11337. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  11338. </returns>
  11339. </member>
  11340. <member name="M:SharpDX.Plane.Equals(System.Object)">
  11341. <summary>
  11342. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  11343. </summary>
  11344. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  11345. <returns>
  11346. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  11347. </returns>
  11348. </member>
  11349. <member name="T:SharpDX.Point">
  11350. <summary>
  11351. Structure using the same layout than <see cref="T:System.Drawing.Point"/>.
  11352. </summary>
  11353. </member>
  11354. <member name="F:SharpDX.Point.Zero">
  11355. <summary>
  11356. A point with (0,0) coordinates.
  11357. </summary>
  11358. </member>
  11359. <member name="M:SharpDX.Point.#ctor(System.Int32,System.Int32)">
  11360. <summary>
  11361. Initializes a new instance of the <see cref="T:SharpDX.Point"/> struct.
  11362. </summary>
  11363. <param name="x">The x.</param>
  11364. <param name="y">The y.</param>
  11365. </member>
  11366. <member name="F:SharpDX.Point.X">
  11367. <summary>
  11368. Left coordinate.
  11369. </summary>
  11370. </member>
  11371. <member name="F:SharpDX.Point.Y">
  11372. <summary>
  11373. Top coordinate.
  11374. </summary>
  11375. </member>
  11376. <member name="M:SharpDX.Point.Equals(SharpDX.Point@)">
  11377. <summary>
  11378. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  11379. </summary>
  11380. <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param>
  11381. <returns>
  11382. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  11383. </returns>
  11384. </member>
  11385. <member name="M:SharpDX.Point.Equals(SharpDX.Point)">
  11386. <summary>
  11387. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  11388. </summary>
  11389. <param name="other">The <see cref="T:System.Object"/> to compare with this instance.</param>
  11390. <returns>
  11391. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  11392. </returns>
  11393. </member>
  11394. <member name="M:SharpDX.Point.Equals(System.Object)">
  11395. <inheritdoc/>
  11396. </member>
  11397. <member name="M:SharpDX.Point.GetHashCode">
  11398. <inheritdoc/>
  11399. </member>
  11400. <member name="M:SharpDX.Point.op_Equality(SharpDX.Point,SharpDX.Point)">
  11401. <summary>
  11402. Implements the operator ==.
  11403. </summary>
  11404. <param name="left">The left.</param>
  11405. <param name="right">The right.</param>
  11406. <returns>
  11407. The result of the operator.
  11408. </returns>
  11409. </member>
  11410. <member name="M:SharpDX.Point.op_Inequality(SharpDX.Point,SharpDX.Point)">
  11411. <summary>
  11412. Implements the operator !=.
  11413. </summary>
  11414. <param name="left">The left.</param>
  11415. <param name="right">The right.</param>
  11416. <returns>
  11417. The result of the operator.
  11418. </returns>
  11419. </member>
  11420. <member name="M:SharpDX.Point.op_Explicit(SharpDX.Vector2)~SharpDX.Point">
  11421. <summary>
  11422. Performs an explicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Point"/>.
  11423. </summary>
  11424. <param name="value">The value.</param>
  11425. <returns>The result of the conversion.</returns>
  11426. </member>
  11427. <member name="M:SharpDX.Point.op_Implicit(SharpDX.Point)~SharpDX.Vector2">
  11428. <summary>
  11429. Performs an implicit conversion from <see cref="T:SharpDX.Point"/> to <see cref="T:SharpDX.Vector2"/>.
  11430. </summary>
  11431. <param name="value">The value.</param>
  11432. <returns>The result of the conversion.</returns>
  11433. </member>
  11434. <member name="M:SharpDX.Point.op_Implicit(SharpDX.Point)~SharpDX.Mathematics.Interop.RawPoint">
  11435. <summary>
  11436. Performs an implicit conversion from <see cref="T:SharpDX.Point"/> to <see cref="T:SharpDX.Mathematics.Interop.RawPoint"/>.
  11437. </summary>
  11438. <param name="value">The value.</param>
  11439. <returns>The result of the conversion.</returns>
  11440. </member>
  11441. <member name="M:SharpDX.Point.op_Implicit(SharpDX.Mathematics.Interop.RawPoint)~SharpDX.Point">
  11442. <summary>
  11443. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawPoint"/> to <see cref="T:SharpDX.Point"/>.
  11444. </summary>
  11445. <param name="value">The value.</param>
  11446. <returns>The result of the conversion.</returns>
  11447. </member>
  11448. <member name="T:SharpDX.Quaternion">
  11449. <summary>
  11450. Represents a four dimensional mathematical quaternion.
  11451. </summary>
  11452. </member>
  11453. <member name="F:SharpDX.Quaternion.SizeInBytes">
  11454. <summary>
  11455. The size of the <see cref="T:SharpDX.Quaternion"/> type, in bytes.
  11456. </summary>
  11457. </member>
  11458. <member name="F:SharpDX.Quaternion.Zero">
  11459. <summary>
  11460. A <see cref="T:SharpDX.Quaternion"/> with all of its components set to zero.
  11461. </summary>
  11462. </member>
  11463. <member name="F:SharpDX.Quaternion.One">
  11464. <summary>
  11465. A <see cref="T:SharpDX.Quaternion"/> with all of its components set to one.
  11466. </summary>
  11467. </member>
  11468. <member name="F:SharpDX.Quaternion.Identity">
  11469. <summary>
  11470. The identity <see cref="T:SharpDX.Quaternion"/> (0, 0, 0, 1).
  11471. </summary>
  11472. </member>
  11473. <member name="F:SharpDX.Quaternion.X">
  11474. <summary>
  11475. The X component of the quaternion.
  11476. </summary>
  11477. </member>
  11478. <member name="F:SharpDX.Quaternion.Y">
  11479. <summary>
  11480. The Y component of the quaternion.
  11481. </summary>
  11482. </member>
  11483. <member name="F:SharpDX.Quaternion.Z">
  11484. <summary>
  11485. The Z component of the quaternion.
  11486. </summary>
  11487. </member>
  11488. <member name="F:SharpDX.Quaternion.W">
  11489. <summary>
  11490. The W component of the quaternion.
  11491. </summary>
  11492. </member>
  11493. <member name="M:SharpDX.Quaternion.#ctor(System.Single)">
  11494. <summary>
  11495. Initializes a new instance of the <see cref="T:SharpDX.Quaternion"/> struct.
  11496. </summary>
  11497. <param name="value">The value that will be assigned to all components.</param>
  11498. </member>
  11499. <member name="M:SharpDX.Quaternion.#ctor(SharpDX.Vector4)">
  11500. <summary>
  11501. Initializes a new instance of the <see cref="T:SharpDX.Quaternion"/> struct.
  11502. </summary>
  11503. <param name="value">A vector containing the values with which to initialize the components.</param>
  11504. </member>
  11505. <member name="M:SharpDX.Quaternion.#ctor(SharpDX.Vector3,System.Single)">
  11506. <summary>
  11507. Initializes a new instance of the <see cref="T:SharpDX.Quaternion"/> struct.
  11508. </summary>
  11509. <param name="value">A vector containing the values with which to initialize the X, Y, and Z components.</param>
  11510. <param name="w">Initial value for the W component of the quaternion.</param>
  11511. </member>
  11512. <member name="M:SharpDX.Quaternion.#ctor(SharpDX.Vector2,System.Single,System.Single)">
  11513. <summary>
  11514. Initializes a new instance of the <see cref="T:SharpDX.Quaternion"/> struct.
  11515. </summary>
  11516. <param name="value">A vector containing the values with which to initialize the X and Y components.</param>
  11517. <param name="z">Initial value for the Z component of the quaternion.</param>
  11518. <param name="w">Initial value for the W component of the quaternion.</param>
  11519. </member>
  11520. <member name="M:SharpDX.Quaternion.#ctor(System.Single,System.Single,System.Single,System.Single)">
  11521. <summary>
  11522. Initializes a new instance of the <see cref="T:SharpDX.Quaternion"/> struct.
  11523. </summary>
  11524. <param name="x">Initial value for the X component of the quaternion.</param>
  11525. <param name="y">Initial value for the Y component of the quaternion.</param>
  11526. <param name="z">Initial value for the Z component of the quaternion.</param>
  11527. <param name="w">Initial value for the W component of the quaternion.</param>
  11528. </member>
  11529. <member name="M:SharpDX.Quaternion.#ctor(System.Single[])">
  11530. <summary>
  11531. Initializes a new instance of the <see cref="T:SharpDX.Quaternion"/> struct.
  11532. </summary>
  11533. <param name="values">The values to assign to the X, Y, Z, and W components of the quaternion. This must be an array with four elements.</param>
  11534. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  11535. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  11536. </member>
  11537. <member name="P:SharpDX.Quaternion.IsIdentity">
  11538. <summary>
  11539. Gets a value indicating whether this instance is equivalent to the identity quaternion.
  11540. </summary>
  11541. <value>
  11542. <c>true</c> if this instance is an identity quaternion; otherwise, <c>false</c>.
  11543. </value>
  11544. </member>
  11545. <member name="P:SharpDX.Quaternion.IsNormalized">
  11546. <summary>
  11547. Gets a value indicting whether this instance is normalized.
  11548. </summary>
  11549. </member>
  11550. <member name="P:SharpDX.Quaternion.Angle">
  11551. <summary>
  11552. Gets the angle of the quaternion.
  11553. </summary>
  11554. <value>The quaternion's angle.</value>
  11555. </member>
  11556. <member name="P:SharpDX.Quaternion.Axis">
  11557. <summary>
  11558. Gets the axis components of the quaternion.
  11559. </summary>
  11560. <value>The axis components of the quaternion.</value>
  11561. </member>
  11562. <member name="P:SharpDX.Quaternion.Item(System.Int32)">
  11563. <summary>
  11564. Gets or sets the component at the specified index.
  11565. </summary>
  11566. <value>The value of the X, Y, Z, or W component, depending on the index.</value>
  11567. <param name="index">The index of the component to access. Use 0 for the X component, 1 for the Y component, 2 for the Z component, and 3 for the W component.</param>
  11568. <returns>The value of the component at the specified index.</returns>
  11569. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 3].</exception>
  11570. </member>
  11571. <member name="M:SharpDX.Quaternion.Conjugate">
  11572. <summary>
  11573. Conjugates the quaternion.
  11574. </summary>
  11575. </member>
  11576. <member name="M:SharpDX.Quaternion.Invert">
  11577. <summary>
  11578. Conjugates and renormalizes the quaternion.
  11579. </summary>
  11580. </member>
  11581. <member name="M:SharpDX.Quaternion.Length">
  11582. <summary>
  11583. Calculates the length of the quaternion.
  11584. </summary>
  11585. <returns>The length of the quaternion.</returns>
  11586. <remarks>
  11587. <see cref="M:SharpDX.Quaternion.LengthSquared"/> may be preferred when only the relative length is needed
  11588. and speed is of the essence.
  11589. </remarks>
  11590. </member>
  11591. <member name="M:SharpDX.Quaternion.LengthSquared">
  11592. <summary>
  11593. Calculates the squared length of the quaternion.
  11594. </summary>
  11595. <returns>The squared length of the quaternion.</returns>
  11596. <remarks>
  11597. This method may be preferred to <see cref="M:SharpDX.Quaternion.Length"/> when only a relative length is needed
  11598. and speed is of the essence.
  11599. </remarks>
  11600. </member>
  11601. <member name="M:SharpDX.Quaternion.Normalize">
  11602. <summary>
  11603. Converts the quaternion into a unit quaternion.
  11604. </summary>
  11605. </member>
  11606. <member name="M:SharpDX.Quaternion.ToArray">
  11607. <summary>
  11608. Creates an array containing the elements of the quaternion.
  11609. </summary>
  11610. <returns>A four-element array containing the components of the quaternion.</returns>
  11611. </member>
  11612. <member name="M:SharpDX.Quaternion.Add(SharpDX.Quaternion@,SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11613. <summary>
  11614. Adds two quaternions.
  11615. </summary>
  11616. <param name="left">The first quaternion to add.</param>
  11617. <param name="right">The second quaternion to add.</param>
  11618. <param name="result">When the method completes, contains the sum of the two quaternions.</param>
  11619. </member>
  11620. <member name="M:SharpDX.Quaternion.Add(SharpDX.Quaternion,SharpDX.Quaternion)">
  11621. <summary>
  11622. Adds two quaternions.
  11623. </summary>
  11624. <param name="left">The first quaternion to add.</param>
  11625. <param name="right">The second quaternion to add.</param>
  11626. <returns>The sum of the two quaternions.</returns>
  11627. </member>
  11628. <member name="M:SharpDX.Quaternion.Subtract(SharpDX.Quaternion@,SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11629. <summary>
  11630. Subtracts two quaternions.
  11631. </summary>
  11632. <param name="left">The first quaternion to subtract.</param>
  11633. <param name="right">The second quaternion to subtract.</param>
  11634. <param name="result">When the method completes, contains the difference of the two quaternions.</param>
  11635. </member>
  11636. <member name="M:SharpDX.Quaternion.Subtract(SharpDX.Quaternion,SharpDX.Quaternion)">
  11637. <summary>
  11638. Subtracts two quaternions.
  11639. </summary>
  11640. <param name="left">The first quaternion to subtract.</param>
  11641. <param name="right">The second quaternion to subtract.</param>
  11642. <returns>The difference of the two quaternions.</returns>
  11643. </member>
  11644. <member name="M:SharpDX.Quaternion.Multiply(SharpDX.Quaternion@,System.Single,SharpDX.Quaternion@)">
  11645. <summary>
  11646. Scales a quaternion by the given value.
  11647. </summary>
  11648. <param name="value">The quaternion to scale.</param>
  11649. <param name="scale">The amount by which to scale the quaternion.</param>
  11650. <param name="result">When the method completes, contains the scaled quaternion.</param>
  11651. </member>
  11652. <member name="M:SharpDX.Quaternion.Multiply(SharpDX.Quaternion,System.Single)">
  11653. <summary>
  11654. Scales a quaternion by the given value.
  11655. </summary>
  11656. <param name="value">The quaternion to scale.</param>
  11657. <param name="scale">The amount by which to scale the quaternion.</param>
  11658. <returns>The scaled quaternion.</returns>
  11659. </member>
  11660. <member name="M:SharpDX.Quaternion.Multiply(SharpDX.Quaternion@,SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11661. <summary>
  11662. Multiplies a quaternion by another.
  11663. </summary>
  11664. <param name="left">The first quaternion to multiply.</param>
  11665. <param name="right">The second quaternion to multiply.</param>
  11666. <param name="result">When the method completes, contains the multiplied quaternion.</param>
  11667. </member>
  11668. <member name="M:SharpDX.Quaternion.Multiply(SharpDX.Quaternion,SharpDX.Quaternion)">
  11669. <summary>
  11670. Multiplies a quaternion by another.
  11671. </summary>
  11672. <param name="left">The first quaternion to multiply.</param>
  11673. <param name="right">The second quaternion to multiply.</param>
  11674. <returns>The multiplied quaternion.</returns>
  11675. </member>
  11676. <member name="M:SharpDX.Quaternion.Negate(SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11677. <summary>
  11678. Reverses the direction of a given quaternion.
  11679. </summary>
  11680. <param name="value">The quaternion to negate.</param>
  11681. <param name="result">When the method completes, contains a quaternion facing in the opposite direction.</param>
  11682. </member>
  11683. <member name="M:SharpDX.Quaternion.Negate(SharpDX.Quaternion)">
  11684. <summary>
  11685. Reverses the direction of a given quaternion.
  11686. </summary>
  11687. <param name="value">The quaternion to negate.</param>
  11688. <returns>A quaternion facing in the opposite direction.</returns>
  11689. </member>
  11690. <member name="M:SharpDX.Quaternion.Barycentric(SharpDX.Quaternion@,SharpDX.Quaternion@,SharpDX.Quaternion@,System.Single,System.Single,SharpDX.Quaternion@)">
  11691. <summary>
  11692. Returns a <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 2D triangle.
  11693. </summary>
  11694. <param name="value1">A <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of vertex 1 of the triangle.</param>
  11695. <param name="value2">A <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of vertex 2 of the triangle.</param>
  11696. <param name="value3">A <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of vertex 3 of the triangle.</param>
  11697. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  11698. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  11699. <param name="result">When the method completes, contains a new <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of the specified point.</param>
  11700. </member>
  11701. <member name="M:SharpDX.Quaternion.Barycentric(SharpDX.Quaternion,SharpDX.Quaternion,SharpDX.Quaternion,System.Single,System.Single)">
  11702. <summary>
  11703. Returns a <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 2D triangle.
  11704. </summary>
  11705. <param name="value1">A <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of vertex 1 of the triangle.</param>
  11706. <param name="value2">A <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of vertex 2 of the triangle.</param>
  11707. <param name="value3">A <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of vertex 3 of the triangle.</param>
  11708. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  11709. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  11710. <returns>A new <see cref="T:SharpDX.Quaternion"/> containing the 4D Cartesian coordinates of the specified point.</returns>
  11711. </member>
  11712. <member name="M:SharpDX.Quaternion.Conjugate(SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11713. <summary>
  11714. Conjugates a quaternion.
  11715. </summary>
  11716. <param name="value">The quaternion to conjugate.</param>
  11717. <param name="result">When the method completes, contains the conjugated quaternion.</param>
  11718. </member>
  11719. <member name="M:SharpDX.Quaternion.Conjugate(SharpDX.Quaternion)">
  11720. <summary>
  11721. Conjugates a quaternion.
  11722. </summary>
  11723. <param name="value">The quaternion to conjugate.</param>
  11724. <returns>The conjugated quaternion.</returns>
  11725. </member>
  11726. <member name="M:SharpDX.Quaternion.Dot(SharpDX.Quaternion@,SharpDX.Quaternion@,System.Single@)">
  11727. <summary>
  11728. Calculates the dot product of two quaternions.
  11729. </summary>
  11730. <param name="left">First source quaternion.</param>
  11731. <param name="right">Second source quaternion.</param>
  11732. <param name="result">When the method completes, contains the dot product of the two quaternions.</param>
  11733. </member>
  11734. <member name="M:SharpDX.Quaternion.Dot(SharpDX.Quaternion,SharpDX.Quaternion)">
  11735. <summary>
  11736. Calculates the dot product of two quaternions.
  11737. </summary>
  11738. <param name="left">First source quaternion.</param>
  11739. <param name="right">Second source quaternion.</param>
  11740. <returns>The dot product of the two quaternions.</returns>
  11741. </member>
  11742. <member name="M:SharpDX.Quaternion.Exponential(SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11743. <summary>
  11744. Exponentiates a quaternion.
  11745. </summary>
  11746. <param name="value">The quaternion to exponentiate.</param>
  11747. <param name="result">When the method completes, contains the exponentiated quaternion.</param>
  11748. </member>
  11749. <member name="M:SharpDX.Quaternion.Exponential(SharpDX.Quaternion)">
  11750. <summary>
  11751. Exponentiates a quaternion.
  11752. </summary>
  11753. <param name="value">The quaternion to exponentiate.</param>
  11754. <returns>The exponentiated quaternion.</returns>
  11755. </member>
  11756. <member name="M:SharpDX.Quaternion.Invert(SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11757. <summary>
  11758. Conjugates and renormalizes the quaternion.
  11759. </summary>
  11760. <param name="value">The quaternion to conjugate and renormalize.</param>
  11761. <param name="result">When the method completes, contains the conjugated and renormalized quaternion.</param>
  11762. </member>
  11763. <member name="M:SharpDX.Quaternion.Invert(SharpDX.Quaternion)">
  11764. <summary>
  11765. Conjugates and renormalizes the quaternion.
  11766. </summary>
  11767. <param name="value">The quaternion to conjugate and renormalize.</param>
  11768. <returns>The conjugated and renormalized quaternion.</returns>
  11769. </member>
  11770. <member name="M:SharpDX.Quaternion.Lerp(SharpDX.Quaternion@,SharpDX.Quaternion@,System.Single,SharpDX.Quaternion@)">
  11771. <summary>
  11772. Performs a linear interpolation between two quaternions.
  11773. </summary>
  11774. <param name="start">Start quaternion.</param>
  11775. <param name="end">End quaternion.</param>
  11776. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  11777. <param name="result">When the method completes, contains the linear interpolation of the two quaternions.</param>
  11778. <remarks>
  11779. This method performs the linear interpolation based on the following formula.
  11780. <code>start + (end - start) * amount</code>
  11781. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  11782. </remarks>
  11783. </member>
  11784. <member name="M:SharpDX.Quaternion.Lerp(SharpDX.Quaternion,SharpDX.Quaternion,System.Single)">
  11785. <summary>
  11786. Performs a linear interpolation between two quaternion.
  11787. </summary>
  11788. <param name="start">Start quaternion.</param>
  11789. <param name="end">End quaternion.</param>
  11790. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  11791. <returns>The linear interpolation of the two quaternions.</returns>
  11792. <remarks>
  11793. This method performs the linear interpolation based on the following formula.
  11794. <code>start + (end - start) * amount</code>
  11795. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  11796. </remarks>
  11797. </member>
  11798. <member name="M:SharpDX.Quaternion.Logarithm(SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11799. <summary>
  11800. Calculates the natural logarithm of the specified quaternion.
  11801. </summary>
  11802. <param name="value">The quaternion whose logarithm will be calculated.</param>
  11803. <param name="result">When the method completes, contains the natural logarithm of the quaternion.</param>
  11804. </member>
  11805. <member name="M:SharpDX.Quaternion.Logarithm(SharpDX.Quaternion)">
  11806. <summary>
  11807. Calculates the natural logarithm of the specified quaternion.
  11808. </summary>
  11809. <param name="value">The quaternion whose logarithm will be calculated.</param>
  11810. <returns>The natural logarithm of the quaternion.</returns>
  11811. </member>
  11812. <member name="M:SharpDX.Quaternion.Normalize(SharpDX.Quaternion@,SharpDX.Quaternion@)">
  11813. <summary>
  11814. Converts the quaternion into a unit quaternion.
  11815. </summary>
  11816. <param name="value">The quaternion to normalize.</param>
  11817. <param name="result">When the method completes, contains the normalized quaternion.</param>
  11818. </member>
  11819. <member name="M:SharpDX.Quaternion.Normalize(SharpDX.Quaternion)">
  11820. <summary>
  11821. Converts the quaternion into a unit quaternion.
  11822. </summary>
  11823. <param name="value">The quaternion to normalize.</param>
  11824. <returns>The normalized quaternion.</returns>
  11825. </member>
  11826. <member name="M:SharpDX.Quaternion.RotationAxis(SharpDX.Vector3@,System.Single,SharpDX.Quaternion@)">
  11827. <summary>
  11828. Creates a quaternion given a rotation and an axis.
  11829. </summary>
  11830. <param name="axis">The axis of rotation.</param>
  11831. <param name="angle">The angle of rotation.</param>
  11832. <param name="result">When the method completes, contains the newly created quaternion.</param>
  11833. </member>
  11834. <member name="M:SharpDX.Quaternion.RotationAxis(SharpDX.Vector3,System.Single)">
  11835. <summary>
  11836. Creates a quaternion given a rotation and an axis.
  11837. </summary>
  11838. <param name="axis">The axis of rotation.</param>
  11839. <param name="angle">The angle of rotation.</param>
  11840. <returns>The newly created quaternion.</returns>
  11841. </member>
  11842. <member name="M:SharpDX.Quaternion.RotationMatrix(SharpDX.Matrix@,SharpDX.Quaternion@)">
  11843. <summary>
  11844. Creates a quaternion given a rotation matrix.
  11845. </summary>
  11846. <param name="matrix">The rotation matrix.</param>
  11847. <param name="result">When the method completes, contains the newly created quaternion.</param>
  11848. </member>
  11849. <member name="M:SharpDX.Quaternion.RotationMatrix(SharpDX.Matrix3x3@,SharpDX.Quaternion@)">
  11850. <summary>
  11851. Creates a quaternion given a rotation matrix.
  11852. </summary>
  11853. <param name="matrix">The rotation matrix.</param>
  11854. <param name="result">When the method completes, contains the newly created quaternion.</param>
  11855. </member>
  11856. <member name="M:SharpDX.Quaternion.LookAtLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@)">
  11857. <summary>
  11858. Creates a left-handed, look-at quaternion.
  11859. </summary>
  11860. <param name="eye">The position of the viewer's eye.</param>
  11861. <param name="target">The camera look-at target.</param>
  11862. <param name="up">The camera's up vector.</param>
  11863. <param name="result">When the method completes, contains the created look-at quaternion.</param>
  11864. </member>
  11865. <member name="M:SharpDX.Quaternion.LookAtLH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  11866. <summary>
  11867. Creates a left-handed, look-at quaternion.
  11868. </summary>
  11869. <param name="eye">The position of the viewer's eye.</param>
  11870. <param name="target">The camera look-at target.</param>
  11871. <param name="up">The camera's up vector.</param>
  11872. <returns>The created look-at quaternion.</returns>
  11873. </member>
  11874. <member name="M:SharpDX.Quaternion.RotationLookAtLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@)">
  11875. <summary>
  11876. Creates a left-handed, look-at quaternion.
  11877. </summary>
  11878. <param name="forward">The camera's forward direction.</param>
  11879. <param name="up">The camera's up vector.</param>
  11880. <param name="result">When the method completes, contains the created look-at quaternion.</param>
  11881. </member>
  11882. <member name="M:SharpDX.Quaternion.RotationLookAtLH(SharpDX.Vector3,SharpDX.Vector3)">
  11883. <summary>
  11884. Creates a left-handed, look-at quaternion.
  11885. </summary>
  11886. <param name="forward">The camera's forward direction.</param>
  11887. <param name="up">The camera's up vector.</param>
  11888. <returns>The created look-at quaternion.</returns>
  11889. </member>
  11890. <member name="M:SharpDX.Quaternion.LookAtRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@)">
  11891. <summary>
  11892. Creates a right-handed, look-at quaternion.
  11893. </summary>
  11894. <param name="eye">The position of the viewer's eye.</param>
  11895. <param name="target">The camera look-at target.</param>
  11896. <param name="up">The camera's up vector.</param>
  11897. <param name="result">When the method completes, contains the created look-at quaternion.</param>
  11898. </member>
  11899. <member name="M:SharpDX.Quaternion.LookAtRH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  11900. <summary>
  11901. Creates a right-handed, look-at quaternion.
  11902. </summary>
  11903. <param name="eye">The position of the viewer's eye.</param>
  11904. <param name="target">The camera look-at target.</param>
  11905. <param name="up">The camera's up vector.</param>
  11906. <returns>The created look-at quaternion.</returns>
  11907. </member>
  11908. <member name="M:SharpDX.Quaternion.RotationLookAtRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@)">
  11909. <summary>
  11910. Creates a right-handed, look-at quaternion.
  11911. </summary>
  11912. <param name="forward">The camera's forward direction.</param>
  11913. <param name="up">The camera's up vector.</param>
  11914. <param name="result">When the method completes, contains the created look-at quaternion.</param>
  11915. </member>
  11916. <member name="M:SharpDX.Quaternion.RotationLookAtRH(SharpDX.Vector3,SharpDX.Vector3)">
  11917. <summary>
  11918. Creates a right-handed, look-at quaternion.
  11919. </summary>
  11920. <param name="forward">The camera's forward direction.</param>
  11921. <param name="up">The camera's up vector.</param>
  11922. <returns>The created look-at quaternion.</returns>
  11923. </member>
  11924. <member name="M:SharpDX.Quaternion.BillboardLH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@)">
  11925. <summary>
  11926. Creates a left-handed spherical billboard that rotates around a specified object position.
  11927. </summary>
  11928. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  11929. <param name="cameraPosition">The position of the camera.</param>
  11930. <param name="cameraUpVector">The up vector of the camera.</param>
  11931. <param name="cameraForwardVector">The forward vector of the camera.</param>
  11932. <param name="result">When the method completes, contains the created billboard quaternion.</param>
  11933. </member>
  11934. <member name="M:SharpDX.Quaternion.BillboardLH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  11935. <summary>
  11936. Creates a left-handed spherical billboard that rotates around a specified object position.
  11937. </summary>
  11938. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  11939. <param name="cameraPosition">The position of the camera.</param>
  11940. <param name="cameraUpVector">The up vector of the camera.</param>
  11941. <param name="cameraForwardVector">The forward vector of the camera.</param>
  11942. <returns>The created billboard quaternion.</returns>
  11943. </member>
  11944. <member name="M:SharpDX.Quaternion.BillboardRH(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Quaternion@)">
  11945. <summary>
  11946. Creates a right-handed spherical billboard that rotates around a specified object position.
  11947. </summary>
  11948. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  11949. <param name="cameraPosition">The position of the camera.</param>
  11950. <param name="cameraUpVector">The up vector of the camera.</param>
  11951. <param name="cameraForwardVector">The forward vector of the camera.</param>
  11952. <param name="result">When the method completes, contains the created billboard quaternion.</param>
  11953. </member>
  11954. <member name="M:SharpDX.Quaternion.BillboardRH(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  11955. <summary>
  11956. Creates a right-handed spherical billboard that rotates around a specified object position.
  11957. </summary>
  11958. <param name="objectPosition">The position of the object around which the billboard will rotate.</param>
  11959. <param name="cameraPosition">The position of the camera.</param>
  11960. <param name="cameraUpVector">The up vector of the camera.</param>
  11961. <param name="cameraForwardVector">The forward vector of the camera.</param>
  11962. <returns>The created billboard quaternion.</returns>
  11963. </member>
  11964. <member name="M:SharpDX.Quaternion.RotationMatrix(SharpDX.Matrix)">
  11965. <summary>
  11966. Creates a quaternion given a rotation matrix.
  11967. </summary>
  11968. <param name="matrix">The rotation matrix.</param>
  11969. <returns>The newly created quaternion.</returns>
  11970. </member>
  11971. <member name="M:SharpDX.Quaternion.RotationYawPitchRoll(System.Single,System.Single,System.Single,SharpDX.Quaternion@)">
  11972. <summary>
  11973. Creates a quaternion given a yaw, pitch, and roll value.
  11974. </summary>
  11975. <param name="yaw">The yaw of rotation.</param>
  11976. <param name="pitch">The pitch of rotation.</param>
  11977. <param name="roll">The roll of rotation.</param>
  11978. <param name="result">When the method completes, contains the newly created quaternion.</param>
  11979. </member>
  11980. <member name="M:SharpDX.Quaternion.RotationYawPitchRoll(System.Single,System.Single,System.Single)">
  11981. <summary>
  11982. Creates a quaternion given a yaw, pitch, and roll value.
  11983. </summary>
  11984. <param name="yaw">The yaw of rotation.</param>
  11985. <param name="pitch">The pitch of rotation.</param>
  11986. <param name="roll">The roll of rotation.</param>
  11987. <returns>The newly created quaternion.</returns>
  11988. </member>
  11989. <member name="M:SharpDX.Quaternion.Slerp(SharpDX.Quaternion@,SharpDX.Quaternion@,System.Single,SharpDX.Quaternion@)">
  11990. <summary>
  11991. Interpolates between two quaternions, using spherical linear interpolation.
  11992. </summary>
  11993. <param name="start">Start quaternion.</param>
  11994. <param name="end">End quaternion.</param>
  11995. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  11996. <param name="result">When the method completes, contains the spherical linear interpolation of the two quaternions.</param>
  11997. </member>
  11998. <member name="M:SharpDX.Quaternion.Slerp(SharpDX.Quaternion,SharpDX.Quaternion,System.Single)">
  11999. <summary>
  12000. Interpolates between two quaternions, using spherical linear interpolation.
  12001. </summary>
  12002. <param name="start">Start quaternion.</param>
  12003. <param name="end">End quaternion.</param>
  12004. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  12005. <returns>The spherical linear interpolation of the two quaternions.</returns>
  12006. </member>
  12007. <member name="M:SharpDX.Quaternion.Squad(SharpDX.Quaternion@,SharpDX.Quaternion@,SharpDX.Quaternion@,SharpDX.Quaternion@,System.Single,SharpDX.Quaternion@)">
  12008. <summary>
  12009. Interpolates between quaternions, using spherical quadrangle interpolation.
  12010. </summary>
  12011. <param name="value1">First source quaternion.</param>
  12012. <param name="value2">Second source quaternion.</param>
  12013. <param name="value3">Third source quaternion.</param>
  12014. <param name="value4">Fourth source quaternion.</param>
  12015. <param name="amount">Value between 0 and 1 indicating the weight of interpolation.</param>
  12016. <param name="result">When the method completes, contains the spherical quadrangle interpolation of the quaternions.</param>
  12017. </member>
  12018. <member name="M:SharpDX.Quaternion.Squad(SharpDX.Quaternion,SharpDX.Quaternion,SharpDX.Quaternion,SharpDX.Quaternion,System.Single)">
  12019. <summary>
  12020. Interpolates between quaternions, using spherical quadrangle interpolation.
  12021. </summary>
  12022. <param name="value1">First source quaternion.</param>
  12023. <param name="value2">Second source quaternion.</param>
  12024. <param name="value3">Third source quaternion.</param>
  12025. <param name="value4">Fourth source quaternion.</param>
  12026. <param name="amount">Value between 0 and 1 indicating the weight of interpolation.</param>
  12027. <returns>The spherical quadrangle interpolation of the quaternions.</returns>
  12028. </member>
  12029. <member name="M:SharpDX.Quaternion.SquadSetup(SharpDX.Quaternion,SharpDX.Quaternion,SharpDX.Quaternion,SharpDX.Quaternion)">
  12030. <summary>
  12031. Sets up control points for spherical quadrangle interpolation.
  12032. </summary>
  12033. <param name="value1">First source quaternion.</param>
  12034. <param name="value2">Second source quaternion.</param>
  12035. <param name="value3">Third source quaternion.</param>
  12036. <param name="value4">Fourth source quaternion.</param>
  12037. <returns>An array of three quaternions that represent control points for spherical quadrangle interpolation.</returns>
  12038. </member>
  12039. <member name="M:SharpDX.Quaternion.op_Addition(SharpDX.Quaternion,SharpDX.Quaternion)">
  12040. <summary>
  12041. Adds two quaternions.
  12042. </summary>
  12043. <param name="left">The first quaternion to add.</param>
  12044. <param name="right">The second quaternion to add.</param>
  12045. <returns>The sum of the two quaternions.</returns>
  12046. </member>
  12047. <member name="M:SharpDX.Quaternion.op_Subtraction(SharpDX.Quaternion,SharpDX.Quaternion)">
  12048. <summary>
  12049. Subtracts two quaternions.
  12050. </summary>
  12051. <param name="left">The first quaternion to subtract.</param>
  12052. <param name="right">The second quaternion to subtract.</param>
  12053. <returns>The difference of the two quaternions.</returns>
  12054. </member>
  12055. <member name="M:SharpDX.Quaternion.op_UnaryNegation(SharpDX.Quaternion)">
  12056. <summary>
  12057. Reverses the direction of a given quaternion.
  12058. </summary>
  12059. <param name="value">The quaternion to negate.</param>
  12060. <returns>A quaternion facing in the opposite direction.</returns>
  12061. </member>
  12062. <member name="M:SharpDX.Quaternion.op_Multiply(System.Single,SharpDX.Quaternion)">
  12063. <summary>
  12064. Scales a quaternion by the given value.
  12065. </summary>
  12066. <param name="value">The quaternion to scale.</param>
  12067. <param name="scale">The amount by which to scale the quaternion.</param>
  12068. <returns>The scaled quaternion.</returns>
  12069. </member>
  12070. <member name="M:SharpDX.Quaternion.op_Multiply(SharpDX.Quaternion,System.Single)">
  12071. <summary>
  12072. Scales a quaternion by the given value.
  12073. </summary>
  12074. <param name="value">The quaternion to scale.</param>
  12075. <param name="scale">The amount by which to scale the quaternion.</param>
  12076. <returns>The scaled quaternion.</returns>
  12077. </member>
  12078. <member name="M:SharpDX.Quaternion.op_Multiply(SharpDX.Quaternion,SharpDX.Quaternion)">
  12079. <summary>
  12080. Multiplies a quaternion by another.
  12081. </summary>
  12082. <param name="left">The first quaternion to multiply.</param>
  12083. <param name="right">The second quaternion to multiply.</param>
  12084. <returns>The multiplied quaternion.</returns>
  12085. </member>
  12086. <member name="M:SharpDX.Quaternion.op_Equality(SharpDX.Quaternion,SharpDX.Quaternion)">
  12087. <summary>
  12088. Tests for equality between two objects.
  12089. </summary>
  12090. <param name="left">The first value to compare.</param>
  12091. <param name="right">The second value to compare.</param>
  12092. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  12093. </member>
  12094. <member name="M:SharpDX.Quaternion.op_Inequality(SharpDX.Quaternion,SharpDX.Quaternion)">
  12095. <summary>
  12096. Tests for inequality between two objects.
  12097. </summary>
  12098. <param name="left">The first value to compare.</param>
  12099. <param name="right">The second value to compare.</param>
  12100. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  12101. </member>
  12102. <member name="M:SharpDX.Quaternion.ToString">
  12103. <summary>
  12104. Returns a <see cref="T:System.String"/> that represents this instance.
  12105. </summary>
  12106. <returns>
  12107. A <see cref="T:System.String"/> that represents this instance.
  12108. </returns>
  12109. </member>
  12110. <member name="M:SharpDX.Quaternion.ToString(System.String)">
  12111. <summary>
  12112. Returns a <see cref="T:System.String"/> that represents this instance.
  12113. </summary>
  12114. <param name="format">The format.</param>
  12115. <returns>
  12116. A <see cref="T:System.String"/> that represents this instance.
  12117. </returns>
  12118. </member>
  12119. <member name="M:SharpDX.Quaternion.ToString(System.IFormatProvider)">
  12120. <summary>
  12121. Returns a <see cref="T:System.String"/> that represents this instance.
  12122. </summary>
  12123. <param name="formatProvider">The format provider.</param>
  12124. <returns>
  12125. A <see cref="T:System.String"/> that represents this instance.
  12126. </returns>
  12127. </member>
  12128. <member name="M:SharpDX.Quaternion.ToString(System.String,System.IFormatProvider)">
  12129. <summary>
  12130. Returns a <see cref="T:System.String"/> that represents this instance.
  12131. </summary>
  12132. <param name="format">The format.</param>
  12133. <param name="formatProvider">The format provider.</param>
  12134. <returns>
  12135. A <see cref="T:System.String"/> that represents this instance.
  12136. </returns>
  12137. </member>
  12138. <member name="M:SharpDX.Quaternion.GetHashCode">
  12139. <summary>
  12140. Returns a hash code for this instance.
  12141. </summary>
  12142. <returns>
  12143. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  12144. </returns>
  12145. </member>
  12146. <member name="M:SharpDX.Quaternion.Equals(SharpDX.Quaternion@)">
  12147. <summary>
  12148. Determines whether the specified <see cref="T:SharpDX.Quaternion"/> is equal to this instance.
  12149. </summary>
  12150. <param name="other">The <see cref="T:SharpDX.Quaternion"/> to compare with this instance.</param>
  12151. <returns>
  12152. <c>true</c> if the specified <see cref="T:SharpDX.Quaternion"/> is equal to this instance; otherwise, <c>false</c>.
  12153. </returns>
  12154. </member>
  12155. <member name="M:SharpDX.Quaternion.Equals(SharpDX.Quaternion)">
  12156. <summary>
  12157. Determines whether the specified <see cref="T:SharpDX.Quaternion"/> is equal to this instance.
  12158. </summary>
  12159. <param name="other">The <see cref="T:SharpDX.Quaternion"/> to compare with this instance.</param>
  12160. <returns>
  12161. <c>true</c> if the specified <see cref="T:SharpDX.Quaternion"/> is equal to this instance; otherwise, <c>false</c>.
  12162. </returns>
  12163. </member>
  12164. <member name="M:SharpDX.Quaternion.Equals(System.Object)">
  12165. <summary>
  12166. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  12167. </summary>
  12168. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  12169. <returns>
  12170. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  12171. </returns>
  12172. </member>
  12173. <member name="M:SharpDX.Quaternion.op_Implicit(SharpDX.Quaternion)~SharpDX.Mathematics.Interop.RawQuaternion">
  12174. <summary>
  12175. Performs an implicit conversion from <see cref="T:SharpDX.Quaternion"/> to <see cref="T:SharpDX.Mathematics.Interop.RawQuaternion"/>.
  12176. </summary>
  12177. <param name="value">The value.</param>
  12178. <returns>The result of the conversion.</returns>
  12179. </member>
  12180. <member name="M:SharpDX.Quaternion.op_Implicit(SharpDX.Mathematics.Interop.RawQuaternion)~SharpDX.Quaternion">
  12181. <summary>
  12182. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawQuaternion"/> to <see cref="T:SharpDX.Quaternion"/>.
  12183. </summary>
  12184. <param name="value">The value.</param>
  12185. <returns>The result of the conversion.</returns>
  12186. </member>
  12187. <member name="T:SharpDX.RandomUtil">
  12188. <summary>
  12189. Random functions on commun types.
  12190. </summary>
  12191. </member>
  12192. <member name="M:SharpDX.RandomUtil.NextFloat(System.Random,System.Single,System.Single)">
  12193. <summary>
  12194. Gets random <c>float</c> number within range.
  12195. </summary>
  12196. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12197. <param name="min">Minimum.</param>
  12198. <param name="max">Maximum.</param>
  12199. <returns>Random <c>float</c> number.</returns>
  12200. </member>
  12201. <member name="M:SharpDX.RandomUtil.NextDouble(System.Random,System.Double,System.Double)">
  12202. <summary>
  12203. Gets random <c>double</c> number within range.
  12204. </summary>
  12205. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12206. <param name="min">Minimum.</param>
  12207. <param name="max">Maximum.</param>
  12208. <returns>Random <c>double</c> number.</returns>
  12209. </member>
  12210. <member name="M:SharpDX.RandomUtil.NextLong(System.Random)">
  12211. <summary>
  12212. Gets random <c>long</c> number.
  12213. </summary>
  12214. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12215. <returns>Random <c>long</c> number.</returns>
  12216. </member>
  12217. <member name="M:SharpDX.RandomUtil.NextLong(System.Random,System.Int64,System.Int64)">
  12218. <summary>
  12219. Gets random <c>long</c> number within range.
  12220. </summary>
  12221. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12222. <param name="min">Minimum.</param>
  12223. <param name="max">Maximum.</param>
  12224. <returns>Random <c>long</c> number.</returns>
  12225. </member>
  12226. <member name="M:SharpDX.RandomUtil.NextVector2(System.Random,SharpDX.Vector2,SharpDX.Vector2)">
  12227. <summary>
  12228. Gets random <see cref="T:SharpDX.Vector2"/> within range.
  12229. </summary>
  12230. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12231. <param name="min">Minimum.</param>
  12232. <param name="max">Maximum.</param>
  12233. <returns>Random <see cref="T:SharpDX.Vector2"/>.</returns>
  12234. </member>
  12235. <member name="M:SharpDX.RandomUtil.NextVector3(System.Random,SharpDX.Vector3,SharpDX.Vector3)">
  12236. <summary>
  12237. Gets random <see cref="T:SharpDX.Vector3"/> within range.
  12238. </summary>
  12239. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12240. <param name="min">Minimum.</param>
  12241. <param name="max">Maximum.</param>
  12242. <returns>Random <see cref="T:SharpDX.Vector3"/>.</returns>
  12243. </member>
  12244. <member name="M:SharpDX.RandomUtil.NextVector4(System.Random,SharpDX.Vector4,SharpDX.Vector4)">
  12245. <summary>
  12246. Gets random <see cref="T:SharpDX.Vector4"/> within range.
  12247. </summary>
  12248. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12249. <param name="min">Minimum.</param>
  12250. <param name="max">Maximum.</param>
  12251. <returns>Random <see cref="T:SharpDX.Vector4"/>.</returns>
  12252. </member>
  12253. <member name="M:SharpDX.RandomUtil.NextColor(System.Random)">
  12254. <summary>
  12255. Gets random opaque <see cref="T:SharpDX.Color"/>.
  12256. </summary>
  12257. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12258. <returns>Random <see cref="T:SharpDX.Color"/>.</returns>
  12259. </member>
  12260. <member name="M:SharpDX.RandomUtil.NextColor(System.Random,System.Single,System.Single)">
  12261. <summary>
  12262. Gets random opaque <see cref="T:SharpDX.Color"/>.
  12263. </summary>
  12264. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12265. <param name="minBrightness">Minimum brightness.</param>
  12266. <param name="maxBrightness">Maximum brightness</param>
  12267. <returns>Random <see cref="T:SharpDX.Color"/>.</returns>
  12268. </member>
  12269. <member name="M:SharpDX.RandomUtil.NextColor(System.Random,System.Single,System.Single,System.Single)">
  12270. <summary>
  12271. Gets random <see cref="T:SharpDX.Color"/>.
  12272. </summary>
  12273. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12274. <param name="minBrightness">Minimum brightness.</param>
  12275. <param name="maxBrightness">Maximum brightness</param>
  12276. <param name="alpha">Alpha value.</param>
  12277. <returns>Random <see cref="T:SharpDX.Color"/>.</returns>
  12278. </member>
  12279. <member name="M:SharpDX.RandomUtil.NextColor(System.Random,System.Single,System.Single,System.Single,System.Single)">
  12280. <summary>
  12281. Gets random <see cref="T:SharpDX.Color"/>.
  12282. </summary>
  12283. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12284. <param name="minBrightness">Minimum brightness.</param>
  12285. <param name="maxBrightness">Maximum brightness</param>
  12286. <param name="minAlpha">Minimum alpha.</param>
  12287. <param name="maxAlpha">Maximum alpha.</param>
  12288. <returns>Random <see cref="T:SharpDX.Color"/>.</returns>
  12289. </member>
  12290. <member name="M:SharpDX.RandomUtil.NextPoint(System.Random,SharpDX.Point,SharpDX.Point)">
  12291. <summary>
  12292. Gets random <see cref="T:SharpDX.Point"/>.
  12293. </summary>
  12294. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12295. <param name="min">Minimum.</param>
  12296. <param name="max">Maximum.</param>
  12297. <returns>Random <see cref="T:SharpDX.Point"/>.</returns>
  12298. </member>
  12299. <member name="M:SharpDX.RandomUtil.NextTime(System.Random,System.TimeSpan,System.TimeSpan)">
  12300. <summary>
  12301. Gets random <see cref="T:System.TimeSpan"/>.
  12302. </summary>
  12303. <param name="random">Current <see cref="T:System.Random"/>.</param>
  12304. <param name="min">Minimum.</param>
  12305. <param name="max">Maximum.</param>
  12306. <returns>Random <see cref="T:System.TimeSpan"/>.</returns>
  12307. </member>
  12308. <member name="T:SharpDX.Ray">
  12309. <summary>
  12310. Represents a three dimensional line based on a point in space and a direction.
  12311. </summary>
  12312. </member>
  12313. <member name="F:SharpDX.Ray.Position">
  12314. <summary>
  12315. The position in three dimensional space where the ray starts.
  12316. </summary>
  12317. </member>
  12318. <member name="F:SharpDX.Ray.Direction">
  12319. <summary>
  12320. The normalized direction in which the ray points.
  12321. </summary>
  12322. </member>
  12323. <member name="M:SharpDX.Ray.#ctor(SharpDX.Vector3,SharpDX.Vector3)">
  12324. <summary>
  12325. Initializes a new instance of the <see cref="T:SharpDX.Ray"/> struct.
  12326. </summary>
  12327. <param name="position">The position in three dimensional space of the origin of the ray.</param>
  12328. <param name="direction">The normalized direction of the ray.</param>
  12329. </member>
  12330. <member name="M:SharpDX.Ray.Intersects(SharpDX.Vector3@)">
  12331. <summary>
  12332. Determines if there is an intersection between the current object and a point.
  12333. </summary>
  12334. <param name="point">The point to test.</param>
  12335. <returns>Whether the two objects intersected.</returns>
  12336. </member>
  12337. <member name="M:SharpDX.Ray.Intersects(SharpDX.Ray@)">
  12338. <summary>
  12339. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  12340. </summary>
  12341. <param name="ray">The ray to test.</param>
  12342. <returns>Whether the two objects intersected.</returns>
  12343. </member>
  12344. <member name="M:SharpDX.Ray.Intersects(SharpDX.Ray@,SharpDX.Vector3@)">
  12345. <summary>
  12346. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Ray"/>.
  12347. </summary>
  12348. <param name="ray">The ray to test.</param>
  12349. <param name="point">When the method completes, contains the point of intersection,
  12350. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  12351. <returns>Whether the two objects intersected.</returns>
  12352. </member>
  12353. <member name="M:SharpDX.Ray.Intersects(SharpDX.Plane@)">
  12354. <summary>
  12355. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  12356. </summary>
  12357. <param name="plane">The plane to test</param>
  12358. <returns>Whether the two objects intersected.</returns>
  12359. </member>
  12360. <member name="M:SharpDX.Ray.Intersects(SharpDX.Plane@,System.Single@)">
  12361. <summary>
  12362. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  12363. </summary>
  12364. <param name="plane">The plane to test.</param>
  12365. <param name="distance">When the method completes, contains the distance of the intersection,
  12366. or 0 if there was no intersection.</param>
  12367. <returns>Whether the two objects intersected.</returns>
  12368. </member>
  12369. <member name="M:SharpDX.Ray.Intersects(SharpDX.Plane@,SharpDX.Vector3@)">
  12370. <summary>
  12371. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.Plane"/>.
  12372. </summary>
  12373. <param name="plane">The plane to test.</param>
  12374. <param name="point">When the method completes, contains the point of intersection,
  12375. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  12376. <returns>Whether the two objects intersected.</returns>
  12377. </member>
  12378. <member name="M:SharpDX.Ray.Intersects(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  12379. <summary>
  12380. Determines if there is an intersection between the current object and a triangle.
  12381. </summary>
  12382. <param name="vertex1">The first vertex of the triangle to test.</param>
  12383. <param name="vertex2">The second vertex of the triangle to test.</param>
  12384. <param name="vertex3">The third vertex of the triangle to test.</param>
  12385. <returns>Whether the two objects intersected.</returns>
  12386. </member>
  12387. <member name="M:SharpDX.Ray.Intersects(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,System.Single@)">
  12388. <summary>
  12389. Determines if there is an intersection between the current object and a triangle.
  12390. </summary>
  12391. <param name="vertex1">The first vertex of the triangle to test.</param>
  12392. <param name="vertex2">The second vertex of the triangle to test.</param>
  12393. <param name="vertex3">The third vertex of the triangle to test.</param>
  12394. <param name="distance">When the method completes, contains the distance of the intersection,
  12395. or 0 if there was no intersection.</param>
  12396. <returns>Whether the two objects intersected.</returns>
  12397. </member>
  12398. <member name="M:SharpDX.Ray.Intersects(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  12399. <summary>
  12400. Determines if there is an intersection between the current object and a triangle.
  12401. </summary>
  12402. <param name="vertex1">The first vertex of the triangle to test.</param>
  12403. <param name="vertex2">The second vertex of the triangle to test.</param>
  12404. <param name="vertex3">The third vertex of the triangle to test.</param>
  12405. <param name="point">When the method completes, contains the point of intersection,
  12406. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  12407. <returns>Whether the two objects intersected.</returns>
  12408. </member>
  12409. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingBox@)">
  12410. <summary>
  12411. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  12412. </summary>
  12413. <param name="box">The box to test.</param>
  12414. <returns>Whether the two objects intersected.</returns>
  12415. </member>
  12416. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingBox)">
  12417. <summary>
  12418. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  12419. </summary>
  12420. <param name="box">The box to test.</param>
  12421. <returns>Whether the two objects intersected.</returns>
  12422. </member>
  12423. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingBox@,System.Single@)">
  12424. <summary>
  12425. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  12426. </summary>
  12427. <param name="box">The box to test.</param>
  12428. <param name="distance">When the method completes, contains the distance of the intersection,
  12429. or 0 if there was no intersection.</param>
  12430. <returns>Whether the two objects intersected.</returns>
  12431. </member>
  12432. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingBox@,SharpDX.Vector3@)">
  12433. <summary>
  12434. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingBox"/>.
  12435. </summary>
  12436. <param name="box">The box to test.</param>
  12437. <param name="point">When the method completes, contains the point of intersection,
  12438. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  12439. <returns>Whether the two objects intersected.</returns>
  12440. </member>
  12441. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingSphere@)">
  12442. <summary>
  12443. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  12444. </summary>
  12445. <param name="sphere">The sphere to test.</param>
  12446. <returns>Whether the two objects intersected.</returns>
  12447. </member>
  12448. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingSphere)">
  12449. <summary>
  12450. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  12451. </summary>
  12452. <param name="sphere">The sphere to test.</param>
  12453. <returns>Whether the two objects intersected.</returns>
  12454. </member>
  12455. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingSphere@,System.Single@)">
  12456. <summary>
  12457. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  12458. </summary>
  12459. <param name="sphere">The sphere to test.</param>
  12460. <param name="distance">When the method completes, contains the distance of the intersection,
  12461. or 0 if there was no intersection.</param>
  12462. <returns>Whether the two objects intersected.</returns>
  12463. </member>
  12464. <member name="M:SharpDX.Ray.Intersects(SharpDX.BoundingSphere@,SharpDX.Vector3@)">
  12465. <summary>
  12466. Determines if there is an intersection between the current object and a <see cref="T:SharpDX.BoundingSphere"/>.
  12467. </summary>
  12468. <param name="sphere">The sphere to test.</param>
  12469. <param name="point">When the method completes, contains the point of intersection,
  12470. or <see cref="F:SharpDX.Vector3.Zero"/> if there was no intersection.</param>
  12471. <returns>Whether the two objects intersected.</returns>
  12472. </member>
  12473. <member name="M:SharpDX.Ray.GetPickRay(System.Int32,System.Int32,SharpDX.ViewportF,SharpDX.Matrix)">
  12474. <summary>
  12475. Calculates a world space <see cref="T:SharpDX.Ray"/> from 2d screen coordinates.
  12476. </summary>
  12477. <param name="x">X coordinate on 2d screen.</param>
  12478. <param name="y">Y coordinate on 2d screen.</param>
  12479. <param name="viewport"><see cref="T:SharpDX.ViewportF"/>.</param>
  12480. <param name="worldViewProjection">Transformation <see cref="T:SharpDX.Matrix"/>.</param>
  12481. <returns>Resulting <see cref="T:SharpDX.Ray"/>.</returns>
  12482. </member>
  12483. <member name="M:SharpDX.Ray.op_Equality(SharpDX.Ray,SharpDX.Ray)">
  12484. <summary>
  12485. Tests for equality between two objects.
  12486. </summary>
  12487. <param name="left">The first value to compare.</param>
  12488. <param name="right">The second value to compare.</param>
  12489. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  12490. </member>
  12491. <member name="M:SharpDX.Ray.op_Inequality(SharpDX.Ray,SharpDX.Ray)">
  12492. <summary>
  12493. Tests for inequality between two objects.
  12494. </summary>
  12495. <param name="left">The first value to compare.</param>
  12496. <param name="right">The second value to compare.</param>
  12497. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  12498. </member>
  12499. <member name="M:SharpDX.Ray.ToString">
  12500. <summary>
  12501. Returns a <see cref="T:System.String"/> that represents this instance.
  12502. </summary>
  12503. <returns>
  12504. A <see cref="T:System.String"/> that represents this instance.
  12505. </returns>
  12506. </member>
  12507. <member name="M:SharpDX.Ray.ToString(System.String)">
  12508. <summary>
  12509. Returns a <see cref="T:System.String"/> that represents this instance.
  12510. </summary>
  12511. <param name="format">The format.</param>
  12512. <returns>
  12513. A <see cref="T:System.String"/> that represents this instance.
  12514. </returns>
  12515. </member>
  12516. <member name="M:SharpDX.Ray.ToString(System.IFormatProvider)">
  12517. <summary>
  12518. Returns a <see cref="T:System.String"/> that represents this instance.
  12519. </summary>
  12520. <param name="formatProvider">The format provider.</param>
  12521. <returns>
  12522. A <see cref="T:System.String"/> that represents this instance.
  12523. </returns>
  12524. </member>
  12525. <member name="M:SharpDX.Ray.ToString(System.String,System.IFormatProvider)">
  12526. <summary>
  12527. Returns a <see cref="T:System.String"/> that represents this instance.
  12528. </summary>
  12529. <param name="format">The format.</param>
  12530. <param name="formatProvider">The format provider.</param>
  12531. <returns>
  12532. A <see cref="T:System.String"/> that represents this instance.
  12533. </returns>
  12534. </member>
  12535. <member name="M:SharpDX.Ray.GetHashCode">
  12536. <summary>
  12537. Returns a hash code for this instance.
  12538. </summary>
  12539. <returns>
  12540. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  12541. </returns>
  12542. </member>
  12543. <member name="M:SharpDX.Ray.Equals(SharpDX.Ray@)">
  12544. <summary>
  12545. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  12546. </summary>
  12547. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  12548. <returns>
  12549. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  12550. </returns>
  12551. </member>
  12552. <member name="M:SharpDX.Ray.Equals(SharpDX.Ray)">
  12553. <summary>
  12554. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  12555. </summary>
  12556. <param name="value">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  12557. <returns>
  12558. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  12559. </returns>
  12560. </member>
  12561. <member name="M:SharpDX.Ray.Equals(System.Object)">
  12562. <summary>
  12563. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  12564. </summary>
  12565. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  12566. <returns>
  12567. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  12568. </returns>
  12569. </member>
  12570. <member name="T:SharpDX.Rectangle">
  12571. <summary>
  12572. Define a Rectangle. This structure is slightly different from System.Drawing.Rectangle as it is
  12573. internally storing Left,Top,Right,Bottom instead of Left,Top,Width,Height.
  12574. </summary>
  12575. </member>
  12576. <member name="F:SharpDX.Rectangle.Left">
  12577. <summary>
  12578. The left.
  12579. </summary>
  12580. </member>
  12581. <member name="F:SharpDX.Rectangle.Top">
  12582. <summary>
  12583. The top.
  12584. </summary>
  12585. </member>
  12586. <member name="F:SharpDX.Rectangle.Right">
  12587. <summary>
  12588. The right.
  12589. </summary>
  12590. </member>
  12591. <member name="F:SharpDX.Rectangle.Bottom">
  12592. <summary>
  12593. The bottom.
  12594. </summary>
  12595. </member>
  12596. <member name="F:SharpDX.Rectangle.Empty">
  12597. <summary>
  12598. An empty rectangle.
  12599. </summary>
  12600. </member>
  12601. <member name="M:SharpDX.Rectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  12602. <summary>
  12603. Initializes a new instance of the <see cref="T:SharpDX.Rectangle"/> struct.
  12604. </summary>
  12605. <param name="x">The left.</param>
  12606. <param name="y">The top.</param>
  12607. <param name="width">The width.</param>
  12608. <param name="height">The height.</param>
  12609. </member>
  12610. <member name="P:SharpDX.Rectangle.X">
  12611. <summary>
  12612. Gets or sets the X position.
  12613. </summary>
  12614. <value>The X position.</value>
  12615. </member>
  12616. <member name="P:SharpDX.Rectangle.Y">
  12617. <summary>
  12618. Gets or sets the Y position.
  12619. </summary>
  12620. <value>The Y position.</value>
  12621. </member>
  12622. <member name="P:SharpDX.Rectangle.Width">
  12623. <summary>
  12624. Gets or sets the width.
  12625. </summary>
  12626. <value>The width.</value>
  12627. </member>
  12628. <member name="P:SharpDX.Rectangle.Height">
  12629. <summary>
  12630. Gets or sets the height.
  12631. </summary>
  12632. <value>The height.</value>
  12633. </member>
  12634. <member name="P:SharpDX.Rectangle.IsEmpty">
  12635. <summary>
  12636. Gets a value that indicates whether the rectangle is empty.
  12637. </summary>
  12638. <value>
  12639. <c>true</c> if [is empty]; otherwise, <c>false</c>.
  12640. </value>
  12641. </member>
  12642. <member name="M:SharpDX.Rectangle.Offset(System.Int32,System.Int32)">
  12643. <summary>Changes the position of the rectangle.</summary>
  12644. <param name="offsetX">Change in the x-position.</param>
  12645. <param name="offsetY">Change in the y-position.</param>
  12646. </member>
  12647. <member name="M:SharpDX.Rectangle.Inflate(System.Int32,System.Int32)">
  12648. <summary>Pushes the edges of the rectangle out by the horizontal and vertical values specified.</summary>
  12649. <param name="horizontalAmount">Value to push the sides out by.</param>
  12650. <param name="verticalAmount">Value to push the top and bottom out by.</param>
  12651. </member>
  12652. <member name="M:SharpDX.Rectangle.Contains(System.Int32,System.Int32)">
  12653. <summary>Determines whether this rectangle contains a specified point represented by its x- and y-coordinates.</summary>
  12654. <param name="x">The x-coordinate of the specified point.</param>
  12655. <param name="y">The y-coordinate of the specified point.</param>
  12656. </member>
  12657. <member name="M:SharpDX.Rectangle.Contains(SharpDX.Rectangle)">
  12658. <summary>Determines whether this rectangle entirely contains a specified rectangle.</summary>
  12659. <param name="value">The rectangle to evaluate.</param>
  12660. </member>
  12661. <member name="M:SharpDX.Rectangle.Contains(SharpDX.Rectangle@,System.Boolean@)">
  12662. <summary>Determines whether this rectangle entirely contains a specified rectangle.</summary>
  12663. <param name="value">The rectangle to evaluate.</param>
  12664. <param name="result">[OutAttribute] On exit, is true if this rectangle entirely contains the specified rectangle, or false if not.</param>
  12665. </member>
  12666. <member name="M:SharpDX.Rectangle.Contains(System.Single,System.Single)">
  12667. <summary>
  12668. Checks, if specified point is inside <see cref="T:SharpDX.Rectangle"/>.
  12669. </summary>
  12670. <param name="x">X point coordinate.</param>
  12671. <param name="y">Y point coordinate.</param>
  12672. <returns><c>true</c> if point is inside <see cref="T:SharpDX.Rectangle"/>, otherwise <c>false</c>.</returns>
  12673. </member>
  12674. <member name="M:SharpDX.Rectangle.Intersects(SharpDX.Rectangle)">
  12675. <summary>Determines whether a specified rectangle intersects with this rectangle.</summary>
  12676. <param name="value">The rectangle to evaluate.</param>
  12677. </member>
  12678. <member name="M:SharpDX.Rectangle.Intersects(SharpDX.Rectangle@,System.Boolean@)">
  12679. <summary>
  12680. Determines whether a specified rectangle intersects with this rectangle.
  12681. </summary>
  12682. <param name="value">The rectangle to evaluate</param>
  12683. <param name="result">[OutAttribute] true if the specified rectangle intersects with this one; false otherwise.</param>
  12684. </member>
  12685. <member name="M:SharpDX.Rectangle.Intersect(SharpDX.Rectangle,SharpDX.Rectangle)">
  12686. <summary>
  12687. Creates a rectangle defining the area where one rectangle overlaps with another rectangle.
  12688. </summary>
  12689. <param name="value1">The first rectangle to compare.</param>
  12690. <param name="value2">The second rectangle to compare.</param>
  12691. <returns>The intersection rectangle.</returns>
  12692. </member>
  12693. <member name="M:SharpDX.Rectangle.Intersect(SharpDX.Rectangle@,SharpDX.Rectangle@,SharpDX.Rectangle@)">
  12694. <summary>Creates a rectangle defining the area where one rectangle overlaps with another rectangle.</summary>
  12695. <param name="value1">The first rectangle to compare.</param>
  12696. <param name="value2">The second rectangle to compare.</param>
  12697. <param name="result">[OutAttribute] The area where the two first parameters overlap.</param>
  12698. </member>
  12699. <member name="M:SharpDX.Rectangle.Union(SharpDX.Rectangle,SharpDX.Rectangle)">
  12700. <summary>
  12701. Creates a new rectangle that exactly contains two other rectangles.
  12702. </summary>
  12703. <param name="value1">The first rectangle to contain.</param>
  12704. <param name="value2">The second rectangle to contain.</param>
  12705. <returns>The union rectangle.</returns>
  12706. </member>
  12707. <member name="M:SharpDX.Rectangle.Union(SharpDX.Rectangle@,SharpDX.Rectangle@,SharpDX.Rectangle@)">
  12708. <summary>
  12709. Creates a new rectangle that exactly contains two other rectangles.
  12710. </summary>
  12711. <param name="value1">The first rectangle to contain.</param>
  12712. <param name="value2">The second rectangle to contain.</param>
  12713. <param name="result">[OutAttribute] The rectangle that must be the union of the first two rectangles.</param>
  12714. </member>
  12715. <member name="M:SharpDX.Rectangle.Equals(System.Object)">
  12716. <summary>
  12717. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  12718. </summary>
  12719. <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
  12720. <returns>
  12721. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  12722. </returns>
  12723. </member>
  12724. <member name="M:SharpDX.Rectangle.Equals(SharpDX.Rectangle@)">
  12725. <summary>
  12726. Determines whether the specified <see cref="T:SharpDX.Rectangle"/> is equal to this instance.
  12727. </summary>
  12728. <param name="other">The <see cref="T:SharpDX.Rectangle"/> to compare with this instance.</param>
  12729. <returns>
  12730. <c>true</c> if the specified <see cref="T:SharpDX.Rectangle"/> is equal to this instance; otherwise, <c>false</c>.
  12731. </returns>
  12732. </member>
  12733. <member name="M:SharpDX.Rectangle.Equals(SharpDX.Rectangle)">
  12734. <summary>
  12735. Determines whether the specified <see cref="T:SharpDX.Rectangle"/> is equal to this instance.
  12736. </summary>
  12737. <param name="other">The <see cref="T:SharpDX.Rectangle"/> to compare with this instance.</param>
  12738. <returns>
  12739. <c>true</c> if the specified <see cref="T:SharpDX.Rectangle"/> is equal to this instance; otherwise, <c>false</c>.
  12740. </returns>
  12741. </member>
  12742. <member name="M:SharpDX.Rectangle.GetHashCode">
  12743. <summary>
  12744. Returns a hash code for this instance.
  12745. </summary>
  12746. <returns>
  12747. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  12748. </returns>
  12749. </member>
  12750. <member name="M:SharpDX.Rectangle.op_Equality(SharpDX.Rectangle,SharpDX.Rectangle)">
  12751. <summary>
  12752. Implements the operator ==.
  12753. </summary>
  12754. <param name="left">The left.</param>
  12755. <param name="right">The right.</param>
  12756. <returns>The result of the operator.</returns>
  12757. </member>
  12758. <member name="M:SharpDX.Rectangle.op_Inequality(SharpDX.Rectangle,SharpDX.Rectangle)">
  12759. <summary>
  12760. Implements the operator !=.
  12761. </summary>
  12762. <param name="left">The left.</param>
  12763. <param name="right">The right.</param>
  12764. <returns>The result of the operator.</returns>
  12765. </member>
  12766. <member name="M:SharpDX.Rectangle.op_Implicit(SharpDX.Rectangle)~SharpDX.Mathematics.Interop.RawRectangle">
  12767. <summary>
  12768. Performs an implicit conversion from <see cref="T:SharpDX.Rectangle"/> to <see cref="T:SharpDX.Mathematics.Interop.RawRectangle"/>.
  12769. </summary>
  12770. <param name="value">The value.</param>
  12771. <returns>The result of the conversion.</returns>
  12772. </member>
  12773. <member name="M:SharpDX.Rectangle.op_Implicit(SharpDX.Mathematics.Interop.RawRectangle)~SharpDX.Rectangle">
  12774. <summary>
  12775. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawRectangle"/> to <see cref="T:SharpDX.Rectangle"/>.
  12776. </summary>
  12777. <param name="value">The value.</param>
  12778. <returns>The result of the conversion.</returns>
  12779. </member>
  12780. <member name="M:SharpDX.Rectangle.op_Implicit(SharpDX.Rectangle)~SharpDX.Mathematics.Interop.RawBox">
  12781. <summary>
  12782. Performs an implicit conversion from <see cref="T:SharpDX.Rectangle"/> to <see cref="T:SharpDX.Mathematics.Interop.RawRectangle"/>.
  12783. </summary>
  12784. <param name="value">The value.</param>
  12785. <returns>The result of the conversion.</returns>
  12786. </member>
  12787. <member name="M:SharpDX.Rectangle.op_Implicit(SharpDX.Mathematics.Interop.RawBox)~SharpDX.Rectangle">
  12788. <summary>
  12789. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawRectangle"/> to <see cref="T:SharpDX.Rectangle"/>.
  12790. </summary>
  12791. <param name="value">The value.</param>
  12792. <returns>The result of the conversion.</returns>
  12793. </member>
  12794. <member name="T:SharpDX.RectangleF">
  12795. <summary>
  12796. Define a RectangleF. This structure is slightly different from System.Drawing.RectangleF as it is
  12797. internally storing Left,Top,Right,Bottom instead of Left,Top,Width,Height.
  12798. </summary>
  12799. </member>
  12800. <member name="F:SharpDX.RectangleF.Left">
  12801. <summary>
  12802. The left.
  12803. </summary>
  12804. </member>
  12805. <member name="F:SharpDX.RectangleF.Top">
  12806. <summary>
  12807. The top.
  12808. </summary>
  12809. </member>
  12810. <member name="F:SharpDX.RectangleF.Right">
  12811. <summary>
  12812. The right.
  12813. </summary>
  12814. </member>
  12815. <member name="F:SharpDX.RectangleF.Bottom">
  12816. <summary>
  12817. The bottom.
  12818. </summary>
  12819. </member>
  12820. <member name="F:SharpDX.RectangleF.Empty">
  12821. <summary>
  12822. An empty rectangle.
  12823. </summary>
  12824. </member>
  12825. <member name="F:SharpDX.RectangleF.Infinite">
  12826. <summary>
  12827. An infinite rectangle. See remarks.
  12828. </summary>
  12829. <remarks>
  12830. http://msdn.microsoft.com/en-us/library/windows/desktop/dd372261%28v=vs.85%29.aspx
  12831. Any properties that involve computations, like <see cref="P:SharpDX.RectangleF.Center"/>, <see cref="P:SharpDX.RectangleF.Width"/> or <see cref="P:SharpDX.RectangleF.Height"/>
  12832. may return incorrect results - <see cref="F:System.Single.NaN"/>.
  12833. </remarks>
  12834. </member>
  12835. <member name="M:SharpDX.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)">
  12836. <summary>
  12837. Initializes a new instance of the <see cref="T:SharpDX.RectangleF"/> struct.
  12838. </summary>
  12839. <param name="x">The left.</param>
  12840. <param name="y">The top.</param>
  12841. <param name="width">The width.</param>
  12842. <param name="height">The height.</param>
  12843. </member>
  12844. <member name="P:SharpDX.RectangleF.X">
  12845. <summary>
  12846. Gets or sets the X position.
  12847. </summary>
  12848. <value>The X position.</value>
  12849. </member>
  12850. <member name="P:SharpDX.RectangleF.Y">
  12851. <summary>
  12852. Gets or sets the Y position.
  12853. </summary>
  12854. <value>The Y position.</value>
  12855. </member>
  12856. <member name="P:SharpDX.RectangleF.Width">
  12857. <summary>
  12858. Gets or sets the width.
  12859. </summary>
  12860. <value>The width.</value>
  12861. </member>
  12862. <member name="P:SharpDX.RectangleF.Height">
  12863. <summary>
  12864. Gets or sets the height.
  12865. </summary>
  12866. <value>The height.</value>
  12867. </member>
  12868. <member name="P:SharpDX.RectangleF.Location">
  12869. <summary>
  12870. Gets or sets the location.
  12871. </summary>
  12872. <value>
  12873. The location.
  12874. </value>
  12875. </member>
  12876. <member name="P:SharpDX.RectangleF.Center">
  12877. <summary>
  12878. Gets the Point that specifies the center of the rectangle.
  12879. </summary>
  12880. <value>
  12881. The center.
  12882. </value>
  12883. </member>
  12884. <member name="P:SharpDX.RectangleF.IsEmpty">
  12885. <summary>
  12886. Gets a value that indicates whether the rectangle is empty.
  12887. </summary>
  12888. <value>
  12889. <c>true</c> if [is empty]; otherwise, <c>false</c>.
  12890. </value>
  12891. </member>
  12892. <member name="P:SharpDX.RectangleF.Size">
  12893. <summary>
  12894. Gets or sets the size of the rectangle.
  12895. </summary>
  12896. <value>The size of the rectangle.</value>
  12897. </member>
  12898. <member name="P:SharpDX.RectangleF.TopLeft">
  12899. <summary>
  12900. Gets the position of the top-left corner of the rectangle.
  12901. </summary>
  12902. <value>The top-left corner of the rectangle.</value>
  12903. </member>
  12904. <member name="P:SharpDX.RectangleF.TopRight">
  12905. <summary>
  12906. Gets the position of the top-right corner of the rectangle.
  12907. </summary>
  12908. <value>The top-right corner of the rectangle.</value>
  12909. </member>
  12910. <member name="P:SharpDX.RectangleF.BottomLeft">
  12911. <summary>
  12912. Gets the position of the bottom-left corner of the rectangle.
  12913. </summary>
  12914. <value>The bottom-left corner of the rectangle.</value>
  12915. </member>
  12916. <member name="P:SharpDX.RectangleF.BottomRight">
  12917. <summary>
  12918. Gets the position of the bottom-right corner of the rectangle.
  12919. </summary>
  12920. <value>The bottom-right corner of the rectangle.</value>
  12921. </member>
  12922. <member name="M:SharpDX.RectangleF.Offset(SharpDX.Point)">
  12923. <summary>Changes the position of the rectangle.</summary>
  12924. <param name="amount">The values to adjust the position of the rectangle by.</param>
  12925. </member>
  12926. <member name="M:SharpDX.RectangleF.Offset(SharpDX.Vector2)">
  12927. <summary>Changes the position of the rectangle.</summary>
  12928. <param name="amount">The values to adjust the position of the rectangle by.</param>
  12929. </member>
  12930. <member name="M:SharpDX.RectangleF.Offset(System.Single,System.Single)">
  12931. <summary>Changes the position of the rectangle.</summary>
  12932. <param name="offsetX">Change in the x-position.</param>
  12933. <param name="offsetY">Change in the y-position.</param>
  12934. </member>
  12935. <member name="M:SharpDX.RectangleF.Inflate(System.Single,System.Single)">
  12936. <summary>Pushes the edges of the rectangle out by the horizontal and vertical values specified.</summary>
  12937. <param name="horizontalAmount">Value to push the sides out by.</param>
  12938. <param name="verticalAmount">Value to push the top and bottom out by.</param>
  12939. </member>
  12940. <member name="M:SharpDX.RectangleF.Contains(SharpDX.Vector2@,System.Boolean@)">
  12941. <summary>Determines whether this rectangle contains a specified Point.</summary>
  12942. <param name="value">The Point to evaluate.</param>
  12943. <param name="result">[OutAttribute] true if the specified Point is contained within this rectangle; false otherwise.</param>
  12944. </member>
  12945. <member name="M:SharpDX.RectangleF.Contains(SharpDX.Rectangle)">
  12946. <summary>Determines whether this rectangle entirely contains a specified rectangle.</summary>
  12947. <param name="value">The rectangle to evaluate.</param>
  12948. </member>
  12949. <member name="M:SharpDX.RectangleF.Contains(SharpDX.RectangleF@,System.Boolean@)">
  12950. <summary>Determines whether this rectangle entirely contains a specified rectangle.</summary>
  12951. <param name="value">The rectangle to evaluate.</param>
  12952. <param name="result">[OutAttribute] On exit, is true if this rectangle entirely contains the specified rectangle, or false if not.</param>
  12953. </member>
  12954. <member name="M:SharpDX.RectangleF.Contains(System.Single,System.Single)">
  12955. <summary>
  12956. Checks, if specified point is inside <see cref="T:SharpDX.RectangleF"/>.
  12957. </summary>
  12958. <param name="x">X point coordinate.</param>
  12959. <param name="y">Y point coordinate.</param>
  12960. <returns><c>true</c> if point is inside <see cref="T:SharpDX.RectangleF"/>, otherwise <c>false</c>.</returns>
  12961. </member>
  12962. <member name="M:SharpDX.RectangleF.Contains(SharpDX.Vector2)">
  12963. <summary>
  12964. Checks, if specified <see cref="T:SharpDX.Vector2"/> is inside <see cref="T:SharpDX.RectangleF"/>.
  12965. </summary>
  12966. <param name="vector2D">Coordinate <see cref="T:SharpDX.Vector2"/>.</param>
  12967. <returns><c>true</c> if <see cref="T:SharpDX.Vector2"/> is inside <see cref="T:SharpDX.RectangleF"/>, otherwise <c>false</c>.</returns>
  12968. </member>
  12969. <member name="M:SharpDX.RectangleF.Contains(SharpDX.Point)">
  12970. <summary>
  12971. Checks, if specified <see cref="T:SharpDX.Point"/> is inside <see cref="T:SharpDX.RectangleF"/>.
  12972. </summary>
  12973. <param name="point">Coordinate <see cref="T:SharpDX.Point"/>.</param>
  12974. <returns><c>true</c> if <see cref="T:SharpDX.Point"/> is inside <see cref="T:SharpDX.RectangleF"/>, otherwise <c>false</c>.</returns>
  12975. </member>
  12976. <member name="M:SharpDX.RectangleF.Intersects(SharpDX.RectangleF)">
  12977. <summary>Determines whether a specified rectangle intersects with this rectangle.</summary>
  12978. <param name="value">The rectangle to evaluate.</param>
  12979. </member>
  12980. <member name="M:SharpDX.RectangleF.Intersects(SharpDX.RectangleF@,System.Boolean@)">
  12981. <summary>
  12982. Determines whether a specified rectangle intersects with this rectangle.
  12983. </summary>
  12984. <param name="value">The rectangle to evaluate</param>
  12985. <param name="result">[OutAttribute] true if the specified rectangle intersects with this one; false otherwise.</param>
  12986. </member>
  12987. <member name="M:SharpDX.RectangleF.Intersect(SharpDX.RectangleF,SharpDX.RectangleF)">
  12988. <summary>
  12989. Creates a rectangle defining the area where one rectangle overlaps with another rectangle.
  12990. </summary>
  12991. <param name="value1">The first Rectangle to compare.</param>
  12992. <param name="value2">The second Rectangle to compare.</param>
  12993. <returns>The intersection rectangle.</returns>
  12994. </member>
  12995. <member name="M:SharpDX.RectangleF.Intersect(SharpDX.RectangleF@,SharpDX.RectangleF@,SharpDX.RectangleF@)">
  12996. <summary>Creates a rectangle defining the area where one rectangle overlaps with another rectangle.</summary>
  12997. <param name="value1">The first rectangle to compare.</param>
  12998. <param name="value2">The second rectangle to compare.</param>
  12999. <param name="result">[OutAttribute] The area where the two first parameters overlap.</param>
  13000. </member>
  13001. <member name="M:SharpDX.RectangleF.Union(SharpDX.RectangleF,SharpDX.RectangleF)">
  13002. <summary>
  13003. Creates a new rectangle that exactly contains two other rectangles.
  13004. </summary>
  13005. <param name="value1">The first rectangle to contain.</param>
  13006. <param name="value2">The second rectangle to contain.</param>
  13007. <returns>The union rectangle.</returns>
  13008. </member>
  13009. <member name="M:SharpDX.RectangleF.Union(SharpDX.RectangleF@,SharpDX.RectangleF@,SharpDX.RectangleF@)">
  13010. <summary>
  13011. Creates a new rectangle that exactly contains two other rectangles.
  13012. </summary>
  13013. <param name="value1">The first rectangle to contain.</param>
  13014. <param name="value2">The second rectangle to contain.</param>
  13015. <param name="result">[OutAttribute] The rectangle that must be the union of the first two rectangles.</param>
  13016. </member>
  13017. <member name="M:SharpDX.RectangleF.Equals(System.Object)">
  13018. <summary>
  13019. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  13020. </summary>
  13021. <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
  13022. <returns>
  13023. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  13024. </returns>
  13025. </member>
  13026. <member name="M:SharpDX.RectangleF.Equals(SharpDX.RectangleF@)">
  13027. <summary>
  13028. Determines whether the specified <see cref="T:SharpDX.RectangleF"/> is equal to this instance.
  13029. </summary>
  13030. <param name="other">The <see cref="T:SharpDX.RectangleF"/> to compare with this instance.</param>
  13031. <returns>
  13032. <c>true</c> if the specified <see cref="T:SharpDX.RectangleF"/> is equal to this instance; otherwise, <c>false</c>.
  13033. </returns>
  13034. </member>
  13035. <member name="M:SharpDX.RectangleF.Equals(SharpDX.RectangleF)">
  13036. <summary>
  13037. Determines whether the specified <see cref="T:SharpDX.RectangleF"/> is equal to this instance.
  13038. </summary>
  13039. <param name="other">The <see cref="T:SharpDX.RectangleF"/> to compare with this instance.</param>
  13040. <returns>
  13041. <c>true</c> if the specified <see cref="T:SharpDX.RectangleF"/> is equal to this instance; otherwise, <c>false</c>.
  13042. </returns>
  13043. </member>
  13044. <member name="M:SharpDX.RectangleF.GetHashCode">
  13045. <summary>
  13046. Returns a hash code for this instance.
  13047. </summary>
  13048. <returns>
  13049. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  13050. </returns>
  13051. </member>
  13052. <member name="M:SharpDX.RectangleF.op_Equality(SharpDX.RectangleF,SharpDX.RectangleF)">
  13053. <summary>
  13054. Implements the operator ==.
  13055. </summary>
  13056. <param name="left">The left.</param>
  13057. <param name="right">The right.</param>
  13058. <returns>The result of the operator.</returns>
  13059. </member>
  13060. <member name="M:SharpDX.RectangleF.op_Inequality(SharpDX.RectangleF,SharpDX.RectangleF)">
  13061. <summary>
  13062. Implements the operator !=.
  13063. </summary>
  13064. <param name="left">The left.</param>
  13065. <param name="right">The right.</param>
  13066. <returns>The result of the operator.</returns>
  13067. </member>
  13068. <member name="M:SharpDX.RectangleF.op_Explicit(SharpDX.RectangleF)~SharpDX.Rectangle">
  13069. <summary>
  13070. Performs an explicit conversion to <see cref="T:SharpDX.Rectangle"/> structure.
  13071. </summary>
  13072. <remarks>Performs direct float to int conversion, any fractional data is truncated.</remarks>
  13073. <param name="value">The source <see cref="T:SharpDX.RectangleF"/> value.</param>
  13074. <returns>A converted <see cref="T:SharpDX.Rectangle"/> structure.</returns>
  13075. </member>
  13076. <member name="M:SharpDX.RectangleF.op_Implicit(SharpDX.RectangleF)~SharpDX.Mathematics.Interop.RawRectangle">
  13077. <summary>
  13078. Performs an explicit conversion to <see cref="T:SharpDX.Rectangle"/> structure.
  13079. </summary>
  13080. <remarks>Performs direct float to int conversion, any fractional data is truncated.</remarks>
  13081. <param name="value">The source <see cref="T:SharpDX.Mathematics.Interop.RawRectangle"/> value.</param>
  13082. <returns>A converted <see cref="T:SharpDX.Rectangle"/> structure.</returns>
  13083. </member>
  13084. <member name="M:SharpDX.RectangleF.op_Implicit(SharpDX.RectangleF)~SharpDX.Mathematics.Interop.RawRectangleF">
  13085. <summary>
  13086. Performs an explicit conversion to <see cref="T:SharpDX.Mathematics.Interop.RawRectangleF"/> structure.
  13087. </summary>
  13088. <remarks>Performs direct float to int conversion, any fractional data is truncated.</remarks>
  13089. <param name="value">The source <see cref="T:SharpDX.RectangleF"/> value.</param>
  13090. <returns>A converted <see cref="T:SharpDX.Rectangle"/> structure.</returns>
  13091. </member>
  13092. <member name="T:SharpDX.Vector2">
  13093. <summary>
  13094. Represents a two dimensional mathematical vector.
  13095. </summary>
  13096. </member>
  13097. <member name="F:SharpDX.Vector2.SizeInBytes">
  13098. <summary>
  13099. The size of the <see cref="T:SharpDX.Vector2"/> type, in bytes.
  13100. </summary>
  13101. </member>
  13102. <member name="F:SharpDX.Vector2.Zero">
  13103. <summary>
  13104. A <see cref="T:SharpDX.Vector2"/> with all of its components set to zero.
  13105. </summary>
  13106. </member>
  13107. <member name="F:SharpDX.Vector2.UnitX">
  13108. <summary>
  13109. The X unit <see cref="T:SharpDX.Vector2"/> (1, 0).
  13110. </summary>
  13111. </member>
  13112. <member name="F:SharpDX.Vector2.UnitY">
  13113. <summary>
  13114. The Y unit <see cref="T:SharpDX.Vector2"/> (0, 1).
  13115. </summary>
  13116. </member>
  13117. <member name="F:SharpDX.Vector2.One">
  13118. <summary>
  13119. A <see cref="T:SharpDX.Vector2"/> with all of its components set to one.
  13120. </summary>
  13121. </member>
  13122. <member name="F:SharpDX.Vector2.X">
  13123. <summary>
  13124. The X component of the vector.
  13125. </summary>
  13126. </member>
  13127. <member name="F:SharpDX.Vector2.Y">
  13128. <summary>
  13129. The Y component of the vector.
  13130. </summary>
  13131. </member>
  13132. <member name="M:SharpDX.Vector2.#ctor(System.Single)">
  13133. <summary>
  13134. Initializes a new instance of the <see cref="T:SharpDX.Vector2"/> struct.
  13135. </summary>
  13136. <param name="value">The value that will be assigned to all components.</param>
  13137. </member>
  13138. <member name="M:SharpDX.Vector2.#ctor(System.Single,System.Single)">
  13139. <summary>
  13140. Initializes a new instance of the <see cref="T:SharpDX.Vector2"/> struct.
  13141. </summary>
  13142. <param name="x">Initial value for the X component of the vector.</param>
  13143. <param name="y">Initial value for the Y component of the vector.</param>
  13144. </member>
  13145. <member name="M:SharpDX.Vector2.#ctor(System.Single[])">
  13146. <summary>
  13147. Initializes a new instance of the <see cref="T:SharpDX.Vector2"/> struct.
  13148. </summary>
  13149. <param name="values">The values to assign to the X and Y components of the vector. This must be an array with two elements.</param>
  13150. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  13151. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than two elements.</exception>
  13152. </member>
  13153. <member name="P:SharpDX.Vector2.IsNormalized">
  13154. <summary>
  13155. Gets a value indicting whether this instance is normalized.
  13156. </summary>
  13157. </member>
  13158. <member name="P:SharpDX.Vector2.IsZero">
  13159. <summary>
  13160. Gets a value indicting whether this vector is zero
  13161. </summary>
  13162. </member>
  13163. <member name="P:SharpDX.Vector2.Item(System.Int32)">
  13164. <summary>
  13165. Gets or sets the component at the specified index.
  13166. </summary>
  13167. <value>The value of the X or Y component, depending on the index.</value>
  13168. <param name="index">The index of the component to access. Use 0 for the X component and 1 for the Y component.</param>
  13169. <returns>The value of the component at the specified index.</returns>
  13170. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 1].</exception>
  13171. </member>
  13172. <member name="M:SharpDX.Vector2.Length">
  13173. <summary>
  13174. Calculates the length of the vector.
  13175. </summary>
  13176. <returns>The length of the vector.</returns>
  13177. <remarks>
  13178. <see cref="M:SharpDX.Vector2.LengthSquared"/> may be preferred when only the relative length is needed
  13179. and speed is of the essence.
  13180. </remarks>
  13181. </member>
  13182. <member name="M:SharpDX.Vector2.LengthSquared">
  13183. <summary>
  13184. Calculates the squared length of the vector.
  13185. </summary>
  13186. <returns>The squared length of the vector.</returns>
  13187. <remarks>
  13188. This method may be preferred to <see cref="M:SharpDX.Vector2.Length"/> when only a relative length is needed
  13189. and speed is of the essence.
  13190. </remarks>
  13191. </member>
  13192. <member name="M:SharpDX.Vector2.Normalize">
  13193. <summary>
  13194. Converts the vector into a unit vector.
  13195. </summary>
  13196. </member>
  13197. <member name="M:SharpDX.Vector2.ToArray">
  13198. <summary>
  13199. Creates an array containing the elements of the vector.
  13200. </summary>
  13201. <returns>A two-element array containing the components of the vector.</returns>
  13202. </member>
  13203. <member name="M:SharpDX.Vector2.Add(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13204. <summary>
  13205. Adds two vectors.
  13206. </summary>
  13207. <param name="left">The first vector to add.</param>
  13208. <param name="right">The second vector to add.</param>
  13209. <param name="result">When the method completes, contains the sum of the two vectors.</param>
  13210. </member>
  13211. <member name="M:SharpDX.Vector2.Add(SharpDX.Vector2,SharpDX.Vector2)">
  13212. <summary>
  13213. Adds two vectors.
  13214. </summary>
  13215. <param name="left">The first vector to add.</param>
  13216. <param name="right">The second vector to add.</param>
  13217. <returns>The sum of the two vectors.</returns>
  13218. </member>
  13219. <member name="M:SharpDX.Vector2.Add(SharpDX.Vector2@,System.Single@,SharpDX.Vector2@)">
  13220. <summary>
  13221. Perform a component-wise addition
  13222. </summary>
  13223. <param name="left">The input vector</param>
  13224. <param name="right">The scalar value to be added to elements</param>
  13225. <param name="result">The vector with added scalar for each element.</param>
  13226. </member>
  13227. <member name="M:SharpDX.Vector2.Add(SharpDX.Vector2,System.Single)">
  13228. <summary>
  13229. Perform a component-wise addition
  13230. </summary>
  13231. <param name="left">The input vector</param>
  13232. <param name="right">The scalar value to be added to elements</param>
  13233. <returns>The vector with added scalar for each element.</returns>
  13234. </member>
  13235. <member name="M:SharpDX.Vector2.Subtract(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13236. <summary>
  13237. Subtracts two vectors.
  13238. </summary>
  13239. <param name="left">The first vector to subtract.</param>
  13240. <param name="right">The second vector to subtract.</param>
  13241. <param name="result">When the method completes, contains the difference of the two vectors.</param>
  13242. </member>
  13243. <member name="M:SharpDX.Vector2.Subtract(SharpDX.Vector2,SharpDX.Vector2)">
  13244. <summary>
  13245. Subtracts two vectors.
  13246. </summary>
  13247. <param name="left">The first vector to subtract.</param>
  13248. <param name="right">The second vector to subtract.</param>
  13249. <returns>The difference of the two vectors.</returns>
  13250. </member>
  13251. <member name="M:SharpDX.Vector2.Subtract(SharpDX.Vector2@,System.Single@,SharpDX.Vector2@)">
  13252. <summary>
  13253. Perform a component-wise subtraction
  13254. </summary>
  13255. <param name="left">The input vector</param>
  13256. <param name="right">The scalar value to be subtraced from elements</param>
  13257. <param name="result">The vector with subtracted scalar for each element.</param>
  13258. </member>
  13259. <member name="M:SharpDX.Vector2.Subtract(SharpDX.Vector2,System.Single)">
  13260. <summary>
  13261. Perform a component-wise subtraction
  13262. </summary>
  13263. <param name="left">The input vector</param>
  13264. <param name="right">The scalar value to be subtraced from elements</param>
  13265. <returns>The vector with subtracted scalar for each element.</returns>
  13266. </member>
  13267. <member name="M:SharpDX.Vector2.Subtract(System.Single@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13268. <summary>
  13269. Perform a component-wise subtraction
  13270. </summary>
  13271. <param name="left">The scalar value to be subtraced from elements</param>
  13272. <param name="right">The input vector</param>
  13273. <param name="result">The vector with subtracted scalar for each element.</param>
  13274. </member>
  13275. <member name="M:SharpDX.Vector2.Subtract(System.Single,SharpDX.Vector2)">
  13276. <summary>
  13277. Perform a component-wise subtraction
  13278. </summary>
  13279. <param name="left">The scalar value to be subtraced from elements</param>
  13280. <param name="right">The input vector</param>
  13281. <returns>The vector with subtracted scalar for each element.</returns>
  13282. </member>
  13283. <member name="M:SharpDX.Vector2.Multiply(SharpDX.Vector2@,System.Single,SharpDX.Vector2@)">
  13284. <summary>
  13285. Scales a vector by the given value.
  13286. </summary>
  13287. <param name="value">The vector to scale.</param>
  13288. <param name="scale">The amount by which to scale the vector.</param>
  13289. <param name="result">When the method completes, contains the scaled vector.</param>
  13290. </member>
  13291. <member name="M:SharpDX.Vector2.Multiply(SharpDX.Vector2,System.Single)">
  13292. <summary>
  13293. Scales a vector by the given value.
  13294. </summary>
  13295. <param name="value">The vector to scale.</param>
  13296. <param name="scale">The amount by which to scale the vector.</param>
  13297. <returns>The scaled vector.</returns>
  13298. </member>
  13299. <member name="M:SharpDX.Vector2.Multiply(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13300. <summary>
  13301. Multiplies a vector with another by performing component-wise multiplication.
  13302. </summary>
  13303. <param name="left">The first vector to multiply.</param>
  13304. <param name="right">The second vector to multiply.</param>
  13305. <param name="result">When the method completes, contains the multiplied vector.</param>
  13306. </member>
  13307. <member name="M:SharpDX.Vector2.Multiply(SharpDX.Vector2,SharpDX.Vector2)">
  13308. <summary>
  13309. Multiplies a vector with another by performing component-wise multiplication.
  13310. </summary>
  13311. <param name="left">The first vector to multiply.</param>
  13312. <param name="right">The second vector to multiply.</param>
  13313. <returns>The multiplied vector.</returns>
  13314. </member>
  13315. <member name="M:SharpDX.Vector2.Divide(SharpDX.Vector2@,System.Single,SharpDX.Vector2@)">
  13316. <summary>
  13317. Scales a vector by the given value.
  13318. </summary>
  13319. <param name="value">The vector to scale.</param>
  13320. <param name="scale">The amount by which to scale the vector.</param>
  13321. <param name="result">When the method completes, contains the scaled vector.</param>
  13322. </member>
  13323. <member name="M:SharpDX.Vector2.Divide(SharpDX.Vector2,System.Single)">
  13324. <summary>
  13325. Scales a vector by the given value.
  13326. </summary>
  13327. <param name="value">The vector to scale.</param>
  13328. <param name="scale">The amount by which to scale the vector.</param>
  13329. <returns>The scaled vector.</returns>
  13330. </member>
  13331. <member name="M:SharpDX.Vector2.Divide(System.Single,SharpDX.Vector2@,SharpDX.Vector2@)">
  13332. <summary>
  13333. Scales a vector by the given value.
  13334. </summary>
  13335. <param name="scale">The amount by which to scale the vector.</param>
  13336. <param name="value">The vector to scale.</param>
  13337. <param name="result">When the method completes, contains the scaled vector.</param>
  13338. </member>
  13339. <member name="M:SharpDX.Vector2.Divide(System.Single,SharpDX.Vector2)">
  13340. <summary>
  13341. Scales a vector by the given value.
  13342. </summary>
  13343. <param name="value">The vector to scale.</param>
  13344. <param name="scale">The amount by which to scale the vector.</param>
  13345. <returns>The scaled vector.</returns>
  13346. </member>
  13347. <member name="M:SharpDX.Vector2.Negate(SharpDX.Vector2@,SharpDX.Vector2@)">
  13348. <summary>
  13349. Reverses the direction of a given vector.
  13350. </summary>
  13351. <param name="value">The vector to negate.</param>
  13352. <param name="result">When the method completes, contains a vector facing in the opposite direction.</param>
  13353. </member>
  13354. <member name="M:SharpDX.Vector2.Negate(SharpDX.Vector2)">
  13355. <summary>
  13356. Reverses the direction of a given vector.
  13357. </summary>
  13358. <param name="value">The vector to negate.</param>
  13359. <returns>A vector facing in the opposite direction.</returns>
  13360. </member>
  13361. <member name="M:SharpDX.Vector2.Barycentric(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@,System.Single,System.Single,SharpDX.Vector2@)">
  13362. <summary>
  13363. Returns a <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 2D triangle.
  13364. </summary>
  13365. <param name="value1">A <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of vertex 1 of the triangle.</param>
  13366. <param name="value2">A <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of vertex 2 of the triangle.</param>
  13367. <param name="value3">A <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of vertex 3 of the triangle.</param>
  13368. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  13369. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  13370. <param name="result">When the method completes, contains the 2D Cartesian coordinates of the specified point.</param>
  13371. </member>
  13372. <member name="M:SharpDX.Vector2.Barycentric(SharpDX.Vector2,SharpDX.Vector2,SharpDX.Vector2,System.Single,System.Single)">
  13373. <summary>
  13374. Returns a <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 2D triangle.
  13375. </summary>
  13376. <param name="value1">A <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of vertex 1 of the triangle.</param>
  13377. <param name="value2">A <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of vertex 2 of the triangle.</param>
  13378. <param name="value3">A <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of vertex 3 of the triangle.</param>
  13379. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  13380. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  13381. <returns>A new <see cref="T:SharpDX.Vector2"/> containing the 2D Cartesian coordinates of the specified point.</returns>
  13382. </member>
  13383. <member name="M:SharpDX.Vector2.Clamp(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13384. <summary>
  13385. Restricts a value to be within a specified range.
  13386. </summary>
  13387. <param name="value">The value to clamp.</param>
  13388. <param name="min">The minimum value.</param>
  13389. <param name="max">The maximum value.</param>
  13390. <param name="result">When the method completes, contains the clamped value.</param>
  13391. </member>
  13392. <member name="M:SharpDX.Vector2.Clamp(SharpDX.Vector2,SharpDX.Vector2,SharpDX.Vector2)">
  13393. <summary>
  13394. Restricts a value to be within a specified range.
  13395. </summary>
  13396. <param name="value">The value to clamp.</param>
  13397. <param name="min">The minimum value.</param>
  13398. <param name="max">The maximum value.</param>
  13399. <returns>The clamped value.</returns>
  13400. </member>
  13401. <member name="M:SharpDX.Vector2.Saturate">
  13402. <summary>
  13403. Saturates this instance in the range [0,1]
  13404. </summary>
  13405. </member>
  13406. <member name="M:SharpDX.Vector2.Distance(SharpDX.Vector2@,SharpDX.Vector2@,System.Single@)">
  13407. <summary>
  13408. Calculates the distance between two vectors.
  13409. </summary>
  13410. <param name="value1">The first vector.</param>
  13411. <param name="value2">The second vector.</param>
  13412. <param name="result">When the method completes, contains the distance between the two vectors.</param>
  13413. <remarks>
  13414. <see cref="M:SharpDX.Vector2.DistanceSquared(SharpDX.Vector2@,SharpDX.Vector2@,System.Single@)"/> may be preferred when only the relative distance is needed
  13415. and speed is of the essence.
  13416. </remarks>
  13417. </member>
  13418. <member name="M:SharpDX.Vector2.Distance(SharpDX.Vector2,SharpDX.Vector2)">
  13419. <summary>
  13420. Calculates the distance between two vectors.
  13421. </summary>
  13422. <param name="value1">The first vector.</param>
  13423. <param name="value2">The second vector.</param>
  13424. <returns>The distance between the two vectors.</returns>
  13425. <remarks>
  13426. <see cref="M:SharpDX.Vector2.DistanceSquared(SharpDX.Vector2,SharpDX.Vector2)"/> may be preferred when only the relative distance is needed
  13427. and speed is of the essence.
  13428. </remarks>
  13429. </member>
  13430. <member name="M:SharpDX.Vector2.DistanceSquared(SharpDX.Vector2@,SharpDX.Vector2@,System.Single@)">
  13431. <summary>
  13432. Calculates the squared distance between two vectors.
  13433. </summary>
  13434. <param name="value1">The first vector.</param>
  13435. <param name="value2">The second vector</param>
  13436. <param name="result">When the method completes, contains the squared distance between the two vectors.</param>
  13437. <remarks>Distance squared is the value before taking the square root.
  13438. Distance squared can often be used in place of distance if relative comparisons are being made.
  13439. For example, consider three points A, B, and C. To determine whether B or C is further from A,
  13440. compare the distance between A and B to the distance between A and C. Calculating the two distances
  13441. involves two square roots, which are computationally expensive. However, using distance squared
  13442. provides the same information and avoids calculating two square roots.
  13443. </remarks>
  13444. </member>
  13445. <member name="M:SharpDX.Vector2.DistanceSquared(SharpDX.Vector2,SharpDX.Vector2)">
  13446. <summary>
  13447. Calculates the squared distance between two vectors.
  13448. </summary>
  13449. <param name="value1">The first vector.</param>
  13450. <param name="value2">The second vector.</param>
  13451. <returns>The squared distance between the two vectors.</returns>
  13452. <remarks>Distance squared is the value before taking the square root.
  13453. Distance squared can often be used in place of distance if relative comparisons are being made.
  13454. For example, consider three points A, B, and C. To determine whether B or C is further from A,
  13455. compare the distance between A and B to the distance between A and C. Calculating the two distances
  13456. involves two square roots, which are computationally expensive. However, using distance squared
  13457. provides the same information and avoids calculating two square roots.
  13458. </remarks>
  13459. </member>
  13460. <member name="M:SharpDX.Vector2.Dot(SharpDX.Vector2@,SharpDX.Vector2@,System.Single@)">
  13461. <summary>
  13462. Calculates the dot product of two vectors.
  13463. </summary>
  13464. <param name="left">First source vector.</param>
  13465. <param name="right">Second source vector.</param>
  13466. <param name="result">When the method completes, contains the dot product of the two vectors.</param>
  13467. </member>
  13468. <member name="M:SharpDX.Vector2.Dot(SharpDX.Vector2,SharpDX.Vector2)">
  13469. <summary>
  13470. Calculates the dot product of two vectors.
  13471. </summary>
  13472. <param name="left">First source vector.</param>
  13473. <param name="right">Second source vector.</param>
  13474. <returns>The dot product of the two vectors.</returns>
  13475. </member>
  13476. <member name="M:SharpDX.Vector2.Normalize(SharpDX.Vector2@,SharpDX.Vector2@)">
  13477. <summary>
  13478. Converts the vector into a unit vector.
  13479. </summary>
  13480. <param name="value">The vector to normalize.</param>
  13481. <param name="result">When the method completes, contains the normalized vector.</param>
  13482. </member>
  13483. <member name="M:SharpDX.Vector2.Normalize(SharpDX.Vector2)">
  13484. <summary>
  13485. Converts the vector into a unit vector.
  13486. </summary>
  13487. <param name="value">The vector to normalize.</param>
  13488. <returns>The normalized vector.</returns>
  13489. </member>
  13490. <member name="M:SharpDX.Vector2.Lerp(SharpDX.Vector2@,SharpDX.Vector2@,System.Single,SharpDX.Vector2@)">
  13491. <summary>
  13492. Performs a linear interpolation between two vectors.
  13493. </summary>
  13494. <param name="start">Start vector.</param>
  13495. <param name="end">End vector.</param>
  13496. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  13497. <param name="result">When the method completes, contains the linear interpolation of the two vectors.</param>
  13498. <remarks>
  13499. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  13500. </remarks>
  13501. </member>
  13502. <member name="M:SharpDX.Vector2.Lerp(SharpDX.Vector2,SharpDX.Vector2,System.Single)">
  13503. <summary>
  13504. Performs a linear interpolation between two vectors.
  13505. </summary>
  13506. <param name="start">Start vector.</param>
  13507. <param name="end">End vector.</param>
  13508. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  13509. <returns>The linear interpolation of the two vectors.</returns>
  13510. <remarks>
  13511. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  13512. </remarks>
  13513. </member>
  13514. <member name="M:SharpDX.Vector2.SmoothStep(SharpDX.Vector2@,SharpDX.Vector2@,System.Single,SharpDX.Vector2@)">
  13515. <summary>
  13516. Performs a cubic interpolation between two vectors.
  13517. </summary>
  13518. <param name="start">Start vector.</param>
  13519. <param name="end">End vector.</param>
  13520. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  13521. <param name="result">When the method completes, contains the cubic interpolation of the two vectors.</param>
  13522. </member>
  13523. <member name="M:SharpDX.Vector2.SmoothStep(SharpDX.Vector2,SharpDX.Vector2,System.Single)">
  13524. <summary>
  13525. Performs a cubic interpolation between two vectors.
  13526. </summary>
  13527. <param name="start">Start vector.</param>
  13528. <param name="end">End vector.</param>
  13529. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  13530. <returns>The cubic interpolation of the two vectors.</returns>
  13531. </member>
  13532. <member name="M:SharpDX.Vector2.Hermite(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@,System.Single,SharpDX.Vector2@)">
  13533. <summary>
  13534. Performs a Hermite spline interpolation.
  13535. </summary>
  13536. <param name="value1">First source position vector.</param>
  13537. <param name="tangent1">First source tangent vector.</param>
  13538. <param name="value2">Second source position vector.</param>
  13539. <param name="tangent2">Second source tangent vector.</param>
  13540. <param name="amount">Weighting factor.</param>
  13541. <param name="result">When the method completes, contains the result of the Hermite spline interpolation.</param>
  13542. </member>
  13543. <member name="M:SharpDX.Vector2.Hermite(SharpDX.Vector2,SharpDX.Vector2,SharpDX.Vector2,SharpDX.Vector2,System.Single)">
  13544. <summary>
  13545. Performs a Hermite spline interpolation.
  13546. </summary>
  13547. <param name="value1">First source position vector.</param>
  13548. <param name="tangent1">First source tangent vector.</param>
  13549. <param name="value2">Second source position vector.</param>
  13550. <param name="tangent2">Second source tangent vector.</param>
  13551. <param name="amount">Weighting factor.</param>
  13552. <returns>The result of the Hermite spline interpolation.</returns>
  13553. </member>
  13554. <member name="M:SharpDX.Vector2.CatmullRom(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@,System.Single,SharpDX.Vector2@)">
  13555. <summary>
  13556. Performs a Catmull-Rom interpolation using the specified positions.
  13557. </summary>
  13558. <param name="value1">The first position in the interpolation.</param>
  13559. <param name="value2">The second position in the interpolation.</param>
  13560. <param name="value3">The third position in the interpolation.</param>
  13561. <param name="value4">The fourth position in the interpolation.</param>
  13562. <param name="amount">Weighting factor.</param>
  13563. <param name="result">When the method completes, contains the result of the Catmull-Rom interpolation.</param>
  13564. </member>
  13565. <member name="M:SharpDX.Vector2.CatmullRom(SharpDX.Vector2,SharpDX.Vector2,SharpDX.Vector2,SharpDX.Vector2,System.Single)">
  13566. <summary>
  13567. Performs a Catmull-Rom interpolation using the specified positions.
  13568. </summary>
  13569. <param name="value1">The first position in the interpolation.</param>
  13570. <param name="value2">The second position in the interpolation.</param>
  13571. <param name="value3">The third position in the interpolation.</param>
  13572. <param name="value4">The fourth position in the interpolation.</param>
  13573. <param name="amount">Weighting factor.</param>
  13574. <returns>A vector that is the result of the Catmull-Rom interpolation.</returns>
  13575. </member>
  13576. <member name="M:SharpDX.Vector2.Max(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13577. <summary>
  13578. Returns a vector containing the largest components of the specified vectors.
  13579. </summary>
  13580. <param name="left">The first source vector.</param>
  13581. <param name="right">The second source vector.</param>
  13582. <param name="result">When the method completes, contains an new vector composed of the largest components of the source vectors.</param>
  13583. </member>
  13584. <member name="M:SharpDX.Vector2.Max(SharpDX.Vector2,SharpDX.Vector2)">
  13585. <summary>
  13586. Returns a vector containing the largest components of the specified vectors.
  13587. </summary>
  13588. <param name="left">The first source vector.</param>
  13589. <param name="right">The second source vector.</param>
  13590. <returns>A vector containing the largest components of the source vectors.</returns>
  13591. </member>
  13592. <member name="M:SharpDX.Vector2.Min(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13593. <summary>
  13594. Returns a vector containing the smallest components of the specified vectors.
  13595. </summary>
  13596. <param name="left">The first source vector.</param>
  13597. <param name="right">The second source vector.</param>
  13598. <param name="result">When the method completes, contains an new vector composed of the smallest components of the source vectors.</param>
  13599. </member>
  13600. <member name="M:SharpDX.Vector2.Min(SharpDX.Vector2,SharpDX.Vector2)">
  13601. <summary>
  13602. Returns a vector containing the smallest components of the specified vectors.
  13603. </summary>
  13604. <param name="left">The first source vector.</param>
  13605. <param name="right">The second source vector.</param>
  13606. <returns>A vector containing the smallest components of the source vectors.</returns>
  13607. </member>
  13608. <member name="M:SharpDX.Vector2.Reflect(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)">
  13609. <summary>
  13610. Returns the reflection of a vector off a surface that has the specified normal.
  13611. </summary>
  13612. <param name="vector">The source vector.</param>
  13613. <param name="normal">Normal of the surface.</param>
  13614. <param name="result">When the method completes, contains the reflected vector.</param>
  13615. <remarks>Reflect only gives the direction of a reflection off a surface, it does not determine
  13616. whether the original vector was close enough to the surface to hit it.</remarks>
  13617. </member>
  13618. <member name="M:SharpDX.Vector2.Reflect(SharpDX.Vector2,SharpDX.Vector2)">
  13619. <summary>
  13620. Returns the reflection of a vector off a surface that has the specified normal.
  13621. </summary>
  13622. <param name="vector">The source vector.</param>
  13623. <param name="normal">Normal of the surface.</param>
  13624. <returns>The reflected vector.</returns>
  13625. <remarks>Reflect only gives the direction of a reflection off a surface, it does not determine
  13626. whether the original vector was close enough to the surface to hit it.</remarks>
  13627. </member>
  13628. <member name="M:SharpDX.Vector2.Orthogonalize(SharpDX.Vector2[],SharpDX.Vector2[])">
  13629. <summary>
  13630. Orthogonalizes a list of vectors.
  13631. </summary>
  13632. <param name="destination">The list of orthogonalized vectors.</param>
  13633. <param name="source">The list of vectors to orthogonalize.</param>
  13634. <remarks>
  13635. <para>Orthogonalization is the process of making all vectors orthogonal to each other. This
  13636. means that any given vector in the list will be orthogonal to any other given vector in the
  13637. list.</para>
  13638. <para>Because this method uses the modified Gram-Schmidt process, the resulting vectors
  13639. tend to be numerically unstable. The numeric stability decreases according to the vectors
  13640. position in the list so that the first vector is the most stable and the last vector is the
  13641. least stable.</para>
  13642. </remarks>
  13643. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  13644. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  13645. </member>
  13646. <member name="M:SharpDX.Vector2.Orthonormalize(SharpDX.Vector2[],SharpDX.Vector2[])">
  13647. <summary>
  13648. Orthonormalizes a list of vectors.
  13649. </summary>
  13650. <param name="destination">The list of orthonormalized vectors.</param>
  13651. <param name="source">The list of vectors to orthonormalize.</param>
  13652. <remarks>
  13653. <para>Orthonormalization is the process of making all vectors orthogonal to each
  13654. other and making all vectors of unit length. This means that any given vector will
  13655. be orthogonal to any other given vector in the list.</para>
  13656. <para>Because this method uses the modified Gram-Schmidt process, the resulting vectors
  13657. tend to be numerically unstable. The numeric stability decreases according to the vectors
  13658. position in the list so that the first vector is the most stable and the last vector is the
  13659. least stable.</para>
  13660. </remarks>
  13661. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  13662. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  13663. </member>
  13664. <member name="M:SharpDX.Vector2.Transform(SharpDX.Vector2@,SharpDX.Quaternion@,SharpDX.Vector2@)">
  13665. <summary>
  13666. Transforms a 2D vector by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  13667. </summary>
  13668. <param name="vector">The vector to rotate.</param>
  13669. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  13670. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  13671. </member>
  13672. <member name="M:SharpDX.Vector2.Transform(SharpDX.Vector2,SharpDX.Quaternion)">
  13673. <summary>
  13674. Transforms a 2D vector by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  13675. </summary>
  13676. <param name="vector">The vector to rotate.</param>
  13677. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  13678. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  13679. </member>
  13680. <member name="M:SharpDX.Vector2.Transform(SharpDX.Vector2[],SharpDX.Quaternion@,SharpDX.Vector2[])">
  13681. <summary>
  13682. Transforms an array of vectors by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  13683. </summary>
  13684. <param name="source">The array of vectors to transform.</param>
  13685. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  13686. <param name="destination">The array for which the transformed vectors are stored.
  13687. This array may be the same array as <paramref name="source"/>.</param>
  13688. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  13689. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  13690. </member>
  13691. <member name="M:SharpDX.Vector2.Transform(SharpDX.Vector2@,SharpDX.Matrix@,SharpDX.Vector4@)">
  13692. <summary>
  13693. Transforms a 2D vector by the given <see cref="T:SharpDX.Matrix"/>.
  13694. </summary>
  13695. <param name="vector">The source vector.</param>
  13696. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13697. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  13698. </member>
  13699. <member name="M:SharpDX.Vector2.Transform(SharpDX.Vector2,SharpDX.Matrix)">
  13700. <summary>
  13701. Transforms a 2D vector by the given <see cref="T:SharpDX.Matrix"/>.
  13702. </summary>
  13703. <param name="vector">The source vector.</param>
  13704. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13705. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  13706. </member>
  13707. <member name="M:SharpDX.Vector2.Transform(SharpDX.Vector2[],SharpDX.Matrix@,SharpDX.Vector4[])">
  13708. <summary>
  13709. Transforms an array of 2D vectors by the given <see cref="T:SharpDX.Matrix"/>.
  13710. </summary>
  13711. <param name="source">The array of vectors to transform.</param>
  13712. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13713. <param name="destination">The array for which the transformed vectors are stored.</param>
  13714. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  13715. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  13716. </member>
  13717. <member name="M:SharpDX.Vector2.TransformCoordinate(SharpDX.Vector2@,SharpDX.Matrix@,SharpDX.Vector2@)">
  13718. <summary>
  13719. Performs a coordinate transformation using the given <see cref="T:SharpDX.Matrix"/>.
  13720. </summary>
  13721. <param name="coordinate">The coordinate vector to transform.</param>
  13722. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13723. <param name="result">When the method completes, contains the transformed coordinates.</param>
  13724. <remarks>
  13725. A coordinate transform performs the transformation with the assumption that the w component
  13726. is one. The four dimensional vector obtained from the transformation operation has each
  13727. component in the vector divided by the w component. This forces the w component to be one and
  13728. therefore makes the vector homogeneous. The homogeneous vector is often preferred when working
  13729. with coordinates as the w component can safely be ignored.
  13730. </remarks>
  13731. </member>
  13732. <member name="M:SharpDX.Vector2.TransformCoordinate(SharpDX.Vector2,SharpDX.Matrix)">
  13733. <summary>
  13734. Performs a coordinate transformation using the given <see cref="T:SharpDX.Matrix"/>.
  13735. </summary>
  13736. <param name="coordinate">The coordinate vector to transform.</param>
  13737. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13738. <returns>The transformed coordinates.</returns>
  13739. <remarks>
  13740. A coordinate transform performs the transformation with the assumption that the w component
  13741. is one. The four dimensional vector obtained from the transformation operation has each
  13742. component in the vector divided by the w component. This forces the w component to be one and
  13743. therefore makes the vector homogeneous. The homogeneous vector is often preferred when working
  13744. with coordinates as the w component can safely be ignored.
  13745. </remarks>
  13746. </member>
  13747. <member name="M:SharpDX.Vector2.TransformCoordinate(SharpDX.Vector2[],SharpDX.Matrix@,SharpDX.Vector2[])">
  13748. <summary>
  13749. Performs a coordinate transformation on an array of vectors using the given <see cref="T:SharpDX.Matrix"/>.
  13750. </summary>
  13751. <param name="source">The array of coordinate vectors to transform.</param>
  13752. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13753. <param name="destination">The array for which the transformed vectors are stored.
  13754. This array may be the same array as <paramref name="source"/>.</param>
  13755. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  13756. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  13757. <remarks>
  13758. A coordinate transform performs the transformation with the assumption that the w component
  13759. is one. The four dimensional vector obtained from the transformation operation has each
  13760. component in the vector divided by the w component. This forces the w component to be one and
  13761. therefore makes the vector homogeneous. The homogeneous vector is often preferred when working
  13762. with coordinates as the w component can safely be ignored.
  13763. </remarks>
  13764. </member>
  13765. <member name="M:SharpDX.Vector2.TransformNormal(SharpDX.Vector2@,SharpDX.Matrix@,SharpDX.Vector2@)">
  13766. <summary>
  13767. Performs a normal transformation using the given <see cref="T:SharpDX.Matrix"/>.
  13768. </summary>
  13769. <param name="normal">The normal vector to transform.</param>
  13770. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13771. <param name="result">When the method completes, contains the transformed normal.</param>
  13772. <remarks>
  13773. A normal transform performs the transformation with the assumption that the w component
  13774. is zero. This causes the fourth row and fourth column of the matrix to be unused. The
  13775. end result is a vector that is not translated, but all other transformation properties
  13776. apply. This is often preferred for normal vectors as normals purely represent direction
  13777. rather than location because normal vectors should not be translated.
  13778. </remarks>
  13779. </member>
  13780. <member name="M:SharpDX.Vector2.TransformNormal(SharpDX.Vector2,SharpDX.Matrix)">
  13781. <summary>
  13782. Performs a normal transformation using the given <see cref="T:SharpDX.Matrix"/>.
  13783. </summary>
  13784. <param name="normal">The normal vector to transform.</param>
  13785. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13786. <returns>The transformed normal.</returns>
  13787. <remarks>
  13788. A normal transform performs the transformation with the assumption that the w component
  13789. is zero. This causes the fourth row and fourth column of the matrix to be unused. The
  13790. end result is a vector that is not translated, but all other transformation properties
  13791. apply. This is often preferred for normal vectors as normals purely represent direction
  13792. rather than location because normal vectors should not be translated.
  13793. </remarks>
  13794. </member>
  13795. <member name="M:SharpDX.Vector2.TransformNormal(SharpDX.Vector2[],SharpDX.Matrix@,SharpDX.Vector2[])">
  13796. <summary>
  13797. Performs a normal transformation on an array of vectors using the given <see cref="T:SharpDX.Matrix"/>.
  13798. </summary>
  13799. <param name="source">The array of normal vectors to transform.</param>
  13800. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  13801. <param name="destination">The array for which the transformed vectors are stored.
  13802. This array may be the same array as <paramref name="source"/>.</param>
  13803. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  13804. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  13805. <remarks>
  13806. A normal transform performs the transformation with the assumption that the w component
  13807. is zero. This causes the fourth row and fourth column of the matrix to be unused. The
  13808. end result is a vector that is not translated, but all other transformation properties
  13809. apply. This is often preferred for normal vectors as normals purely represent direction
  13810. rather than location because normal vectors should not be translated.
  13811. </remarks>
  13812. </member>
  13813. <member name="M:SharpDX.Vector2.op_Addition(SharpDX.Vector2,SharpDX.Vector2)">
  13814. <summary>
  13815. Adds two vectors.
  13816. </summary>
  13817. <param name="left">The first vector to add.</param>
  13818. <param name="right">The second vector to add.</param>
  13819. <returns>The sum of the two vectors.</returns>
  13820. </member>
  13821. <member name="M:SharpDX.Vector2.op_Multiply(SharpDX.Vector2,SharpDX.Vector2)">
  13822. <summary>
  13823. Multiplies a vector with another by performing component-wise multiplication equivalent to <see cref="M:SharpDX.Vector2.Multiply(SharpDX.Vector2@,SharpDX.Vector2@,SharpDX.Vector2@)"/>.
  13824. </summary>
  13825. <param name="left">The first vector to multiply.</param>
  13826. <param name="right">The second vector to multiply.</param>
  13827. <returns>The multiplication of the two vectors.</returns>
  13828. </member>
  13829. <member name="M:SharpDX.Vector2.op_UnaryPlus(SharpDX.Vector2)">
  13830. <summary>
  13831. Assert a vector (return it unchanged).
  13832. </summary>
  13833. <param name="value">The vector to assert (unchanged).</param>
  13834. <returns>The asserted (unchanged) vector.</returns>
  13835. </member>
  13836. <member name="M:SharpDX.Vector2.op_Subtraction(SharpDX.Vector2,SharpDX.Vector2)">
  13837. <summary>
  13838. Subtracts two vectors.
  13839. </summary>
  13840. <param name="left">The first vector to subtract.</param>
  13841. <param name="right">The second vector to subtract.</param>
  13842. <returns>The difference of the two vectors.</returns>
  13843. </member>
  13844. <member name="M:SharpDX.Vector2.op_UnaryNegation(SharpDX.Vector2)">
  13845. <summary>
  13846. Reverses the direction of a given vector.
  13847. </summary>
  13848. <param name="value">The vector to negate.</param>
  13849. <returns>A vector facing in the opposite direction.</returns>
  13850. </member>
  13851. <member name="M:SharpDX.Vector2.op_Multiply(System.Single,SharpDX.Vector2)">
  13852. <summary>
  13853. Scales a vector by the given value.
  13854. </summary>
  13855. <param name="value">The vector to scale.</param>
  13856. <param name="scale">The amount by which to scale the vector.</param>
  13857. <returns>The scaled vector.</returns>
  13858. </member>
  13859. <member name="M:SharpDX.Vector2.op_Multiply(SharpDX.Vector2,System.Single)">
  13860. <summary>
  13861. Scales a vector by the given value.
  13862. </summary>
  13863. <param name="value">The vector to scale.</param>
  13864. <param name="scale">The amount by which to scale the vector.</param>
  13865. <returns>The scaled vector.</returns>
  13866. </member>
  13867. <member name="M:SharpDX.Vector2.op_Division(SharpDX.Vector2,System.Single)">
  13868. <summary>
  13869. Scales a vector by the given value.
  13870. </summary>
  13871. <param name="value">The vector to scale.</param>
  13872. <param name="scale">The amount by which to scale the vector.</param>
  13873. <returns>The scaled vector.</returns>
  13874. </member>
  13875. <member name="M:SharpDX.Vector2.op_Division(System.Single,SharpDX.Vector2)">
  13876. <summary>
  13877. Scales a vector by the given value.
  13878. </summary>
  13879. <param name="scale">The amount by which to scale the vector.</param>
  13880. <param name="value">The vector to scale.</param>
  13881. <returns>The scaled vector.</returns>
  13882. </member>
  13883. <member name="M:SharpDX.Vector2.op_Division(SharpDX.Vector2,SharpDX.Vector2)">
  13884. <summary>
  13885. Scales a vector by the given value.
  13886. </summary>
  13887. <param name="value">The vector to scale.</param>
  13888. <param name="scale">The amount by which to scale the vector.</param>
  13889. <returns>The scaled vector.</returns>
  13890. </member>
  13891. <member name="M:SharpDX.Vector2.op_Addition(SharpDX.Vector2,System.Single)">
  13892. <summary>
  13893. Perform a component-wise addition
  13894. </summary>
  13895. <param name="value">The input vector.</param>
  13896. <param name="scalar">The scalar value to be added on elements</param>
  13897. <returns>The vector with added scalar for each element.</returns>
  13898. </member>
  13899. <member name="M:SharpDX.Vector2.op_Addition(System.Single,SharpDX.Vector2)">
  13900. <summary>
  13901. Perform a component-wise addition
  13902. </summary>
  13903. <param name="value">The input vector.</param>
  13904. <param name="scalar">The scalar value to be added on elements</param>
  13905. <returns>The vector with added scalar for each element.</returns>
  13906. </member>
  13907. <member name="M:SharpDX.Vector2.op_Subtraction(SharpDX.Vector2,System.Single)">
  13908. <summary>
  13909. Perform a component-wise subtraction
  13910. </summary>
  13911. <param name="value">The input vector.</param>
  13912. <param name="scalar">The scalar value to be subtraced from elements</param>
  13913. <returns>The vector with subtraced scalar from each element.</returns>
  13914. </member>
  13915. <member name="M:SharpDX.Vector2.op_Subtraction(System.Single,SharpDX.Vector2)">
  13916. <summary>
  13917. Perform a component-wise subtraction
  13918. </summary>
  13919. <param name="value">The input vector.</param>
  13920. <param name="scalar">The scalar value to be subtraced from elements</param>
  13921. <returns>The vector with subtraced scalar from each element.</returns>
  13922. </member>
  13923. <member name="M:SharpDX.Vector2.op_Equality(SharpDX.Vector2,SharpDX.Vector2)">
  13924. <summary>
  13925. Tests for equality between two objects.
  13926. </summary>
  13927. <param name="left">The first value to compare.</param>
  13928. <param name="right">The second value to compare.</param>
  13929. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  13930. </member>
  13931. <member name="M:SharpDX.Vector2.op_Inequality(SharpDX.Vector2,SharpDX.Vector2)">
  13932. <summary>
  13933. Tests for inequality between two objects.
  13934. </summary>
  13935. <param name="left">The first value to compare.</param>
  13936. <param name="right">The second value to compare.</param>
  13937. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  13938. </member>
  13939. <member name="M:SharpDX.Vector2.op_Explicit(SharpDX.Vector2)~SharpDX.Vector3">
  13940. <summary>
  13941. Performs an explicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Vector3"/>.
  13942. </summary>
  13943. <param name="value">The value.</param>
  13944. <returns>The result of the conversion.</returns>
  13945. </member>
  13946. <member name="M:SharpDX.Vector2.op_Explicit(SharpDX.Vector2)~SharpDX.Vector4">
  13947. <summary>
  13948. Performs an explicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Vector4"/>.
  13949. </summary>
  13950. <param name="value">The value.</param>
  13951. <returns>The result of the conversion.</returns>
  13952. </member>
  13953. <member name="M:SharpDX.Vector2.ToString">
  13954. <summary>
  13955. Returns a <see cref="T:System.String"/> that represents this instance.
  13956. </summary>
  13957. <returns>
  13958. A <see cref="T:System.String"/> that represents this instance.
  13959. </returns>
  13960. </member>
  13961. <member name="M:SharpDX.Vector2.ToString(System.String)">
  13962. <summary>
  13963. Returns a <see cref="T:System.String"/> that represents this instance.
  13964. </summary>
  13965. <param name="format">The format.</param>
  13966. <returns>
  13967. A <see cref="T:System.String"/> that represents this instance.
  13968. </returns>
  13969. </member>
  13970. <member name="M:SharpDX.Vector2.ToString(System.IFormatProvider)">
  13971. <summary>
  13972. Returns a <see cref="T:System.String"/> that represents this instance.
  13973. </summary>
  13974. <param name="formatProvider">The format provider.</param>
  13975. <returns>
  13976. A <see cref="T:System.String"/> that represents this instance.
  13977. </returns>
  13978. </member>
  13979. <member name="M:SharpDX.Vector2.ToString(System.String,System.IFormatProvider)">
  13980. <summary>
  13981. Returns a <see cref="T:System.String"/> that represents this instance.
  13982. </summary>
  13983. <param name="format">The format.</param>
  13984. <param name="formatProvider">The format provider.</param>
  13985. <returns>
  13986. A <see cref="T:System.String"/> that represents this instance.
  13987. </returns>
  13988. </member>
  13989. <member name="M:SharpDX.Vector2.GetHashCode">
  13990. <summary>
  13991. Returns a hash code for this instance.
  13992. </summary>
  13993. <returns>
  13994. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  13995. </returns>
  13996. </member>
  13997. <member name="M:SharpDX.Vector2.Equals(SharpDX.Vector2@)">
  13998. <summary>
  13999. Determines whether the specified <see cref="T:SharpDX.Vector2"/> is equal to this instance.
  14000. </summary>
  14001. <param name="other">The <see cref="T:SharpDX.Vector2"/> to compare with this instance.</param>
  14002. <returns>
  14003. <c>true</c> if the specified <see cref="T:SharpDX.Vector2"/> is equal to this instance; otherwise, <c>false</c>.
  14004. </returns>
  14005. </member>
  14006. <member name="M:SharpDX.Vector2.Equals(SharpDX.Vector2)">
  14007. <summary>
  14008. Determines whether the specified <see cref="T:SharpDX.Vector2"/> is equal to this instance.
  14009. </summary>
  14010. <param name="other">The <see cref="T:SharpDX.Vector2"/> to compare with this instance.</param>
  14011. <returns>
  14012. <c>true</c> if the specified <see cref="T:SharpDX.Vector2"/> is equal to this instance; otherwise, <c>false</c>.
  14013. </returns>
  14014. </member>
  14015. <member name="M:SharpDX.Vector2.Equals(System.Object)">
  14016. <summary>
  14017. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  14018. </summary>
  14019. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  14020. <returns>
  14021. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  14022. </returns>
  14023. </member>
  14024. <member name="M:SharpDX.Vector2.op_Implicit(SharpDX.Vector2)~SharpDX.Mathematics.Interop.RawVector2">
  14025. <summary>
  14026. Performs an implicit conversion from <see cref="T:SharpDX.Vector2"/> to <see cref="T:SharpDX.Mathematics.Interop.RawVector2"/>.
  14027. </summary>
  14028. <param name="value">The value.</param>
  14029. <returns>The result of the conversion.</returns>
  14030. </member>
  14031. <member name="M:SharpDX.Vector2.op_Implicit(SharpDX.Mathematics.Interop.RawVector2)~SharpDX.Vector2">
  14032. <summary>
  14033. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawVector2"/> to <see cref="T:SharpDX.Vector2"/>.
  14034. </summary>
  14035. <param name="value">The value.</param>
  14036. <returns>The result of the conversion.</returns>
  14037. </member>
  14038. <member name="T:SharpDX.Vector3">
  14039. <summary>
  14040. Represents a three dimensional mathematical vector.
  14041. </summary>
  14042. </member>
  14043. <member name="F:SharpDX.Vector3.SizeInBytes">
  14044. <summary>
  14045. The size of the <see cref="T:SharpDX.Vector3"/> type, in bytes.
  14046. </summary>
  14047. </member>
  14048. <member name="F:SharpDX.Vector3.Zero">
  14049. <summary>
  14050. A <see cref="T:SharpDX.Vector3"/> with all of its components set to zero.
  14051. </summary>
  14052. </member>
  14053. <member name="F:SharpDX.Vector3.UnitX">
  14054. <summary>
  14055. The X unit <see cref="T:SharpDX.Vector3"/> (1, 0, 0).
  14056. </summary>
  14057. </member>
  14058. <member name="F:SharpDX.Vector3.UnitY">
  14059. <summary>
  14060. The Y unit <see cref="T:SharpDX.Vector3"/> (0, 1, 0).
  14061. </summary>
  14062. </member>
  14063. <member name="F:SharpDX.Vector3.UnitZ">
  14064. <summary>
  14065. The Z unit <see cref="T:SharpDX.Vector3"/> (0, 0, 1).
  14066. </summary>
  14067. </member>
  14068. <member name="F:SharpDX.Vector3.One">
  14069. <summary>
  14070. A <see cref="T:SharpDX.Vector3"/> with all of its components set to one.
  14071. </summary>
  14072. </member>
  14073. <member name="F:SharpDX.Vector3.Up">
  14074. <summary>
  14075. A unit <see cref="T:SharpDX.Vector3"/> designating up (0, 1, 0).
  14076. </summary>
  14077. </member>
  14078. <member name="F:SharpDX.Vector3.Down">
  14079. <summary>
  14080. A unit <see cref="T:SharpDX.Vector3"/> designating down (0, -1, 0).
  14081. </summary>
  14082. </member>
  14083. <member name="F:SharpDX.Vector3.Left">
  14084. <summary>
  14085. A unit <see cref="T:SharpDX.Vector3"/> designating left (-1, 0, 0).
  14086. </summary>
  14087. </member>
  14088. <member name="F:SharpDX.Vector3.Right">
  14089. <summary>
  14090. A unit <see cref="T:SharpDX.Vector3"/> designating right (1, 0, 0).
  14091. </summary>
  14092. </member>
  14093. <member name="F:SharpDX.Vector3.ForwardRH">
  14094. <summary>
  14095. A unit <see cref="T:SharpDX.Vector3"/> designating forward in a right-handed coordinate system (0, 0, -1).
  14096. </summary>
  14097. </member>
  14098. <member name="F:SharpDX.Vector3.ForwardLH">
  14099. <summary>
  14100. A unit <see cref="T:SharpDX.Vector3"/> designating forward in a left-handed coordinate system (0, 0, 1).
  14101. </summary>
  14102. </member>
  14103. <member name="F:SharpDX.Vector3.BackwardRH">
  14104. <summary>
  14105. A unit <see cref="T:SharpDX.Vector3"/> designating backward in a right-handed coordinate system (0, 0, 1).
  14106. </summary>
  14107. </member>
  14108. <member name="F:SharpDX.Vector3.BackwardLH">
  14109. <summary>
  14110. A unit <see cref="T:SharpDX.Vector3"/> designating backward in a left-handed coordinate system (0, 0, -1).
  14111. </summary>
  14112. </member>
  14113. <member name="F:SharpDX.Vector3.X">
  14114. <summary>
  14115. The X component of the vector.
  14116. </summary>
  14117. </member>
  14118. <member name="F:SharpDX.Vector3.Y">
  14119. <summary>
  14120. The Y component of the vector.
  14121. </summary>
  14122. </member>
  14123. <member name="F:SharpDX.Vector3.Z">
  14124. <summary>
  14125. The Z component of the vector.
  14126. </summary>
  14127. </member>
  14128. <member name="M:SharpDX.Vector3.#ctor(System.Single)">
  14129. <summary>
  14130. Initializes a new instance of the <see cref="T:SharpDX.Vector3"/> struct.
  14131. </summary>
  14132. <param name="value">The value that will be assigned to all components.</param>
  14133. </member>
  14134. <member name="M:SharpDX.Vector3.#ctor(System.Single,System.Single,System.Single)">
  14135. <summary>
  14136. Initializes a new instance of the <see cref="T:SharpDX.Vector3"/> struct.
  14137. </summary>
  14138. <param name="x">Initial value for the X component of the vector.</param>
  14139. <param name="y">Initial value for the Y component of the vector.</param>
  14140. <param name="z">Initial value for the Z component of the vector.</param>
  14141. </member>
  14142. <member name="M:SharpDX.Vector3.#ctor(SharpDX.Vector2,System.Single)">
  14143. <summary>
  14144. Initializes a new instance of the <see cref="T:SharpDX.Vector3"/> struct.
  14145. </summary>
  14146. <param name="value">A vector containing the values with which to initialize the X and Y components.</param>
  14147. <param name="z">Initial value for the Z component of the vector.</param>
  14148. </member>
  14149. <member name="M:SharpDX.Vector3.#ctor(System.Single[])">
  14150. <summary>
  14151. Initializes a new instance of the <see cref="T:SharpDX.Vector3"/> struct.
  14152. </summary>
  14153. <param name="values">The values to assign to the X, Y, and Z components of the vector. This must be an array with three elements.</param>
  14154. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  14155. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than three elements.</exception>
  14156. </member>
  14157. <member name="P:SharpDX.Vector3.IsNormalized">
  14158. <summary>
  14159. Gets a value indicting whether this instance is normalized.
  14160. </summary>
  14161. </member>
  14162. <member name="P:SharpDX.Vector3.IsZero">
  14163. <summary>
  14164. Gets a value indicting whether this vector is zero
  14165. </summary>
  14166. </member>
  14167. <member name="P:SharpDX.Vector3.Item(System.Int32)">
  14168. <summary>
  14169. Gets or sets the component at the specified index.
  14170. </summary>
  14171. <value>The value of the X, Y, or Z component, depending on the index.</value>
  14172. <param name="index">The index of the component to access. Use 0 for the X component, 1 for the Y component, and 2 for the Z component.</param>
  14173. <returns>The value of the component at the specified index.</returns>
  14174. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 2].</exception>
  14175. </member>
  14176. <member name="M:SharpDX.Vector3.Length">
  14177. <summary>
  14178. Calculates the length of the vector.
  14179. </summary>
  14180. <returns>The length of the vector.</returns>
  14181. <remarks>
  14182. <see cref="M:SharpDX.Vector3.LengthSquared"/> may be preferred when only the relative length is needed
  14183. and speed is of the essence.
  14184. </remarks>
  14185. </member>
  14186. <member name="M:SharpDX.Vector3.LengthSquared">
  14187. <summary>
  14188. Calculates the squared length of the vector.
  14189. </summary>
  14190. <returns>The squared length of the vector.</returns>
  14191. <remarks>
  14192. This method may be preferred to <see cref="M:SharpDX.Vector3.Length"/> when only a relative length is needed
  14193. and speed is of the essence.
  14194. </remarks>
  14195. </member>
  14196. <member name="M:SharpDX.Vector3.Normalize">
  14197. <summary>
  14198. Converts the vector into a unit vector.
  14199. </summary>
  14200. </member>
  14201. <member name="M:SharpDX.Vector3.ToArray">
  14202. <summary>
  14203. Creates an array containing the elements of the vector.
  14204. </summary>
  14205. <returns>A three-element array containing the components of the vector.</returns>
  14206. </member>
  14207. <member name="M:SharpDX.Vector3.Add(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14208. <summary>
  14209. Adds two vectors.
  14210. </summary>
  14211. <param name="left">The first vector to add.</param>
  14212. <param name="right">The second vector to add.</param>
  14213. <param name="result">When the method completes, contains the sum of the two vectors.</param>
  14214. </member>
  14215. <member name="M:SharpDX.Vector3.Add(SharpDX.Vector3,SharpDX.Vector3)">
  14216. <summary>
  14217. Adds two vectors.
  14218. </summary>
  14219. <param name="left">The first vector to add.</param>
  14220. <param name="right">The second vector to add.</param>
  14221. <returns>The sum of the two vectors.</returns>
  14222. </member>
  14223. <member name="M:SharpDX.Vector3.Add(SharpDX.Vector3@,System.Single@,SharpDX.Vector3@)">
  14224. <summary>
  14225. Perform a component-wise addition
  14226. </summary>
  14227. <param name="left">The input vector</param>
  14228. <param name="right">The scalar value to be added to elements</param>
  14229. <param name="result">The vector with added scalar for each element.</param>
  14230. </member>
  14231. <member name="M:SharpDX.Vector3.Add(SharpDX.Vector3,System.Single)">
  14232. <summary>
  14233. Perform a component-wise addition
  14234. </summary>
  14235. <param name="left">The input vector</param>
  14236. <param name="right">The scalar value to be added to elements</param>
  14237. <returns>The vector with added scalar for each element.</returns>
  14238. </member>
  14239. <member name="M:SharpDX.Vector3.Subtract(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14240. <summary>
  14241. Subtracts two vectors.
  14242. </summary>
  14243. <param name="left">The first vector to subtract.</param>
  14244. <param name="right">The second vector to subtract.</param>
  14245. <param name="result">When the method completes, contains the difference of the two vectors.</param>
  14246. </member>
  14247. <member name="M:SharpDX.Vector3.Subtract(SharpDX.Vector3,SharpDX.Vector3)">
  14248. <summary>
  14249. Subtracts two vectors.
  14250. </summary>
  14251. <param name="left">The first vector to subtract.</param>
  14252. <param name="right">The second vector to subtract.</param>
  14253. <returns>The difference of the two vectors.</returns>
  14254. </member>
  14255. <member name="M:SharpDX.Vector3.Subtract(SharpDX.Vector3@,System.Single@,SharpDX.Vector3@)">
  14256. <summary>
  14257. Perform a component-wise subtraction
  14258. </summary>
  14259. <param name="left">The input vector</param>
  14260. <param name="right">The scalar value to be subtraced from elements</param>
  14261. <param name="result">The vector with subtracted scalar for each element.</param>
  14262. </member>
  14263. <member name="M:SharpDX.Vector3.Subtract(SharpDX.Vector3,System.Single)">
  14264. <summary>
  14265. Perform a component-wise subtraction
  14266. </summary>
  14267. <param name="left">The input vector</param>
  14268. <param name="right">The scalar value to be subtraced from elements</param>
  14269. <returns>The vector with subtracted scalar for each element.</returns>
  14270. </member>
  14271. <member name="M:SharpDX.Vector3.Subtract(System.Single@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14272. <summary>
  14273. Perform a component-wise subtraction
  14274. </summary>
  14275. <param name="left">The scalar value to be subtraced from elements</param>
  14276. <param name="right">The input vector.</param>
  14277. <param name="result">The vector with subtracted scalar for each element.</param>
  14278. </member>
  14279. <member name="M:SharpDX.Vector3.Subtract(System.Single,SharpDX.Vector3)">
  14280. <summary>
  14281. Perform a component-wise subtraction
  14282. </summary>
  14283. <param name="left">The scalar value to be subtraced from elements</param>
  14284. <param name="right">The input vector.</param>
  14285. <returns>The vector with subtracted scalar for each element.</returns>
  14286. </member>
  14287. <member name="M:SharpDX.Vector3.Multiply(SharpDX.Vector3@,System.Single,SharpDX.Vector3@)">
  14288. <summary>
  14289. Scales a vector by the given value.
  14290. </summary>
  14291. <param name="value">The vector to scale.</param>
  14292. <param name="scale">The amount by which to scale the vector.</param>
  14293. <param name="result">When the method completes, contains the scaled vector.</param>
  14294. </member>
  14295. <member name="M:SharpDX.Vector3.Multiply(SharpDX.Vector3,System.Single)">
  14296. <summary>
  14297. Scales a vector by the given value.
  14298. </summary>
  14299. <param name="value">The vector to scale.</param>
  14300. <param name="scale">The amount by which to scale the vector.</param>
  14301. <returns>The scaled vector.</returns>
  14302. </member>
  14303. <member name="M:SharpDX.Vector3.Multiply(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14304. <summary>
  14305. Multiply a vector with another by performing component-wise multiplication.
  14306. </summary>
  14307. <param name="left">The first vector to multiply.</param>
  14308. <param name="right">The second vector to multiply.</param>
  14309. <param name="result">When the method completes, contains the multiplied vector.</param>
  14310. </member>
  14311. <member name="M:SharpDX.Vector3.Multiply(SharpDX.Vector3,SharpDX.Vector3)">
  14312. <summary>
  14313. Multiply a vector with another by performing component-wise multiplication.
  14314. </summary>
  14315. <param name="left">The first vector to Multiply.</param>
  14316. <param name="right">The second vector to multiply.</param>
  14317. <returns>The multiplied vector.</returns>
  14318. </member>
  14319. <member name="M:SharpDX.Vector3.Divide(SharpDX.Vector3@,System.Single,SharpDX.Vector3@)">
  14320. <summary>
  14321. Scales a vector by the given value.
  14322. </summary>
  14323. <param name="value">The vector to scale.</param>
  14324. <param name="scale">The amount by which to scale the vector.</param>
  14325. <param name="result">When the method completes, contains the scaled vector.</param>
  14326. </member>
  14327. <member name="M:SharpDX.Vector3.Divide(SharpDX.Vector3,System.Single)">
  14328. <summary>
  14329. Scales a vector by the given value.
  14330. </summary>
  14331. <param name="value">The vector to scale.</param>
  14332. <param name="scale">The amount by which to scale the vector.</param>
  14333. <returns>The scaled vector.</returns>
  14334. </member>
  14335. <member name="M:SharpDX.Vector3.Divide(System.Single,SharpDX.Vector3@,SharpDX.Vector3@)">
  14336. <summary>
  14337. Scales a vector by the given value.
  14338. </summary>
  14339. <param name="scale">The amount by which to scale the vector.</param>
  14340. <param name="value">The vector to scale.</param>
  14341. <param name="result">When the method completes, contains the scaled vector.</param>
  14342. </member>
  14343. <member name="M:SharpDX.Vector3.Divide(System.Single,SharpDX.Vector3)">
  14344. <summary>
  14345. Scales a vector by the given value.
  14346. </summary>
  14347. <param name="value">The vector to scale.</param>
  14348. <param name="scale">The amount by which to scale the vector.</param>
  14349. <returns>The scaled vector.</returns>
  14350. </member>
  14351. <member name="M:SharpDX.Vector3.Negate(SharpDX.Vector3@,SharpDX.Vector3@)">
  14352. <summary>
  14353. Reverses the direction of a given vector.
  14354. </summary>
  14355. <param name="value">The vector to negate.</param>
  14356. <param name="result">When the method completes, contains a vector facing in the opposite direction.</param>
  14357. </member>
  14358. <member name="M:SharpDX.Vector3.Negate(SharpDX.Vector3)">
  14359. <summary>
  14360. Reverses the direction of a given vector.
  14361. </summary>
  14362. <param name="value">The vector to negate.</param>
  14363. <returns>A vector facing in the opposite direction.</returns>
  14364. </member>
  14365. <member name="M:SharpDX.Vector3.Barycentric(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,System.Single,System.Single,SharpDX.Vector3@)">
  14366. <summary>
  14367. Returns a <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 3D triangle.
  14368. </summary>
  14369. <param name="value1">A <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of vertex 1 of the triangle.</param>
  14370. <param name="value2">A <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of vertex 2 of the triangle.</param>
  14371. <param name="value3">A <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of vertex 3 of the triangle.</param>
  14372. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  14373. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  14374. <param name="result">When the method completes, contains the 3D Cartesian coordinates of the specified point.</param>
  14375. </member>
  14376. <member name="M:SharpDX.Vector3.Barycentric(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,System.Single,System.Single)">
  14377. <summary>
  14378. Returns a <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 3D triangle.
  14379. </summary>
  14380. <param name="value1">A <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of vertex 1 of the triangle.</param>
  14381. <param name="value2">A <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of vertex 2 of the triangle.</param>
  14382. <param name="value3">A <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of vertex 3 of the triangle.</param>
  14383. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  14384. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  14385. <returns>A new <see cref="T:SharpDX.Vector3"/> containing the 3D Cartesian coordinates of the specified point.</returns>
  14386. </member>
  14387. <member name="M:SharpDX.Vector3.Clamp(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14388. <summary>
  14389. Restricts a value to be within a specified range.
  14390. </summary>
  14391. <param name="value">The value to clamp.</param>
  14392. <param name="min">The minimum value.</param>
  14393. <param name="max">The maximum value.</param>
  14394. <param name="result">When the method completes, contains the clamped value.</param>
  14395. </member>
  14396. <member name="M:SharpDX.Vector3.Clamp(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  14397. <summary>
  14398. Restricts a value to be within a specified range.
  14399. </summary>
  14400. <param name="value">The value to clamp.</param>
  14401. <param name="min">The minimum value.</param>
  14402. <param name="max">The maximum value.</param>
  14403. <returns>The clamped value.</returns>
  14404. </member>
  14405. <member name="M:SharpDX.Vector3.Cross(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14406. <summary>
  14407. Calculates the cross product of two vectors.
  14408. </summary>
  14409. <param name="left">First source vector.</param>
  14410. <param name="right">Second source vector.</param>
  14411. <param name="result">When the method completes, contains he cross product of the two vectors.</param>
  14412. </member>
  14413. <member name="M:SharpDX.Vector3.Cross(SharpDX.Vector3,SharpDX.Vector3)">
  14414. <summary>
  14415. Calculates the cross product of two vectors.
  14416. </summary>
  14417. <param name="left">First source vector.</param>
  14418. <param name="right">Second source vector.</param>
  14419. <returns>The cross product of the two vectors.</returns>
  14420. </member>
  14421. <member name="M:SharpDX.Vector3.Distance(SharpDX.Vector3@,SharpDX.Vector3@,System.Single@)">
  14422. <summary>
  14423. Calculates the distance between two vectors.
  14424. </summary>
  14425. <param name="value1">The first vector.</param>
  14426. <param name="value2">The second vector.</param>
  14427. <param name="result">When the method completes, contains the distance between the two vectors.</param>
  14428. <remarks>
  14429. <see cref="M:SharpDX.Vector3.DistanceSquared(SharpDX.Vector3@,SharpDX.Vector3@,System.Single@)"/> may be preferred when only the relative distance is needed
  14430. and speed is of the essence.
  14431. </remarks>
  14432. </member>
  14433. <member name="M:SharpDX.Vector3.Distance(SharpDX.Vector3,SharpDX.Vector3)">
  14434. <summary>
  14435. Calculates the distance between two vectors.
  14436. </summary>
  14437. <param name="value1">The first vector.</param>
  14438. <param name="value2">The second vector.</param>
  14439. <returns>The distance between the two vectors.</returns>
  14440. <remarks>
  14441. <see cref="M:SharpDX.Vector3.DistanceSquared(SharpDX.Vector3,SharpDX.Vector3)"/> may be preferred when only the relative distance is needed
  14442. and speed is of the essence.
  14443. </remarks>
  14444. </member>
  14445. <member name="M:SharpDX.Vector3.DistanceSquared(SharpDX.Vector3@,SharpDX.Vector3@,System.Single@)">
  14446. <summary>
  14447. Calculates the squared distance between two vectors.
  14448. </summary>
  14449. <param name="value1">The first vector.</param>
  14450. <param name="value2">The second vector.</param>
  14451. <param name="result">When the method completes, contains the squared distance between the two vectors.</param>
  14452. <remarks>Distance squared is the value before taking the square root.
  14453. Distance squared can often be used in place of distance if relative comparisons are being made.
  14454. For example, consider three points A, B, and C. To determine whether B or C is further from A,
  14455. compare the distance between A and B to the distance between A and C. Calculating the two distances
  14456. involves two square roots, which are computationally expensive. However, using distance squared
  14457. provides the same information and avoids calculating two square roots.
  14458. </remarks>
  14459. </member>
  14460. <member name="M:SharpDX.Vector3.DistanceSquared(SharpDX.Vector3,SharpDX.Vector3)">
  14461. <summary>
  14462. Calculates the squared distance between two vectors.
  14463. </summary>
  14464. <param name="value1">The first vector.</param>
  14465. <param name="value2">The second vector.</param>
  14466. <returns>The squared distance between the two vectors.</returns>
  14467. <remarks>Distance squared is the value before taking the square root.
  14468. Distance squared can often be used in place of distance if relative comparisons are being made.
  14469. For example, consider three points A, B, and C. To determine whether B or C is further from A,
  14470. compare the distance between A and B to the distance between A and C. Calculating the two distances
  14471. involves two square roots, which are computationally expensive. However, using distance squared
  14472. provides the same information and avoids calculating two square roots.
  14473. </remarks>
  14474. </member>
  14475. <member name="M:SharpDX.Vector3.NearEqual(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3)">
  14476. <summary>
  14477. Tests whether one 3D vector is near another 3D vector.
  14478. </summary>
  14479. <param name="left">The left vector.</param>
  14480. <param name="right">The right vector.</param>
  14481. <param name="epsilon">The epsilon.</param>
  14482. <returns><c>true</c> if left and right are near another 3D, <c>false</c> otherwise</returns>
  14483. </member>
  14484. <member name="M:SharpDX.Vector3.NearEqual(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14485. <summary>
  14486. Tests whether one 3D vector is near another 3D vector.
  14487. </summary>
  14488. <param name="left">The left vector.</param>
  14489. <param name="right">The right vector.</param>
  14490. <param name="epsilon">The epsilon.</param>
  14491. <returns><c>true</c> if left and right are near another 3D, <c>false</c> otherwise</returns>
  14492. </member>
  14493. <member name="M:SharpDX.Vector3.Dot(SharpDX.Vector3@,SharpDX.Vector3@,System.Single@)">
  14494. <summary>
  14495. Calculates the dot product of two vectors.
  14496. </summary>
  14497. <param name="left">First source vector.</param>
  14498. <param name="right">Second source vector.</param>
  14499. <param name="result">When the method completes, contains the dot product of the two vectors.</param>
  14500. </member>
  14501. <member name="M:SharpDX.Vector3.Dot(SharpDX.Vector3,SharpDX.Vector3)">
  14502. <summary>
  14503. Calculates the dot product of two vectors.
  14504. </summary>
  14505. <param name="left">First source vector.</param>
  14506. <param name="right">Second source vector.</param>
  14507. <returns>The dot product of the two vectors.</returns>
  14508. </member>
  14509. <member name="M:SharpDX.Vector3.Normalize(SharpDX.Vector3@,SharpDX.Vector3@)">
  14510. <summary>
  14511. Converts the vector into a unit vector.
  14512. </summary>
  14513. <param name="value">The vector to normalize.</param>
  14514. <param name="result">When the method completes, contains the normalized vector.</param>
  14515. </member>
  14516. <member name="M:SharpDX.Vector3.Normalize(SharpDX.Vector3)">
  14517. <summary>
  14518. Converts the vector into a unit vector.
  14519. </summary>
  14520. <param name="value">The vector to normalize.</param>
  14521. <returns>The normalized vector.</returns>
  14522. </member>
  14523. <member name="M:SharpDX.Vector3.Lerp(SharpDX.Vector3@,SharpDX.Vector3@,System.Single,SharpDX.Vector3@)">
  14524. <summary>
  14525. Performs a linear interpolation between two vectors.
  14526. </summary>
  14527. <param name="start">Start vector.</param>
  14528. <param name="end">End vector.</param>
  14529. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  14530. <param name="result">When the method completes, contains the linear interpolation of the two vectors.</param>
  14531. <remarks>
  14532. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  14533. </remarks>
  14534. </member>
  14535. <member name="M:SharpDX.Vector3.Lerp(SharpDX.Vector3,SharpDX.Vector3,System.Single)">
  14536. <summary>
  14537. Performs a linear interpolation between two vectors.
  14538. </summary>
  14539. <param name="start">Start vector.</param>
  14540. <param name="end">End vector.</param>
  14541. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  14542. <returns>The linear interpolation of the two vectors.</returns>
  14543. <remarks>
  14544. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  14545. </remarks>
  14546. </member>
  14547. <member name="M:SharpDX.Vector3.SmoothStep(SharpDX.Vector3@,SharpDX.Vector3@,System.Single,SharpDX.Vector3@)">
  14548. <summary>
  14549. Performs a cubic interpolation between two vectors.
  14550. </summary>
  14551. <param name="start">Start vector.</param>
  14552. <param name="end">End vector.</param>
  14553. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  14554. <param name="result">When the method completes, contains the cubic interpolation of the two vectors.</param>
  14555. </member>
  14556. <member name="M:SharpDX.Vector3.SmoothStep(SharpDX.Vector3,SharpDX.Vector3,System.Single)">
  14557. <summary>
  14558. Performs a cubic interpolation between two vectors.
  14559. </summary>
  14560. <param name="start">Start vector.</param>
  14561. <param name="end">End vector.</param>
  14562. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  14563. <returns>The cubic interpolation of the two vectors.</returns>
  14564. </member>
  14565. <member name="M:SharpDX.Vector3.Hermite(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,System.Single,SharpDX.Vector3@)">
  14566. <summary>
  14567. Performs a Hermite spline interpolation.
  14568. </summary>
  14569. <param name="value1">First source position vector.</param>
  14570. <param name="tangent1">First source tangent vector.</param>
  14571. <param name="value2">Second source position vector.</param>
  14572. <param name="tangent2">Second source tangent vector.</param>
  14573. <param name="amount">Weighting factor.</param>
  14574. <param name="result">When the method completes, contains the result of the Hermite spline interpolation.</param>
  14575. </member>
  14576. <member name="M:SharpDX.Vector3.Hermite(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,System.Single)">
  14577. <summary>
  14578. Performs a Hermite spline interpolation.
  14579. </summary>
  14580. <param name="value1">First source position vector.</param>
  14581. <param name="tangent1">First source tangent vector.</param>
  14582. <param name="value2">Second source position vector.</param>
  14583. <param name="tangent2">Second source tangent vector.</param>
  14584. <param name="amount">Weighting factor.</param>
  14585. <returns>The result of the Hermite spline interpolation.</returns>
  14586. </member>
  14587. <member name="M:SharpDX.Vector3.CatmullRom(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@,System.Single,SharpDX.Vector3@)">
  14588. <summary>
  14589. Performs a Catmull-Rom interpolation using the specified positions.
  14590. </summary>
  14591. <param name="value1">The first position in the interpolation.</param>
  14592. <param name="value2">The second position in the interpolation.</param>
  14593. <param name="value3">The third position in the interpolation.</param>
  14594. <param name="value4">The fourth position in the interpolation.</param>
  14595. <param name="amount">Weighting factor.</param>
  14596. <param name="result">When the method completes, contains the result of the Catmull-Rom interpolation.</param>
  14597. </member>
  14598. <member name="M:SharpDX.Vector3.CatmullRom(SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,SharpDX.Vector3,System.Single)">
  14599. <summary>
  14600. Performs a Catmull-Rom interpolation using the specified positions.
  14601. </summary>
  14602. <param name="value1">The first position in the interpolation.</param>
  14603. <param name="value2">The second position in the interpolation.</param>
  14604. <param name="value3">The third position in the interpolation.</param>
  14605. <param name="value4">The fourth position in the interpolation.</param>
  14606. <param name="amount">Weighting factor.</param>
  14607. <returns>A vector that is the result of the Catmull-Rom interpolation.</returns>
  14608. </member>
  14609. <member name="M:SharpDX.Vector3.Max(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14610. <summary>
  14611. Returns a vector containing the largest components of the specified vectors.
  14612. </summary>
  14613. <param name="left">The first source vector.</param>
  14614. <param name="right">The second source vector.</param>
  14615. <param name="result">When the method completes, contains an new vector composed of the largest components of the source vectors.</param>
  14616. </member>
  14617. <member name="M:SharpDX.Vector3.Max(SharpDX.Vector3,SharpDX.Vector3)">
  14618. <summary>
  14619. Returns a vector containing the largest components of the specified vectors.
  14620. </summary>
  14621. <param name="left">The first source vector.</param>
  14622. <param name="right">The second source vector.</param>
  14623. <returns>A vector containing the largest components of the source vectors.</returns>
  14624. </member>
  14625. <member name="M:SharpDX.Vector3.Min(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14626. <summary>
  14627. Returns a vector containing the smallest components of the specified vectors.
  14628. </summary>
  14629. <param name="left">The first source vector.</param>
  14630. <param name="right">The second source vector.</param>
  14631. <param name="result">When the method completes, contains an new vector composed of the smallest components of the source vectors.</param>
  14632. </member>
  14633. <member name="M:SharpDX.Vector3.Min(SharpDX.Vector3,SharpDX.Vector3)">
  14634. <summary>
  14635. Returns a vector containing the smallest components of the specified vectors.
  14636. </summary>
  14637. <param name="left">The first source vector.</param>
  14638. <param name="right">The second source vector.</param>
  14639. <returns>A vector containing the smallest components of the source vectors.</returns>
  14640. </member>
  14641. <member name="M:SharpDX.Vector3.Project(SharpDX.Vector3@,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@,SharpDX.Vector3@)">
  14642. <summary>
  14643. Projects a 3D vector from object space into screen space.
  14644. </summary>
  14645. <param name="vector">The vector to project.</param>
  14646. <param name="x">The X position of the viewport.</param>
  14647. <param name="y">The Y position of the viewport.</param>
  14648. <param name="width">The width of the viewport.</param>
  14649. <param name="height">The height of the viewport.</param>
  14650. <param name="minZ">The minimum depth of the viewport.</param>
  14651. <param name="maxZ">The maximum depth of the viewport.</param>
  14652. <param name="worldViewProjection">The combined world-view-projection matrix.</param>
  14653. <param name="result">When the method completes, contains the vector in screen space.</param>
  14654. </member>
  14655. <member name="M:SharpDX.Vector3.Project(SharpDX.Vector3,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix)">
  14656. <summary>
  14657. Projects a 3D vector from object space into screen space.
  14658. </summary>
  14659. <param name="vector">The vector to project.</param>
  14660. <param name="x">The X position of the viewport.</param>
  14661. <param name="y">The Y position of the viewport.</param>
  14662. <param name="width">The width of the viewport.</param>
  14663. <param name="height">The height of the viewport.</param>
  14664. <param name="minZ">The minimum depth of the viewport.</param>
  14665. <param name="maxZ">The maximum depth of the viewport.</param>
  14666. <param name="worldViewProjection">The combined world-view-projection matrix.</param>
  14667. <returns>The vector in screen space.</returns>
  14668. </member>
  14669. <member name="M:SharpDX.Vector3.Unproject(SharpDX.Vector3@,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix@,SharpDX.Vector3@)">
  14670. <summary>
  14671. Projects a 3D vector from screen space into object space.
  14672. </summary>
  14673. <param name="vector">The vector to project.</param>
  14674. <param name="x">The X position of the viewport.</param>
  14675. <param name="y">The Y position of the viewport.</param>
  14676. <param name="width">The width of the viewport.</param>
  14677. <param name="height">The height of the viewport.</param>
  14678. <param name="minZ">The minimum depth of the viewport.</param>
  14679. <param name="maxZ">The maximum depth of the viewport.</param>
  14680. <param name="worldViewProjection">The combined world-view-projection matrix.</param>
  14681. <param name="result">When the method completes, contains the vector in object space.</param>
  14682. </member>
  14683. <member name="M:SharpDX.Vector3.Unproject(SharpDX.Vector3,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,SharpDX.Matrix)">
  14684. <summary>
  14685. Projects a 3D vector from screen space into object space.
  14686. </summary>
  14687. <param name="vector">The vector to project.</param>
  14688. <param name="x">The X position of the viewport.</param>
  14689. <param name="y">The Y position of the viewport.</param>
  14690. <param name="width">The width of the viewport.</param>
  14691. <param name="height">The height of the viewport.</param>
  14692. <param name="minZ">The minimum depth of the viewport.</param>
  14693. <param name="maxZ">The maximum depth of the viewport.</param>
  14694. <param name="worldViewProjection">The combined world-view-projection matrix.</param>
  14695. <returns>The vector in object space.</returns>
  14696. </member>
  14697. <member name="M:SharpDX.Vector3.Reflect(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)">
  14698. <summary>
  14699. Returns the reflection of a vector off a surface that has the specified normal.
  14700. </summary>
  14701. <param name="vector">The source vector.</param>
  14702. <param name="normal">Normal of the surface.</param>
  14703. <param name="result">When the method completes, contains the reflected vector.</param>
  14704. <remarks>Reflect only gives the direction of a reflection off a surface, it does not determine
  14705. whether the original vector was close enough to the surface to hit it.</remarks>
  14706. </member>
  14707. <member name="M:SharpDX.Vector3.Reflect(SharpDX.Vector3,SharpDX.Vector3)">
  14708. <summary>
  14709. Returns the reflection of a vector off a surface that has the specified normal.
  14710. </summary>
  14711. <param name="vector">The source vector.</param>
  14712. <param name="normal">Normal of the surface.</param>
  14713. <returns>The reflected vector.</returns>
  14714. <remarks>Reflect only gives the direction of a reflection off a surface, it does not determine
  14715. whether the original vector was close enough to the surface to hit it.</remarks>
  14716. </member>
  14717. <member name="M:SharpDX.Vector3.Orthogonalize(SharpDX.Vector3[],SharpDX.Vector3[])">
  14718. <summary>
  14719. Orthogonalizes a list of vectors.
  14720. </summary>
  14721. <param name="destination">The list of orthogonalized vectors.</param>
  14722. <param name="source">The list of vectors to orthogonalize.</param>
  14723. <remarks>
  14724. <para>Orthogonalization is the process of making all vectors orthogonal to each other. This
  14725. means that any given vector in the list will be orthogonal to any other given vector in the
  14726. list.</para>
  14727. <para>Because this method uses the modified Gram-Schmidt process, the resulting vectors
  14728. tend to be numerically unstable. The numeric stability decreases according to the vectors
  14729. position in the list so that the first vector is the most stable and the last vector is the
  14730. least stable.</para>
  14731. </remarks>
  14732. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  14733. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  14734. </member>
  14735. <member name="M:SharpDX.Vector3.Orthonormalize(SharpDX.Vector3[],SharpDX.Vector3[])">
  14736. <summary>
  14737. Orthonormalizes a list of vectors.
  14738. </summary>
  14739. <param name="destination">The list of orthonormalized vectors.</param>
  14740. <param name="source">The list of vectors to orthonormalize.</param>
  14741. <remarks>
  14742. <para>Orthonormalization is the process of making all vectors orthogonal to each
  14743. other and making all vectors of unit length. This means that any given vector will
  14744. be orthogonal to any other given vector in the list.</para>
  14745. <para>Because this method uses the modified Gram-Schmidt process, the resulting vectors
  14746. tend to be numerically unstable. The numeric stability decreases according to the vectors
  14747. position in the list so that the first vector is the most stable and the last vector is the
  14748. least stable.</para>
  14749. </remarks>
  14750. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  14751. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  14752. </member>
  14753. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3@,SharpDX.Quaternion@,SharpDX.Vector3@)">
  14754. <summary>
  14755. Transforms a 3D vector by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  14756. </summary>
  14757. <param name="vector">The vector to rotate.</param>
  14758. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  14759. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  14760. </member>
  14761. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3,SharpDX.Quaternion)">
  14762. <summary>
  14763. Transforms a 3D vector by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  14764. </summary>
  14765. <param name="vector">The vector to rotate.</param>
  14766. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  14767. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  14768. </member>
  14769. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3[],SharpDX.Quaternion@,SharpDX.Vector3[])">
  14770. <summary>
  14771. Transforms an array of vectors by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  14772. </summary>
  14773. <param name="source">The array of vectors to transform.</param>
  14774. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  14775. <param name="destination">The array for which the transformed vectors are stored.
  14776. This array may be the same array as <paramref name="source"/>.</param>
  14777. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  14778. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  14779. </member>
  14780. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3@,SharpDX.Matrix3x3@,SharpDX.Vector3@)">
  14781. <summary>
  14782. Transforms a 3D vector by the given <see cref="T:SharpDX.Matrix3x3"/>.
  14783. </summary>
  14784. <param name="vector">The source vector.</param>
  14785. <param name="transform">The transformation <see cref="T:SharpDX.Matrix3x3"/>.</param>
  14786. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector3"/>.</param>
  14787. </member>
  14788. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3,SharpDX.Matrix3x3)">
  14789. <summary>
  14790. Transforms a 3D vector by the given <see cref="T:SharpDX.Matrix3x3"/>.
  14791. </summary>
  14792. <param name="vector">The source vector.</param>
  14793. <param name="transform">The transformation <see cref="T:SharpDX.Matrix3x3"/>.</param>
  14794. <returns>The transformed <see cref="T:SharpDX.Vector3"/>.</returns>
  14795. </member>
  14796. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  14797. <summary>
  14798. Transforms a 3D vector by the given <see cref="T:SharpDX.Matrix"/>.
  14799. </summary>
  14800. <param name="vector">The source vector.</param>
  14801. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14802. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector3"/>.</param>
  14803. </member>
  14804. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector4@)">
  14805. <summary>
  14806. Transforms a 3D vector by the given <see cref="T:SharpDX.Matrix"/>.
  14807. </summary>
  14808. <param name="vector">The source vector.</param>
  14809. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14810. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  14811. </member>
  14812. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3,SharpDX.Matrix)">
  14813. <summary>
  14814. Transforms a 3D vector by the given <see cref="T:SharpDX.Matrix"/>.
  14815. </summary>
  14816. <param name="vector">The source vector.</param>
  14817. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14818. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  14819. </member>
  14820. <member name="M:SharpDX.Vector3.Transform(SharpDX.Vector3[],SharpDX.Matrix@,SharpDX.Vector4[])">
  14821. <summary>
  14822. Transforms an array of 3D vectors by the given <see cref="T:SharpDX.Matrix"/>.
  14823. </summary>
  14824. <param name="source">The array of vectors to transform.</param>
  14825. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14826. <param name="destination">The array for which the transformed vectors are stored.</param>
  14827. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  14828. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  14829. </member>
  14830. <member name="M:SharpDX.Vector3.TransformCoordinate(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  14831. <summary>
  14832. Performs a coordinate transformation using the given <see cref="T:SharpDX.Matrix"/>.
  14833. </summary>
  14834. <param name="coordinate">The coordinate vector to transform.</param>
  14835. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14836. <param name="result">When the method completes, contains the transformed coordinates.</param>
  14837. <remarks>
  14838. A coordinate transform performs the transformation with the assumption that the w component
  14839. is one. The four dimensional vector obtained from the transformation operation has each
  14840. component in the vector divided by the w component. This forces the w component to be one and
  14841. therefore makes the vector homogeneous. The homogeneous vector is often preferred when working
  14842. with coordinates as the w component can safely be ignored.
  14843. </remarks>
  14844. </member>
  14845. <member name="M:SharpDX.Vector3.TransformCoordinate(SharpDX.Vector3,SharpDX.Matrix)">
  14846. <summary>
  14847. Performs a coordinate transformation using the given <see cref="T:SharpDX.Matrix"/>.
  14848. </summary>
  14849. <param name="coordinate">The coordinate vector to transform.</param>
  14850. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14851. <returns>The transformed coordinates.</returns>
  14852. <remarks>
  14853. A coordinate transform performs the transformation with the assumption that the w component
  14854. is one. The four dimensional vector obtained from the transformation operation has each
  14855. component in the vector divided by the w component. This forces the w component to be one and
  14856. therefore makes the vector homogeneous. The homogeneous vector is often preferred when working
  14857. with coordinates as the w component can safely be ignored.
  14858. </remarks>
  14859. </member>
  14860. <member name="M:SharpDX.Vector3.TransformCoordinate(SharpDX.Vector3[],SharpDX.Matrix@,SharpDX.Vector3[])">
  14861. <summary>
  14862. Performs a coordinate transformation on an array of vectors using the given <see cref="T:SharpDX.Matrix"/>.
  14863. </summary>
  14864. <param name="source">The array of coordinate vectors to transform.</param>
  14865. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14866. <param name="destination">The array for which the transformed vectors are stored.
  14867. This array may be the same array as <paramref name="source"/>.</param>
  14868. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  14869. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  14870. <remarks>
  14871. A coordinate transform performs the transformation with the assumption that the w component
  14872. is one. The four dimensional vector obtained from the transformation operation has each
  14873. component in the vector divided by the w component. This forces the w component to be one and
  14874. therefore makes the vector homogeneous. The homogeneous vector is often preferred when working
  14875. with coordinates as the w component can safely be ignored.
  14876. </remarks>
  14877. </member>
  14878. <member name="M:SharpDX.Vector3.TransformNormal(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  14879. <summary>
  14880. Performs a normal transformation using the given <see cref="T:SharpDX.Matrix"/>.
  14881. </summary>
  14882. <param name="normal">The normal vector to transform.</param>
  14883. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14884. <param name="result">When the method completes, contains the transformed normal.</param>
  14885. <remarks>
  14886. A normal transform performs the transformation with the assumption that the w component
  14887. is zero. This causes the fourth row and fourth column of the matrix to be unused. The
  14888. end result is a vector that is not translated, but all other transformation properties
  14889. apply. This is often preferred for normal vectors as normals purely represent direction
  14890. rather than location because normal vectors should not be translated.
  14891. </remarks>
  14892. </member>
  14893. <member name="M:SharpDX.Vector3.TransformNormal(SharpDX.Vector3,SharpDX.Matrix)">
  14894. <summary>
  14895. Performs a normal transformation using the given <see cref="T:SharpDX.Matrix"/>.
  14896. </summary>
  14897. <param name="normal">The normal vector to transform.</param>
  14898. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14899. <returns>The transformed normal.</returns>
  14900. <remarks>
  14901. A normal transform performs the transformation with the assumption that the w component
  14902. is zero. This causes the fourth row and fourth column of the matrix to be unused. The
  14903. end result is a vector that is not translated, but all other transformation properties
  14904. apply. This is often preferred for normal vectors as normals purely represent direction
  14905. rather than location because normal vectors should not be translated.
  14906. </remarks>
  14907. </member>
  14908. <member name="M:SharpDX.Vector3.TransformNormal(SharpDX.Vector3[],SharpDX.Matrix@,SharpDX.Vector3[])">
  14909. <summary>
  14910. Performs a normal transformation on an array of vectors using the given <see cref="T:SharpDX.Matrix"/>.
  14911. </summary>
  14912. <param name="source">The array of normal vectors to transform.</param>
  14913. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  14914. <param name="destination">The array for which the transformed vectors are stored.
  14915. This array may be the same array as <paramref name="source"/>.</param>
  14916. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  14917. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  14918. <remarks>
  14919. A normal transform performs the transformation with the assumption that the w component
  14920. is zero. This causes the fourth row and fourth column of the matrix to be unused. The
  14921. end result is a vector that is not translated, but all other transformation properties
  14922. apply. This is often preferred for normal vectors as normals purely represent direction
  14923. rather than location because normal vectors should not be translated.
  14924. </remarks>
  14925. </member>
  14926. <member name="M:SharpDX.Vector3.op_Addition(SharpDX.Vector3,SharpDX.Vector3)">
  14927. <summary>
  14928. Adds two vectors.
  14929. </summary>
  14930. <param name="left">The first vector to add.</param>
  14931. <param name="right">The second vector to add.</param>
  14932. <returns>The sum of the two vectors.</returns>
  14933. </member>
  14934. <member name="M:SharpDX.Vector3.op_Multiply(SharpDX.Vector3,SharpDX.Vector3)">
  14935. <summary>
  14936. Multiplies a vector with another by performing component-wise multiplication equivalent to <see cref="M:SharpDX.Vector3.Multiply(SharpDX.Vector3@,SharpDX.Vector3@,SharpDX.Vector3@)"/>.
  14937. </summary>
  14938. <param name="left">The first vector to multiply.</param>
  14939. <param name="right">The second vector to multiply.</param>
  14940. <returns>The multiplication of the two vectors.</returns>
  14941. </member>
  14942. <member name="M:SharpDX.Vector3.op_UnaryPlus(SharpDX.Vector3)">
  14943. <summary>
  14944. Assert a vector (return it unchanged).
  14945. </summary>
  14946. <param name="value">The vector to assert (unchanged).</param>
  14947. <returns>The asserted (unchanged) vector.</returns>
  14948. </member>
  14949. <member name="M:SharpDX.Vector3.op_Subtraction(SharpDX.Vector3,SharpDX.Vector3)">
  14950. <summary>
  14951. Subtracts two vectors.
  14952. </summary>
  14953. <param name="left">The first vector to subtract.</param>
  14954. <param name="right">The second vector to subtract.</param>
  14955. <returns>The difference of the two vectors.</returns>
  14956. </member>
  14957. <member name="M:SharpDX.Vector3.op_UnaryNegation(SharpDX.Vector3)">
  14958. <summary>
  14959. Reverses the direction of a given vector.
  14960. </summary>
  14961. <param name="value">The vector to negate.</param>
  14962. <returns>A vector facing in the opposite direction.</returns>
  14963. </member>
  14964. <member name="M:SharpDX.Vector3.op_Multiply(System.Single,SharpDX.Vector3)">
  14965. <summary>
  14966. Scales a vector by the given value.
  14967. </summary>
  14968. <param name="value">The vector to scale.</param>
  14969. <param name="scale">The amount by which to scale the vector.</param>
  14970. <returns>The scaled vector.</returns>
  14971. </member>
  14972. <member name="M:SharpDX.Vector3.op_Multiply(SharpDX.Vector3,System.Single)">
  14973. <summary>
  14974. Scales a vector by the given value.
  14975. </summary>
  14976. <param name="value">The vector to scale.</param>
  14977. <param name="scale">The amount by which to scale the vector.</param>
  14978. <returns>The scaled vector.</returns>
  14979. </member>
  14980. <member name="M:SharpDX.Vector3.op_Division(SharpDX.Vector3,System.Single)">
  14981. <summary>
  14982. Scales a vector by the given value.
  14983. </summary>
  14984. <param name="value">The vector to scale.</param>
  14985. <param name="scale">The amount by which to scale the vector.</param>
  14986. <returns>The scaled vector.</returns>
  14987. </member>
  14988. <member name="M:SharpDX.Vector3.op_Division(System.Single,SharpDX.Vector3)">
  14989. <summary>
  14990. Scales a vector by the given value.
  14991. </summary>
  14992. <param name="scale">The amount by which to scale the vector.</param>
  14993. <param name="value">The vector to scale.</param>
  14994. <returns>The scaled vector.</returns>
  14995. </member>
  14996. <member name="M:SharpDX.Vector3.op_Division(SharpDX.Vector3,SharpDX.Vector3)">
  14997. <summary>
  14998. Scales a vector by the given value.
  14999. </summary>
  15000. <param name="value">The vector to scale.</param>
  15001. <param name="scale">The amount by which to scale the vector.</param>
  15002. <returns>The scaled vector.</returns>
  15003. </member>
  15004. <member name="M:SharpDX.Vector3.op_Addition(SharpDX.Vector3,System.Single)">
  15005. <summary>
  15006. Perform a component-wise addition
  15007. </summary>
  15008. <param name="value">The input vector.</param>
  15009. <param name="scalar">The scalar value to be added on elements</param>
  15010. <returns>The vector with added scalar for each element.</returns>
  15011. </member>
  15012. <member name="M:SharpDX.Vector3.op_Addition(System.Single,SharpDX.Vector3)">
  15013. <summary>
  15014. Perform a component-wise addition
  15015. </summary>
  15016. <param name="value">The input vector.</param>
  15017. <param name="scalar">The scalar value to be added on elements</param>
  15018. <returns>The vector with added scalar for each element.</returns>
  15019. </member>
  15020. <member name="M:SharpDX.Vector3.op_Subtraction(SharpDX.Vector3,System.Single)">
  15021. <summary>
  15022. Perform a component-wise subtraction
  15023. </summary>
  15024. <param name="value">The input vector.</param>
  15025. <param name="scalar">The scalar value to be subtraced from elements</param>
  15026. <returns>The vector with added scalar from each element.</returns>
  15027. </member>
  15028. <member name="M:SharpDX.Vector3.op_Subtraction(System.Single,SharpDX.Vector3)">
  15029. <summary>
  15030. Perform a component-wise subtraction
  15031. </summary>
  15032. <param name="value">The input vector.</param>
  15033. <param name="scalar">The scalar value to be subtraced from elements</param>
  15034. <returns>The vector with subtraced scalar from each element.</returns>
  15035. </member>
  15036. <member name="M:SharpDX.Vector3.op_Equality(SharpDX.Vector3,SharpDX.Vector3)">
  15037. <summary>
  15038. Tests for equality between two objects.
  15039. </summary>
  15040. <param name="left">The first value to compare.</param>
  15041. <param name="right">The second value to compare.</param>
  15042. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  15043. </member>
  15044. <member name="M:SharpDX.Vector3.op_Inequality(SharpDX.Vector3,SharpDX.Vector3)">
  15045. <summary>
  15046. Tests for inequality between two objects.
  15047. </summary>
  15048. <param name="left">The first value to compare.</param>
  15049. <param name="right">The second value to compare.</param>
  15050. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  15051. </member>
  15052. <member name="M:SharpDX.Vector3.op_Explicit(SharpDX.Vector3)~SharpDX.Vector2">
  15053. <summary>
  15054. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Vector2"/>.
  15055. </summary>
  15056. <param name="value">The value.</param>
  15057. <returns>The result of the conversion.</returns>
  15058. </member>
  15059. <member name="M:SharpDX.Vector3.op_Explicit(SharpDX.Vector3)~SharpDX.Vector4">
  15060. <summary>
  15061. Performs an explicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Vector4"/>.
  15062. </summary>
  15063. <param name="value">The value.</param>
  15064. <returns>The result of the conversion.</returns>
  15065. </member>
  15066. <member name="M:SharpDX.Vector3.ToString">
  15067. <summary>
  15068. Returns a <see cref="T:System.String"/> that represents this instance.
  15069. </summary>
  15070. <returns>
  15071. A <see cref="T:System.String"/> that represents this instance.
  15072. </returns>
  15073. </member>
  15074. <member name="M:SharpDX.Vector3.ToString(System.String)">
  15075. <summary>
  15076. Returns a <see cref="T:System.String"/> that represents this instance.
  15077. </summary>
  15078. <param name="format">The format.</param>
  15079. <returns>
  15080. A <see cref="T:System.String"/> that represents this instance.
  15081. </returns>
  15082. </member>
  15083. <member name="M:SharpDX.Vector3.ToString(System.IFormatProvider)">
  15084. <summary>
  15085. Returns a <see cref="T:System.String"/> that represents this instance.
  15086. </summary>
  15087. <param name="formatProvider">The format provider.</param>
  15088. <returns>
  15089. A <see cref="T:System.String"/> that represents this instance.
  15090. </returns>
  15091. </member>
  15092. <member name="M:SharpDX.Vector3.ToString(System.String,System.IFormatProvider)">
  15093. <summary>
  15094. Returns a <see cref="T:System.String"/> that represents this instance.
  15095. </summary>
  15096. <param name="format">The format.</param>
  15097. <param name="formatProvider">The format provider.</param>
  15098. <returns>
  15099. A <see cref="T:System.String"/> that represents this instance.
  15100. </returns>
  15101. </member>
  15102. <member name="M:SharpDX.Vector3.GetHashCode">
  15103. <summary>
  15104. Returns a hash code for this instance.
  15105. </summary>
  15106. <returns>
  15107. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  15108. </returns>
  15109. </member>
  15110. <member name="M:SharpDX.Vector3.Equals(SharpDX.Vector3@)">
  15111. <summary>
  15112. Determines whether the specified <see cref="T:SharpDX.Vector3"/> is equal to this instance.
  15113. </summary>
  15114. <param name="other">The <see cref="T:SharpDX.Vector3"/> to compare with this instance.</param>
  15115. <returns>
  15116. <c>true</c> if the specified <see cref="T:SharpDX.Vector3"/> is equal to this instance; otherwise, <c>false</c>.
  15117. </returns>
  15118. </member>
  15119. <member name="M:SharpDX.Vector3.Equals(SharpDX.Vector3)">
  15120. <summary>
  15121. Determines whether the specified <see cref="T:SharpDX.Vector3"/> is equal to this instance.
  15122. </summary>
  15123. <param name="other">The <see cref="T:SharpDX.Vector3"/> to compare with this instance.</param>
  15124. <returns>
  15125. <c>true</c> if the specified <see cref="T:SharpDX.Vector3"/> is equal to this instance; otherwise, <c>false</c>.
  15126. </returns>
  15127. </member>
  15128. <member name="M:SharpDX.Vector3.Equals(System.Object)">
  15129. <summary>
  15130. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  15131. </summary>
  15132. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  15133. <returns>
  15134. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  15135. </returns>
  15136. </member>
  15137. <member name="M:SharpDX.Vector3.op_Implicit(SharpDX.Vector3)~SharpDX.Mathematics.Interop.RawVector3">
  15138. <summary>
  15139. Performs an implicit conversion from <see cref="T:SharpDX.Vector3"/> to <see cref="T:SharpDX.Mathematics.Interop.RawVector3"/>.
  15140. </summary>
  15141. <param name="value">The value.</param>
  15142. <returns>The result of the conversion.</returns>
  15143. </member>
  15144. <member name="M:SharpDX.Vector3.op_Implicit(SharpDX.Mathematics.Interop.RawVector3)~SharpDX.Vector3">
  15145. <summary>
  15146. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawVector3"/> to <see cref="T:SharpDX.Vector3"/>.
  15147. </summary>
  15148. <param name="value">The value.</param>
  15149. <returns>The result of the conversion.</returns>
  15150. </member>
  15151. <member name="T:SharpDX.Vector4">
  15152. <summary>
  15153. Represents a four dimensional mathematical vector.
  15154. </summary>
  15155. </member>
  15156. <member name="F:SharpDX.Vector4.SizeInBytes">
  15157. <summary>
  15158. The size of the <see cref="T:SharpDX.Vector4"/> type, in bytes.
  15159. </summary>
  15160. </member>
  15161. <member name="F:SharpDX.Vector4.Zero">
  15162. <summary>
  15163. A <see cref="T:SharpDX.Vector4"/> with all of its components set to zero.
  15164. </summary>
  15165. </member>
  15166. <member name="F:SharpDX.Vector4.UnitX">
  15167. <summary>
  15168. The X unit <see cref="T:SharpDX.Vector4"/> (1, 0, 0, 0).
  15169. </summary>
  15170. </member>
  15171. <member name="F:SharpDX.Vector4.UnitY">
  15172. <summary>
  15173. The Y unit <see cref="T:SharpDX.Vector4"/> (0, 1, 0, 0).
  15174. </summary>
  15175. </member>
  15176. <member name="F:SharpDX.Vector4.UnitZ">
  15177. <summary>
  15178. The Z unit <see cref="T:SharpDX.Vector4"/> (0, 0, 1, 0).
  15179. </summary>
  15180. </member>
  15181. <member name="F:SharpDX.Vector4.UnitW">
  15182. <summary>
  15183. The W unit <see cref="T:SharpDX.Vector4"/> (0, 0, 0, 1).
  15184. </summary>
  15185. </member>
  15186. <member name="F:SharpDX.Vector4.One">
  15187. <summary>
  15188. A <see cref="T:SharpDX.Vector4"/> with all of its components set to one.
  15189. </summary>
  15190. </member>
  15191. <member name="F:SharpDX.Vector4.X">
  15192. <summary>
  15193. The X component of the vector.
  15194. </summary>
  15195. </member>
  15196. <member name="F:SharpDX.Vector4.Y">
  15197. <summary>
  15198. The Y component of the vector.
  15199. </summary>
  15200. </member>
  15201. <member name="F:SharpDX.Vector4.Z">
  15202. <summary>
  15203. The Z component of the vector.
  15204. </summary>
  15205. </member>
  15206. <member name="F:SharpDX.Vector4.W">
  15207. <summary>
  15208. The W component of the vector.
  15209. </summary>
  15210. </member>
  15211. <member name="M:SharpDX.Vector4.#ctor(System.Single)">
  15212. <summary>
  15213. Initializes a new instance of the <see cref="T:SharpDX.Vector4"/> struct.
  15214. </summary>
  15215. <param name="value">The value that will be assigned to all components.</param>
  15216. </member>
  15217. <member name="M:SharpDX.Vector4.#ctor(System.Single,System.Single,System.Single,System.Single)">
  15218. <summary>
  15219. Initializes a new instance of the <see cref="T:SharpDX.Vector4"/> struct.
  15220. </summary>
  15221. <param name="x">Initial value for the X component of the vector.</param>
  15222. <param name="y">Initial value for the Y component of the vector.</param>
  15223. <param name="z">Initial value for the Z component of the vector.</param>
  15224. <param name="w">Initial value for the W component of the vector.</param>
  15225. </member>
  15226. <member name="M:SharpDX.Vector4.#ctor(SharpDX.Vector3,System.Single)">
  15227. <summary>
  15228. Initializes a new instance of the <see cref="T:SharpDX.Vector4"/> struct.
  15229. </summary>
  15230. <param name="value">A vector containing the values with which to initialize the X, Y, and Z components.</param>
  15231. <param name="w">Initial value for the W component of the vector.</param>
  15232. </member>
  15233. <member name="M:SharpDX.Vector4.#ctor(SharpDX.Vector2,System.Single,System.Single)">
  15234. <summary>
  15235. Initializes a new instance of the <see cref="T:SharpDX.Vector4"/> struct.
  15236. </summary>
  15237. <param name="value">A vector containing the values with which to initialize the X and Y components.</param>
  15238. <param name="z">Initial value for the Z component of the vector.</param>
  15239. <param name="w">Initial value for the W component of the vector.</param>
  15240. </member>
  15241. <member name="M:SharpDX.Vector4.#ctor(System.Single[])">
  15242. <summary>
  15243. Initializes a new instance of the <see cref="T:SharpDX.Vector4"/> struct.
  15244. </summary>
  15245. <param name="values">The values to assign to the X, Y, Z, and W components of the vector. This must be an array with four elements.</param>
  15246. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="values"/> is <c>null</c>.</exception>
  15247. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="values"/> contains more or less than four elements.</exception>
  15248. </member>
  15249. <member name="P:SharpDX.Vector4.IsNormalized">
  15250. <summary>
  15251. Gets a value indicting whether this instance is normalized.
  15252. </summary>
  15253. </member>
  15254. <member name="P:SharpDX.Vector4.IsZero">
  15255. <summary>
  15256. Gets a value indicting whether this vector is zero
  15257. </summary>
  15258. </member>
  15259. <member name="P:SharpDX.Vector4.Item(System.Int32)">
  15260. <summary>
  15261. Gets or sets the component at the specified index.
  15262. </summary>
  15263. <value>The value of the X, Y, Z, or W component, depending on the index.</value>
  15264. <param name="index">The index of the component to access. Use 0 for the X component, 1 for the Y component, 2 for the Z component, and 3 for the W component.</param>
  15265. <returns>The value of the component at the specified index.</returns>
  15266. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the <paramref name="index"/> is out of the range [0, 3].</exception>
  15267. </member>
  15268. <member name="M:SharpDX.Vector4.Length">
  15269. <summary>
  15270. Calculates the length of the vector.
  15271. </summary>
  15272. <returns>The length of the vector.</returns>
  15273. <remarks>
  15274. <see cref="M:SharpDX.Vector4.LengthSquared"/> may be preferred when only the relative length is needed
  15275. and speed is of the essence.
  15276. </remarks>
  15277. </member>
  15278. <member name="M:SharpDX.Vector4.LengthSquared">
  15279. <summary>
  15280. Calculates the squared length of the vector.
  15281. </summary>
  15282. <returns>The squared length of the vector.</returns>
  15283. <remarks>
  15284. This method may be preferred to <see cref="M:SharpDX.Vector4.Length"/> when only a relative length is needed
  15285. and speed is of the essence.
  15286. </remarks>
  15287. </member>
  15288. <member name="M:SharpDX.Vector4.Normalize">
  15289. <summary>
  15290. Converts the vector into a unit vector.
  15291. </summary>
  15292. </member>
  15293. <member name="M:SharpDX.Vector4.ToArray">
  15294. <summary>
  15295. Creates an array containing the elements of the vector.
  15296. </summary>
  15297. <returns>A four-element array containing the components of the vector.</returns>
  15298. </member>
  15299. <member name="M:SharpDX.Vector4.Add(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15300. <summary>
  15301. Adds two vectors.
  15302. </summary>
  15303. <param name="left">The first vector to add.</param>
  15304. <param name="right">The second vector to add.</param>
  15305. <param name="result">When the method completes, contains the sum of the two vectors.</param>
  15306. </member>
  15307. <member name="M:SharpDX.Vector4.Add(SharpDX.Vector4,SharpDX.Vector4)">
  15308. <summary>
  15309. Adds two vectors.
  15310. </summary>
  15311. <param name="left">The first vector to add.</param>
  15312. <param name="right">The second vector to add.</param>
  15313. <returns>The sum of the two vectors.</returns>
  15314. </member>
  15315. <member name="M:SharpDX.Vector4.Add(SharpDX.Vector4@,System.Single@,SharpDX.Vector4@)">
  15316. <summary>
  15317. Perform a component-wise addition
  15318. </summary>
  15319. <param name="left">The input vector</param>
  15320. <param name="right">The scalar value to be added to elements</param>
  15321. <param name="result">The vector with added scalar for each element.</param>
  15322. </member>
  15323. <member name="M:SharpDX.Vector4.Add(SharpDX.Vector4,System.Single)">
  15324. <summary>
  15325. Perform a component-wise addition
  15326. </summary>
  15327. <param name="left">The input vector</param>
  15328. <param name="right">The scalar value to be added to elements</param>
  15329. <returns>The vector with added scalar for each element.</returns>
  15330. </member>
  15331. <member name="M:SharpDX.Vector4.Subtract(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15332. <summary>
  15333. Subtracts two vectors.
  15334. </summary>
  15335. <param name="left">The first vector to subtract.</param>
  15336. <param name="right">The second vector to subtract.</param>
  15337. <param name="result">When the method completes, contains the difference of the two vectors.</param>
  15338. </member>
  15339. <member name="M:SharpDX.Vector4.Subtract(SharpDX.Vector4,SharpDX.Vector4)">
  15340. <summary>
  15341. Subtracts two vectors.
  15342. </summary>
  15343. <param name="left">The first vector to subtract.</param>
  15344. <param name="right">The second vector to subtract.</param>
  15345. <returns>The difference of the two vectors.</returns>
  15346. </member>
  15347. <member name="M:SharpDX.Vector4.Subtract(SharpDX.Vector4@,System.Single@,SharpDX.Vector4@)">
  15348. <summary>
  15349. Perform a component-wise subtraction
  15350. </summary>
  15351. <param name="left">The input vector</param>
  15352. <param name="right">The scalar value to be subtraced from elements</param>
  15353. <param name="result">The vector with subtracted scalar for each element.</param>
  15354. </member>
  15355. <member name="M:SharpDX.Vector4.Subtract(SharpDX.Vector4,System.Single)">
  15356. <summary>
  15357. Perform a component-wise subtraction
  15358. </summary>
  15359. <param name="left">The input vector</param>
  15360. <param name="right">The scalar value to be subtraced from elements</param>
  15361. <returns>The vector with subtracted scalar for each element.</returns>
  15362. </member>
  15363. <member name="M:SharpDX.Vector4.Subtract(System.Single@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15364. <summary>
  15365. Perform a component-wise subtraction
  15366. </summary>
  15367. <param name="left">The scalar value to be subtraced from elements</param>
  15368. <param name="right">The input vector.</param>
  15369. <param name="result">The vector with subtracted scalar for each element.</param>
  15370. </member>
  15371. <member name="M:SharpDX.Vector4.Subtract(System.Single,SharpDX.Vector4)">
  15372. <summary>
  15373. Perform a component-wise subtraction
  15374. </summary>
  15375. <param name="left">The scalar value to be subtraced from elements</param>
  15376. <param name="right">The input vector.</param>
  15377. <returns>The vector with subtracted scalar for each element.</returns>
  15378. </member>
  15379. <member name="M:SharpDX.Vector4.Multiply(SharpDX.Vector4@,System.Single,SharpDX.Vector4@)">
  15380. <summary>
  15381. Scales a vector by the given value.
  15382. </summary>
  15383. <param name="value">The vector to scale.</param>
  15384. <param name="scale">The amount by which to scale the vector.</param>
  15385. <param name="result">When the method completes, contains the scaled vector.</param>
  15386. </member>
  15387. <member name="M:SharpDX.Vector4.Multiply(SharpDX.Vector4,System.Single)">
  15388. <summary>
  15389. Scales a vector by the given value.
  15390. </summary>
  15391. <param name="value">The vector to scale.</param>
  15392. <param name="scale">The amount by which to scale the vector.</param>
  15393. <returns>The scaled vector.</returns>
  15394. </member>
  15395. <member name="M:SharpDX.Vector4.Multiply(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15396. <summary>
  15397. Multiplies a vector with another by performing component-wise multiplication.
  15398. </summary>
  15399. <param name="left">The first vector to multiply.</param>
  15400. <param name="right">The second vector to multiply.</param>
  15401. <param name="result">When the method completes, contains the multiplied vector.</param>
  15402. </member>
  15403. <member name="M:SharpDX.Vector4.Multiply(SharpDX.Vector4,SharpDX.Vector4)">
  15404. <summary>
  15405. Multiplies a vector with another by performing component-wise multiplication.
  15406. </summary>
  15407. <param name="left">The first vector to multiply.</param>
  15408. <param name="right">The second vector to multiply.</param>
  15409. <returns>The multiplied vector.</returns>
  15410. </member>
  15411. <member name="M:SharpDX.Vector4.Divide(SharpDX.Vector4@,System.Single,SharpDX.Vector4@)">
  15412. <summary>
  15413. Scales a vector by the given value.
  15414. </summary>
  15415. <param name="value">The vector to scale.</param>
  15416. <param name="scale">The amount by which to scale the vector.</param>
  15417. <param name="result">When the method completes, contains the scaled vector.</param>
  15418. </member>
  15419. <member name="M:SharpDX.Vector4.Divide(SharpDX.Vector4,System.Single)">
  15420. <summary>
  15421. Scales a vector by the given value.
  15422. </summary>
  15423. <param name="value">The vector to scale.</param>
  15424. <param name="scale">The amount by which to scale the vector.</param>
  15425. <returns>The scaled vector.</returns>
  15426. </member>
  15427. <member name="M:SharpDX.Vector4.Divide(System.Single,SharpDX.Vector4@,SharpDX.Vector4@)">
  15428. <summary>
  15429. Scales a vector by the given value.
  15430. </summary>
  15431. <param name="scale">The amount by which to scale the vector.</param>
  15432. <param name="value">The vector to scale.</param>
  15433. <param name="result">When the method completes, contains the scaled vector.</param>
  15434. </member>
  15435. <member name="M:SharpDX.Vector4.Divide(System.Single,SharpDX.Vector4)">
  15436. <summary>
  15437. Scales a vector by the given value.
  15438. </summary>
  15439. <param name="value">The vector to scale.</param>
  15440. <param name="scale">The amount by which to scale the vector.</param>
  15441. <returns>The scaled vector.</returns>
  15442. </member>
  15443. <member name="M:SharpDX.Vector4.Negate(SharpDX.Vector4@,SharpDX.Vector4@)">
  15444. <summary>
  15445. Reverses the direction of a given vector.
  15446. </summary>
  15447. <param name="value">The vector to negate.</param>
  15448. <param name="result">When the method completes, contains a vector facing in the opposite direction.</param>
  15449. </member>
  15450. <member name="M:SharpDX.Vector4.Negate(SharpDX.Vector4)">
  15451. <summary>
  15452. Reverses the direction of a given vector.
  15453. </summary>
  15454. <param name="value">The vector to negate.</param>
  15455. <returns>A vector facing in the opposite direction.</returns>
  15456. </member>
  15457. <member name="M:SharpDX.Vector4.Barycentric(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@,System.Single,System.Single,SharpDX.Vector4@)">
  15458. <summary>
  15459. Returns a <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 4D triangle.
  15460. </summary>
  15461. <param name="value1">A <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of vertex 1 of the triangle.</param>
  15462. <param name="value2">A <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of vertex 2 of the triangle.</param>
  15463. <param name="value3">A <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of vertex 3 of the triangle.</param>
  15464. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  15465. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  15466. <param name="result">When the method completes, contains the 4D Cartesian coordinates of the specified point.</param>
  15467. </member>
  15468. <member name="M:SharpDX.Vector4.Barycentric(SharpDX.Vector4,SharpDX.Vector4,SharpDX.Vector4,System.Single,System.Single)">
  15469. <summary>
  15470. Returns a <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of a point specified in Barycentric coordinates relative to a 4D triangle.
  15471. </summary>
  15472. <param name="value1">A <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of vertex 1 of the triangle.</param>
  15473. <param name="value2">A <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of vertex 2 of the triangle.</param>
  15474. <param name="value3">A <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of vertex 3 of the triangle.</param>
  15475. <param name="amount1">Barycentric coordinate b2, which expresses the weighting factor toward vertex 2 (specified in <paramref name="value2"/>).</param>
  15476. <param name="amount2">Barycentric coordinate b3, which expresses the weighting factor toward vertex 3 (specified in <paramref name="value3"/>).</param>
  15477. <returns>A new <see cref="T:SharpDX.Vector4"/> containing the 4D Cartesian coordinates of the specified point.</returns>
  15478. </member>
  15479. <member name="M:SharpDX.Vector4.Clamp(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15480. <summary>
  15481. Restricts a value to be within a specified range.
  15482. </summary>
  15483. <param name="value">The value to clamp.</param>
  15484. <param name="min">The minimum value.</param>
  15485. <param name="max">The maximum value.</param>
  15486. <param name="result">When the method completes, contains the clamped value.</param>
  15487. </member>
  15488. <member name="M:SharpDX.Vector4.Clamp(SharpDX.Vector4,SharpDX.Vector4,SharpDX.Vector4)">
  15489. <summary>
  15490. Restricts a value to be within a specified range.
  15491. </summary>
  15492. <param name="value">The value to clamp.</param>
  15493. <param name="min">The minimum value.</param>
  15494. <param name="max">The maximum value.</param>
  15495. <returns>The clamped value.</returns>
  15496. </member>
  15497. <member name="M:SharpDX.Vector4.Distance(SharpDX.Vector4@,SharpDX.Vector4@,System.Single@)">
  15498. <summary>
  15499. Calculates the distance between two vectors.
  15500. </summary>
  15501. <param name="value1">The first vector.</param>
  15502. <param name="value2">The second vector.</param>
  15503. <param name="result">When the method completes, contains the distance between the two vectors.</param>
  15504. <remarks>
  15505. <see cref="M:SharpDX.Vector4.DistanceSquared(SharpDX.Vector4@,SharpDX.Vector4@,System.Single@)"/> may be preferred when only the relative distance is needed
  15506. and speed is of the essence.
  15507. </remarks>
  15508. </member>
  15509. <member name="M:SharpDX.Vector4.Distance(SharpDX.Vector4,SharpDX.Vector4)">
  15510. <summary>
  15511. Calculates the distance between two vectors.
  15512. </summary>
  15513. <param name="value1">The first vector.</param>
  15514. <param name="value2">The second vector.</param>
  15515. <returns>The distance between the two vectors.</returns>
  15516. <remarks>
  15517. <see cref="M:SharpDX.Vector4.DistanceSquared(SharpDX.Vector4,SharpDX.Vector4)"/> may be preferred when only the relative distance is needed
  15518. and speed is of the essence.
  15519. </remarks>
  15520. </member>
  15521. <member name="M:SharpDX.Vector4.DistanceSquared(SharpDX.Vector4@,SharpDX.Vector4@,System.Single@)">
  15522. <summary>
  15523. Calculates the squared distance between two vectors.
  15524. </summary>
  15525. <param name="value1">The first vector.</param>
  15526. <param name="value2">The second vector.</param>
  15527. <param name="result">When the method completes, contains the squared distance between the two vectors.</param>
  15528. <remarks>Distance squared is the value before taking the square root.
  15529. Distance squared can often be used in place of distance if relative comparisons are being made.
  15530. For example, consider three points A, B, and C. To determine whether B or C is further from A,
  15531. compare the distance between A and B to the distance between A and C. Calculating the two distances
  15532. involves two square roots, which are computationally expensive. However, using distance squared
  15533. provides the same information and avoids calculating two square roots.
  15534. </remarks>
  15535. </member>
  15536. <member name="M:SharpDX.Vector4.DistanceSquared(SharpDX.Vector4,SharpDX.Vector4)">
  15537. <summary>
  15538. Calculates the squared distance between two vectors.
  15539. </summary>
  15540. <param name="value1">The first vector.</param>
  15541. <param name="value2">The second vector.</param>
  15542. <returns>The squared distance between the two vectors.</returns>
  15543. <remarks>Distance squared is the value before taking the square root.
  15544. Distance squared can often be used in place of distance if relative comparisons are being made.
  15545. For example, consider three points A, B, and C. To determine whether B or C is further from A,
  15546. compare the distance between A and B to the distance between A and C. Calculating the two distances
  15547. involves two square roots, which are computationally expensive. However, using distance squared
  15548. provides the same information and avoids calculating two square roots.
  15549. </remarks>
  15550. </member>
  15551. <member name="M:SharpDX.Vector4.Dot(SharpDX.Vector4@,SharpDX.Vector4@,System.Single@)">
  15552. <summary>
  15553. Calculates the dot product of two vectors.
  15554. </summary>
  15555. <param name="left">First source vector</param>
  15556. <param name="right">Second source vector.</param>
  15557. <param name="result">When the method completes, contains the dot product of the two vectors.</param>
  15558. </member>
  15559. <member name="M:SharpDX.Vector4.Dot(SharpDX.Vector4,SharpDX.Vector4)">
  15560. <summary>
  15561. Calculates the dot product of two vectors.
  15562. </summary>
  15563. <param name="left">First source vector.</param>
  15564. <param name="right">Second source vector.</param>
  15565. <returns>The dot product of the two vectors.</returns>
  15566. </member>
  15567. <member name="M:SharpDX.Vector4.Normalize(SharpDX.Vector4@,SharpDX.Vector4@)">
  15568. <summary>
  15569. Converts the vector into a unit vector.
  15570. </summary>
  15571. <param name="value">The vector to normalize.</param>
  15572. <param name="result">When the method completes, contains the normalized vector.</param>
  15573. </member>
  15574. <member name="M:SharpDX.Vector4.Normalize(SharpDX.Vector4)">
  15575. <summary>
  15576. Converts the vector into a unit vector.
  15577. </summary>
  15578. <param name="value">The vector to normalize.</param>
  15579. <returns>The normalized vector.</returns>
  15580. </member>
  15581. <member name="M:SharpDX.Vector4.Lerp(SharpDX.Vector4@,SharpDX.Vector4@,System.Single,SharpDX.Vector4@)">
  15582. <summary>
  15583. Performs a linear interpolation between two vectors.
  15584. </summary>
  15585. <param name="start">Start vector.</param>
  15586. <param name="end">End vector.</param>
  15587. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  15588. <param name="result">When the method completes, contains the linear interpolation of the two vectors.</param>
  15589. <remarks>
  15590. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  15591. </remarks>
  15592. </member>
  15593. <member name="M:SharpDX.Vector4.Lerp(SharpDX.Vector4,SharpDX.Vector4,System.Single)">
  15594. <summary>
  15595. Performs a linear interpolation between two vectors.
  15596. </summary>
  15597. <param name="start">Start vector.</param>
  15598. <param name="end">End vector.</param>
  15599. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  15600. <returns>The linear interpolation of the two vectors.</returns>
  15601. <remarks>
  15602. Passing <paramref name="amount"/> a value of 0 will cause <paramref name="start"/> to be returned; a value of 1 will cause <paramref name="end"/> to be returned.
  15603. </remarks>
  15604. </member>
  15605. <member name="M:SharpDX.Vector4.SmoothStep(SharpDX.Vector4@,SharpDX.Vector4@,System.Single,SharpDX.Vector4@)">
  15606. <summary>
  15607. Performs a cubic interpolation between two vectors.
  15608. </summary>
  15609. <param name="start">Start vector.</param>
  15610. <param name="end">End vector.</param>
  15611. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  15612. <param name="result">When the method completes, contains the cubic interpolation of the two vectors.</param>
  15613. </member>
  15614. <member name="M:SharpDX.Vector4.SmoothStep(SharpDX.Vector4,SharpDX.Vector4,System.Single)">
  15615. <summary>
  15616. Performs a cubic interpolation between two vectors.
  15617. </summary>
  15618. <param name="start">Start vector.</param>
  15619. <param name="end">End vector.</param>
  15620. <param name="amount">Value between 0 and 1 indicating the weight of <paramref name="end"/>.</param>
  15621. <returns>The cubic interpolation of the two vectors.</returns>
  15622. </member>
  15623. <member name="M:SharpDX.Vector4.Hermite(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@,System.Single,SharpDX.Vector4@)">
  15624. <summary>
  15625. Performs a Hermite spline interpolation.
  15626. </summary>
  15627. <param name="value1">First source position vector.</param>
  15628. <param name="tangent1">First source tangent vector.</param>
  15629. <param name="value2">Second source position vector.</param>
  15630. <param name="tangent2">Second source tangent vector.</param>
  15631. <param name="amount">Weighting factor.</param>
  15632. <param name="result">When the method completes, contains the result of the Hermite spline interpolation.</param>
  15633. </member>
  15634. <member name="M:SharpDX.Vector4.Hermite(SharpDX.Vector4,SharpDX.Vector4,SharpDX.Vector4,SharpDX.Vector4,System.Single)">
  15635. <summary>
  15636. Performs a Hermite spline interpolation.
  15637. </summary>
  15638. <param name="value1">First source position vector.</param>
  15639. <param name="tangent1">First source tangent vector.</param>
  15640. <param name="value2">Second source position vector.</param>
  15641. <param name="tangent2">Second source tangent vector.</param>
  15642. <param name="amount">Weighting factor.</param>
  15643. <returns>The result of the Hermite spline interpolation.</returns>
  15644. </member>
  15645. <member name="M:SharpDX.Vector4.CatmullRom(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@,System.Single,SharpDX.Vector4@)">
  15646. <summary>
  15647. Performs a Catmull-Rom interpolation using the specified positions.
  15648. </summary>
  15649. <param name="value1">The first position in the interpolation.</param>
  15650. <param name="value2">The second position in the interpolation.</param>
  15651. <param name="value3">The third position in the interpolation.</param>
  15652. <param name="value4">The fourth position in the interpolation.</param>
  15653. <param name="amount">Weighting factor.</param>
  15654. <param name="result">When the method completes, contains the result of the Catmull-Rom interpolation.</param>
  15655. </member>
  15656. <member name="M:SharpDX.Vector4.CatmullRom(SharpDX.Vector4,SharpDX.Vector4,SharpDX.Vector4,SharpDX.Vector4,System.Single)">
  15657. <summary>
  15658. Performs a Catmull-Rom interpolation using the specified positions.
  15659. </summary>
  15660. <param name="value1">The first position in the interpolation.</param>
  15661. <param name="value2">The second position in the interpolation.</param>
  15662. <param name="value3">The third position in the interpolation.</param>
  15663. <param name="value4">The fourth position in the interpolation.</param>
  15664. <param name="amount">Weighting factor.</param>
  15665. <returns>A vector that is the result of the Catmull-Rom interpolation.</returns>
  15666. </member>
  15667. <member name="M:SharpDX.Vector4.Max(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15668. <summary>
  15669. Returns a vector containing the largest components of the specified vectors.
  15670. </summary>
  15671. <param name="left">The first source vector.</param>
  15672. <param name="right">The second source vector.</param>
  15673. <param name="result">When the method completes, contains an new vector composed of the largest components of the source vectors.</param>
  15674. </member>
  15675. <member name="M:SharpDX.Vector4.Max(SharpDX.Vector4,SharpDX.Vector4)">
  15676. <summary>
  15677. Returns a vector containing the largest components of the specified vectors.
  15678. </summary>
  15679. <param name="left">The first source vector.</param>
  15680. <param name="right">The second source vector.</param>
  15681. <returns>A vector containing the largest components of the source vectors.</returns>
  15682. </member>
  15683. <member name="M:SharpDX.Vector4.Min(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)">
  15684. <summary>
  15685. Returns a vector containing the smallest components of the specified vectors.
  15686. </summary>
  15687. <param name="left">The first source vector.</param>
  15688. <param name="right">The second source vector.</param>
  15689. <param name="result">When the method completes, contains an new vector composed of the smallest components of the source vectors.</param>
  15690. </member>
  15691. <member name="M:SharpDX.Vector4.Min(SharpDX.Vector4,SharpDX.Vector4)">
  15692. <summary>
  15693. Returns a vector containing the smallest components of the specified vectors.
  15694. </summary>
  15695. <param name="left">The first source vector.</param>
  15696. <param name="right">The second source vector.</param>
  15697. <returns>A vector containing the smallest components of the source vectors.</returns>
  15698. </member>
  15699. <member name="M:SharpDX.Vector4.Orthogonalize(SharpDX.Vector4[],SharpDX.Vector4[])">
  15700. <summary>
  15701. Orthogonalizes a list of vectors.
  15702. </summary>
  15703. <param name="destination">The list of orthogonalized vectors.</param>
  15704. <param name="source">The list of vectors to orthogonalize.</param>
  15705. <remarks>
  15706. <para>Orthogonalization is the process of making all vectors orthogonal to each other. This
  15707. means that any given vector in the list will be orthogonal to any other given vector in the
  15708. list.</para>
  15709. <para>Because this method uses the modified Gram-Schmidt process, the resulting vectors
  15710. tend to be numerically unstable. The numeric stability decreases according to the vectors
  15711. position in the list so that the first vector is the most stable and the last vector is the
  15712. least stable.</para>
  15713. </remarks>
  15714. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  15715. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  15716. </member>
  15717. <member name="M:SharpDX.Vector4.Orthonormalize(SharpDX.Vector4[],SharpDX.Vector4[])">
  15718. <summary>
  15719. Orthonormalizes a list of vectors.
  15720. </summary>
  15721. <param name="destination">The list of orthonormalized vectors.</param>
  15722. <param name="source">The list of vectors to orthonormalize.</param>
  15723. <remarks>
  15724. <para>Orthonormalization is the process of making all vectors orthogonal to each
  15725. other and making all vectors of unit length. This means that any given vector will
  15726. be orthogonal to any other given vector in the list.</para>
  15727. <para>Because this method uses the modified Gram-Schmidt process, the resulting vectors
  15728. tend to be numerically unstable. The numeric stability decreases according to the vectors
  15729. position in the list so that the first vector is the most stable and the last vector is the
  15730. least stable.</para>
  15731. </remarks>
  15732. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  15733. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  15734. </member>
  15735. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4@,SharpDX.Quaternion@,SharpDX.Vector4@)">
  15736. <summary>
  15737. Transforms a 4D vector by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  15738. </summary>
  15739. <param name="vector">The vector to rotate.</param>
  15740. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  15741. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  15742. </member>
  15743. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4,SharpDX.Quaternion)">
  15744. <summary>
  15745. Transforms a 4D vector by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  15746. </summary>
  15747. <param name="vector">The vector to rotate.</param>
  15748. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  15749. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  15750. </member>
  15751. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4[],SharpDX.Quaternion@,SharpDX.Vector4[])">
  15752. <summary>
  15753. Transforms an array of vectors by the given <see cref="T:SharpDX.Quaternion"/> rotation.
  15754. </summary>
  15755. <param name="source">The array of vectors to transform.</param>
  15756. <param name="rotation">The <see cref="T:SharpDX.Quaternion"/> rotation to apply.</param>
  15757. <param name="destination">The array for which the transformed vectors are stored.
  15758. This array may be the same array as <paramref name="source"/>.</param>
  15759. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  15760. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  15761. </member>
  15762. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4@,SharpDX.Matrix@,SharpDX.Vector4@)">
  15763. <summary>
  15764. Transforms a 4D vector by the given <see cref="T:SharpDX.Matrix"/>.
  15765. </summary>
  15766. <param name="vector">The source vector.</param>
  15767. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  15768. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  15769. </member>
  15770. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4,SharpDX.Matrix)">
  15771. <summary>
  15772. Transforms a 4D vector by the given <see cref="T:SharpDX.Matrix"/>.
  15773. </summary>
  15774. <param name="vector">The source vector.</param>
  15775. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  15776. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  15777. </member>
  15778. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4@,SharpDX.Matrix5x4@,SharpDX.Vector4@)">
  15779. <summary>
  15780. Transforms a 4D vector by the given <see cref="T:SharpDX.Matrix5x4"/>.
  15781. </summary>
  15782. <param name="vector">The source vector.</param>
  15783. <param name="transform">The transformation <see cref="T:SharpDX.Matrix5x4"/>.</param>
  15784. <param name="result">When the method completes, contains the transformed <see cref="T:SharpDX.Vector4"/>.</param>
  15785. </member>
  15786. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4,SharpDX.Matrix5x4)">
  15787. <summary>
  15788. Transforms a 4D vector by the given <see cref="T:SharpDX.Matrix5x4"/>.
  15789. </summary>
  15790. <param name="vector">The source vector.</param>
  15791. <param name="transform">The transformation <see cref="T:SharpDX.Matrix5x4"/>.</param>
  15792. <returns>The transformed <see cref="T:SharpDX.Vector4"/>.</returns>
  15793. </member>
  15794. <member name="M:SharpDX.Vector4.Transform(SharpDX.Vector4[],SharpDX.Matrix@,SharpDX.Vector4[])">
  15795. <summary>
  15796. Transforms an array of 4D vectors by the given <see cref="T:SharpDX.Matrix"/>.
  15797. </summary>
  15798. <param name="source">The array of vectors to transform.</param>
  15799. <param name="transform">The transformation <see cref="T:SharpDX.Matrix"/>.</param>
  15800. <param name="destination">The array for which the transformed vectors are stored.
  15801. This array may be the same array as <paramref name="source"/>.</param>
  15802. <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="source"/> or <paramref name="destination"/> is <c>null</c>.</exception>
  15803. <exception cref="T:System.ArgumentOutOfRangeException">Thrown when <paramref name="destination"/> is shorter in length than <paramref name="source"/>.</exception>
  15804. </member>
  15805. <member name="M:SharpDX.Vector4.op_Addition(SharpDX.Vector4,SharpDX.Vector4)">
  15806. <summary>
  15807. Adds two vectors.
  15808. </summary>
  15809. <param name="left">The first vector to add.</param>
  15810. <param name="right">The second vector to add.</param>
  15811. <returns>The sum of the two vectors.</returns>
  15812. </member>
  15813. <member name="M:SharpDX.Vector4.op_Multiply(SharpDX.Vector4,SharpDX.Vector4)">
  15814. <summary>
  15815. Multiplies a vector with another by performing component-wise multiplication equivalent to <see cref="M:SharpDX.Vector4.Multiply(SharpDX.Vector4@,SharpDX.Vector4@,SharpDX.Vector4@)"/>.
  15816. </summary>
  15817. <param name="left">The first vector to multiply.</param>
  15818. <param name="right">The second vector to multiply.</param>
  15819. <returns>The multiplication of the two vectors.</returns>
  15820. </member>
  15821. <member name="M:SharpDX.Vector4.op_UnaryPlus(SharpDX.Vector4)">
  15822. <summary>
  15823. Assert a vector (return it unchanged).
  15824. </summary>
  15825. <param name="value">The vector to assert (unchanged).</param>
  15826. <returns>The asserted (unchanged) vector.</returns>
  15827. </member>
  15828. <member name="M:SharpDX.Vector4.op_Subtraction(SharpDX.Vector4,SharpDX.Vector4)">
  15829. <summary>
  15830. Subtracts two vectors.
  15831. </summary>
  15832. <param name="left">The first vector to subtract.</param>
  15833. <param name="right">The second vector to subtract.</param>
  15834. <returns>The difference of the two vectors.</returns>
  15835. </member>
  15836. <member name="M:SharpDX.Vector4.op_UnaryNegation(SharpDX.Vector4)">
  15837. <summary>
  15838. Reverses the direction of a given vector.
  15839. </summary>
  15840. <param name="value">The vector to negate.</param>
  15841. <returns>A vector facing in the opposite direction.</returns>
  15842. </member>
  15843. <member name="M:SharpDX.Vector4.op_Multiply(System.Single,SharpDX.Vector4)">
  15844. <summary>
  15845. Scales a vector by the given value.
  15846. </summary>
  15847. <param name="value">The vector to scale.</param>
  15848. <param name="scale">The amount by which to scale the vector.</param>
  15849. <returns>The scaled vector.</returns>
  15850. </member>
  15851. <member name="M:SharpDX.Vector4.op_Multiply(SharpDX.Vector4,System.Single)">
  15852. <summary>
  15853. Scales a vector by the given value.
  15854. </summary>
  15855. <param name="value">The vector to scale.</param>
  15856. <param name="scale">The amount by which to scale the vector.</param>
  15857. <returns>The scaled vector.</returns>
  15858. </member>
  15859. <member name="M:SharpDX.Vector4.op_Division(SharpDX.Vector4,System.Single)">
  15860. <summary>
  15861. Scales a vector by the given value.
  15862. </summary>
  15863. <param name="value">The vector to scale.</param>
  15864. <param name="scale">The amount by which to scale the vector.</param>
  15865. <returns>The scaled vector.</returns>
  15866. </member>
  15867. <member name="M:SharpDX.Vector4.op_Division(System.Single,SharpDX.Vector4)">
  15868. <summary>
  15869. Scales a vector by the given value.
  15870. </summary>
  15871. <param name="scale">The amount by which to scale the vector.</param>
  15872. <param name="value">The vector to scale.</param>
  15873. <returns>The scaled vector.</returns>
  15874. </member>
  15875. <member name="M:SharpDX.Vector4.op_Division(SharpDX.Vector4,SharpDX.Vector4)">
  15876. <summary>
  15877. Scales a vector by the given value.
  15878. </summary>
  15879. <param name="value">The vector to scale.</param>
  15880. <param name="scale">The amount by which to scale the vector.</param>
  15881. <returns>The scaled vector.</returns>
  15882. </member>
  15883. <member name="M:SharpDX.Vector4.op_Addition(SharpDX.Vector4,System.Single)">
  15884. <summary>
  15885. Perform a component-wise addition
  15886. </summary>
  15887. <param name="value">The input vector.</param>
  15888. <param name="scalar">The scalar value to be added on elements</param>
  15889. <returns>The vector with added scalar for each element.</returns>
  15890. </member>
  15891. <member name="M:SharpDX.Vector4.op_Addition(System.Single,SharpDX.Vector4)">
  15892. <summary>
  15893. Perform a component-wise addition
  15894. </summary>
  15895. <param name="value">The input vector.</param>
  15896. <param name="scalar">The scalar value to be added on elements</param>
  15897. <returns>The vector with added scalar for each element.</returns>
  15898. </member>
  15899. <member name="M:SharpDX.Vector4.op_Subtraction(SharpDX.Vector4,System.Single)">
  15900. <summary>
  15901. Perform a component-wise subtraction
  15902. </summary>
  15903. <param name="value">The input vector.</param>
  15904. <param name="scalar">The scalar value to be subtraced from elements</param>
  15905. <returns>The vector with subtraced scalar from each element.</returns>
  15906. </member>
  15907. <member name="M:SharpDX.Vector4.op_Subtraction(System.Single,SharpDX.Vector4)">
  15908. <summary>
  15909. Perform a component-wise subtraction
  15910. </summary>
  15911. <param name="value">The input vector.</param>
  15912. <param name="scalar">The scalar value to be subtraced from elements</param>
  15913. <returns>The vector with subtraced scalar from each element.</returns>
  15914. </member>
  15915. <member name="M:SharpDX.Vector4.op_Equality(SharpDX.Vector4,SharpDX.Vector4)">
  15916. <summary>
  15917. Tests for equality between two objects.
  15918. </summary>
  15919. <param name="left">The first value to compare.</param>
  15920. <param name="right">The second value to compare.</param>
  15921. <returns><c>true</c> if <paramref name="left"/> has the same value as <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  15922. </member>
  15923. <member name="M:SharpDX.Vector4.op_Inequality(SharpDX.Vector4,SharpDX.Vector4)">
  15924. <summary>
  15925. Tests for inequality between two objects.
  15926. </summary>
  15927. <param name="left">The first value to compare.</param>
  15928. <param name="right">The second value to compare.</param>
  15929. <returns><c>true</c> if <paramref name="left"/> has a different value than <paramref name="right"/>; otherwise, <c>false</c>.</returns>
  15930. </member>
  15931. <member name="M:SharpDX.Vector4.op_Explicit(SharpDX.Vector4)~SharpDX.Vector2">
  15932. <summary>
  15933. Performs an explicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Vector2"/>.
  15934. </summary>
  15935. <param name="value">The value.</param>
  15936. <returns>The result of the conversion.</returns>
  15937. </member>
  15938. <member name="M:SharpDX.Vector4.op_Explicit(SharpDX.Vector4)~SharpDX.Vector3">
  15939. <summary>
  15940. Performs an explicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Vector3"/>.
  15941. </summary>
  15942. <param name="value">The value.</param>
  15943. <returns>The result of the conversion.</returns>
  15944. </member>
  15945. <member name="M:SharpDX.Vector4.ToString">
  15946. <summary>
  15947. Returns a <see cref="T:System.String"/> that represents this instance.
  15948. </summary>
  15949. <returns>
  15950. A <see cref="T:System.String"/> that represents this instance.
  15951. </returns>
  15952. </member>
  15953. <member name="M:SharpDX.Vector4.ToString(System.String)">
  15954. <summary>
  15955. Returns a <see cref="T:System.String"/> that represents this instance.
  15956. </summary>
  15957. <param name="format">The format.</param>
  15958. <returns>
  15959. A <see cref="T:System.String"/> that represents this instance.
  15960. </returns>
  15961. </member>
  15962. <member name="M:SharpDX.Vector4.ToString(System.IFormatProvider)">
  15963. <summary>
  15964. Returns a <see cref="T:System.String"/> that represents this instance.
  15965. </summary>
  15966. <param name="formatProvider">The format provider.</param>
  15967. <returns>
  15968. A <see cref="T:System.String"/> that represents this instance.
  15969. </returns>
  15970. </member>
  15971. <member name="M:SharpDX.Vector4.ToString(System.String,System.IFormatProvider)">
  15972. <summary>
  15973. Returns a <see cref="T:System.String"/> that represents this instance.
  15974. </summary>
  15975. <param name="format">The format.</param>
  15976. <param name="formatProvider">The format provider.</param>
  15977. <returns>
  15978. A <see cref="T:System.String"/> that represents this instance.
  15979. </returns>
  15980. </member>
  15981. <member name="M:SharpDX.Vector4.GetHashCode">
  15982. <summary>
  15983. Returns a hash code for this instance.
  15984. </summary>
  15985. <returns>
  15986. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  15987. </returns>
  15988. </member>
  15989. <member name="M:SharpDX.Vector4.Equals(SharpDX.Vector4@)">
  15990. <summary>
  15991. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  15992. </summary>
  15993. <param name="other">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  15994. <returns>
  15995. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  15996. </returns>
  15997. </member>
  15998. <member name="M:SharpDX.Vector4.Equals(SharpDX.Vector4)">
  15999. <summary>
  16000. Determines whether the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance.
  16001. </summary>
  16002. <param name="other">The <see cref="T:SharpDX.Vector4"/> to compare with this instance.</param>
  16003. <returns>
  16004. <c>true</c> if the specified <see cref="T:SharpDX.Vector4"/> is equal to this instance; otherwise, <c>false</c>.
  16005. </returns>
  16006. </member>
  16007. <member name="M:SharpDX.Vector4.Equals(System.Object)">
  16008. <summary>
  16009. Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
  16010. </summary>
  16011. <param name="value">The <see cref="T:System.Object"/> to compare with this instance.</param>
  16012. <returns>
  16013. <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
  16014. </returns>
  16015. </member>
  16016. <member name="M:SharpDX.Vector4.op_Implicit(SharpDX.Vector4)~SharpDX.Mathematics.Interop.RawVector4">
  16017. <summary>
  16018. Performs an implicit conversion from <see cref="T:SharpDX.Vector4"/> to <see cref="T:SharpDX.Mathematics.Interop.RawVector4"/>.
  16019. </summary>
  16020. <param name="value">The value.</param>
  16021. <returns>The result of the conversion.</returns>
  16022. </member>
  16023. <member name="M:SharpDX.Vector4.op_Implicit(SharpDX.Mathematics.Interop.RawVector4)~SharpDX.Vector4">
  16024. <summary>
  16025. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawVector4"/> to <see cref="T:SharpDX.Vector4"/>.
  16026. </summary>
  16027. <param name="value">The value.</param>
  16028. <returns>The result of the conversion.</returns>
  16029. </member>
  16030. <member name="T:SharpDX.Viewport">
  16031. <summary>
  16032. Defines the viewport dimensions.
  16033. </summary>
  16034. </member>
  16035. <member name="F:SharpDX.Viewport.X">
  16036. <summary>
  16037. Position of the pixel coordinate of the upper-left corner of the viewport.
  16038. </summary>
  16039. </member>
  16040. <member name="F:SharpDX.Viewport.Y">
  16041. <summary>
  16042. Position of the pixel coordinate of the upper-left corner of the viewport.
  16043. </summary>
  16044. </member>
  16045. <member name="F:SharpDX.Viewport.Width">
  16046. <summary>
  16047. Width dimension of the viewport.
  16048. </summary>
  16049. </member>
  16050. <member name="F:SharpDX.Viewport.Height">
  16051. <summary>
  16052. Height dimension of the viewport.
  16053. </summary>
  16054. </member>
  16055. <member name="F:SharpDX.Viewport.MinDepth">
  16056. <summary>
  16057. Gets or sets the minimum depth of the clip volume.
  16058. </summary>
  16059. </member>
  16060. <member name="F:SharpDX.Viewport.MaxDepth">
  16061. <summary>
  16062. Gets or sets the maximum depth of the clip volume.
  16063. </summary>
  16064. </member>
  16065. <member name="M:SharpDX.Viewport.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  16066. <summary>
  16067. Initializes a new instance of the <see cref="T:SharpDX.Viewport"/> struct.
  16068. </summary>
  16069. <param name="x">The x coordinate of the upper-left corner of the viewport in pixels.</param>
  16070. <param name="y">The y coordinate of the upper-left corner of the viewport in pixels.</param>
  16071. <param name="width">The width of the viewport in pixels.</param>
  16072. <param name="height">The height of the viewport in pixels.</param>
  16073. </member>
  16074. <member name="M:SharpDX.Viewport.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
  16075. <summary>
  16076. Initializes a new instance of the <see cref="T:SharpDX.Viewport"/> struct.
  16077. </summary>
  16078. <param name="x">The x coordinate of the upper-left corner of the viewport in pixels.</param>
  16079. <param name="y">The y coordinate of the upper-left corner of the viewport in pixels.</param>
  16080. <param name="width">The width of the viewport in pixels.</param>
  16081. <param name="height">The height of the viewport in pixels.</param>
  16082. <param name="minDepth">The minimum depth of the clip volume.</param>
  16083. <param name="maxDepth">The maximum depth of the clip volume.</param>
  16084. </member>
  16085. <member name="M:SharpDX.Viewport.#ctor(SharpDX.Rectangle)">
  16086. <summary>
  16087. Initializes a new instance of the <see cref="T:SharpDX.Viewport"/> struct.
  16088. </summary>
  16089. <param name="bounds">A bounding box that defines the location and size of the viewport in a render target.</param>
  16090. </member>
  16091. <member name="P:SharpDX.Viewport.Bounds">
  16092. <summary>
  16093. Gets the size of this resource.
  16094. </summary>
  16095. <value>The bounds.</value>
  16096. </member>
  16097. <member name="M:SharpDX.Viewport.Equals(SharpDX.Viewport@)">
  16098. <summary>
  16099. Determines whether the specified <see cref="T:SharpDX.Viewport"/> is equal to this instance.
  16100. </summary>
  16101. <param name="other">The <see cref="T:SharpDX.Viewport"/> to compare with this instance.</param>
  16102. <returns>
  16103. <c>true</c> if the specified <see cref="T:SharpDX.Viewport"/> is equal to this instance; otherwise, <c>false</c>.
  16104. </returns>
  16105. </member>
  16106. <member name="M:SharpDX.Viewport.Equals(SharpDX.Viewport)">
  16107. <summary>
  16108. Determines whether the specified <see cref="T:SharpDX.Viewport"/> is equal to this instance.
  16109. </summary>
  16110. <param name="other">The <see cref="T:SharpDX.Viewport"/> to compare with this instance.</param>
  16111. <returns>
  16112. <c>true</c> if the specified <see cref="T:SharpDX.Viewport"/> is equal to this instance; otherwise, <c>false</c>.
  16113. </returns>
  16114. </member>
  16115. <member name="M:SharpDX.Viewport.Equals(System.Object)">
  16116. <summary>
  16117. Determines whether the specified object is equal to this instance.
  16118. </summary>
  16119. <param name="obj">The object to compare with this instance.</param>
  16120. <returns>
  16121. <c>true</c> if the specified object is equal to this instance; otherwise, <c>false</c>.
  16122. </returns>
  16123. </member>
  16124. <member name="M:SharpDX.Viewport.GetHashCode">
  16125. <summary>
  16126. Returns a hash code for this instance.
  16127. </summary>
  16128. <returns>
  16129. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  16130. </returns>
  16131. </member>
  16132. <member name="M:SharpDX.Viewport.op_Equality(SharpDX.Viewport,SharpDX.Viewport)">
  16133. <summary>
  16134. Implements the operator ==.
  16135. </summary>
  16136. <param name="left">The left.</param>
  16137. <param name="right">The right.</param>
  16138. <returns>The result of the operator.</returns>
  16139. </member>
  16140. <member name="M:SharpDX.Viewport.op_Inequality(SharpDX.Viewport,SharpDX.Viewport)">
  16141. <summary>
  16142. Implements the operator !=.
  16143. </summary>
  16144. <param name="left">The left.</param>
  16145. <param name="right">The right.</param>
  16146. <returns>The result of the operator.</returns>
  16147. </member>
  16148. <member name="M:SharpDX.Viewport.ToString">
  16149. <summary>
  16150. Retrieves a string representation of this object.
  16151. </summary>
  16152. <returns>A <see cref="T:System.String" /> that represents this instance.</returns>
  16153. </member>
  16154. <member name="M:SharpDX.Viewport.Project(SharpDX.Vector3,SharpDX.Matrix,SharpDX.Matrix,SharpDX.Matrix)">
  16155. <summary>
  16156. Projects a 3D vector from object space into screen space.
  16157. </summary>
  16158. <param name="source">The vector to project.</param>
  16159. <param name="projection">The projection matrix.</param>
  16160. <param name="view">The view matrix.</param>
  16161. <param name="world">The world matrix.</param>
  16162. <returns>The projected vector.</returns>
  16163. </member>
  16164. <member name="M:SharpDX.Viewport.Project(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  16165. <summary>
  16166. Projects a 3D vector from object space into screen space.
  16167. </summary>
  16168. <param name="source">The vector to project.</param>
  16169. <param name="matrix">A combined WorldViewProjection matrix.</param>
  16170. <param name="vector">The projected vector.</param>
  16171. </member>
  16172. <member name="M:SharpDX.Viewport.Unproject(SharpDX.Vector3,SharpDX.Matrix,SharpDX.Matrix,SharpDX.Matrix)">
  16173. <summary>
  16174. Converts a screen space point into a corresponding point in world space.
  16175. </summary>
  16176. <param name="source">The vector to project.</param>
  16177. <param name="projection">The projection matrix.</param>
  16178. <param name="view">The view matrix.</param>
  16179. <param name="world">The world matrix.</param>
  16180. <returns>The unprojected Vector.</returns>
  16181. </member>
  16182. <member name="M:SharpDX.Viewport.Unproject(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  16183. <summary>
  16184. Converts a screen space point into a corresponding point in world space.
  16185. </summary>
  16186. <param name="source">The vector to project.</param>
  16187. <param name="matrix">An inverted combined WorldViewProjection matrix.</param>
  16188. <param name="vector">The unprojected vector.</param>
  16189. </member>
  16190. <member name="P:SharpDX.Viewport.AspectRatio">
  16191. <summary>
  16192. Gets the aspect ratio used by the viewport.
  16193. </summary>
  16194. <value>The aspect ratio.</value>
  16195. </member>
  16196. <member name="M:SharpDX.Viewport.op_Implicit(SharpDX.Viewport)~SharpDX.Mathematics.Interop.RawViewport">
  16197. <summary>
  16198. Performs an implicit conversion from <see cref="T:SharpDX.Viewport"/> to <see cref="T:SharpDX.Mathematics.Interop.RawViewport"/>.
  16199. </summary>
  16200. <param name="value">The value.</param>
  16201. <returns>The result of the conversion.</returns>
  16202. </member>
  16203. <member name="M:SharpDX.Viewport.op_Implicit(SharpDX.Viewport)~SharpDX.Mathematics.Interop.RawViewportF">
  16204. <summary>
  16205. Performs an implicit conversion from <see cref="T:SharpDX.Viewport"/> to <see cref="T:SharpDX.Mathematics.Interop.RawViewport"/>.
  16206. </summary>
  16207. <param name="value">The value.</param>
  16208. <returns>The result of the conversion.</returns>
  16209. </member>
  16210. <member name="M:SharpDX.Viewport.op_Implicit(SharpDX.Mathematics.Interop.RawViewport)~SharpDX.Viewport">
  16211. <summary>
  16212. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawViewport"/> to <see cref="T:SharpDX.Viewport"/>.
  16213. </summary>
  16214. <param name="value">The value.</param>
  16215. <returns>The result of the conversion.</returns>
  16216. </member>
  16217. <member name="T:SharpDX.ViewportF">
  16218. <summary>
  16219. Defines the viewport dimensions using float coordinates for (X,Y,Width,Height).
  16220. </summary>
  16221. </member>
  16222. <member name="F:SharpDX.ViewportF.X">
  16223. <summary>
  16224. Position of the pixel coordinate of the upper-left corner of the viewport.
  16225. </summary>
  16226. </member>
  16227. <member name="F:SharpDX.ViewportF.Y">
  16228. <summary>
  16229. Position of the pixel coordinate of the upper-left corner of the viewport.
  16230. </summary>
  16231. </member>
  16232. <member name="F:SharpDX.ViewportF.Width">
  16233. <summary>
  16234. Width dimension of the viewport.
  16235. </summary>
  16236. </member>
  16237. <member name="F:SharpDX.ViewportF.Height">
  16238. <summary>
  16239. Height dimension of the viewport.
  16240. </summary>
  16241. </member>
  16242. <member name="F:SharpDX.ViewportF.MinDepth">
  16243. <summary>
  16244. Gets or sets the minimum depth of the clip volume.
  16245. </summary>
  16246. </member>
  16247. <member name="F:SharpDX.ViewportF.MaxDepth">
  16248. <summary>
  16249. Gets or sets the maximum depth of the clip volume.
  16250. </summary>
  16251. </member>
  16252. <member name="M:SharpDX.ViewportF.#ctor(System.Single,System.Single,System.Single,System.Single)">
  16253. <summary>
  16254. Initializes a new instance of the <see cref="T:SharpDX.ViewportF"/> struct.
  16255. </summary>
  16256. <param name="x">The x coordinate of the upper-left corner of the viewport in pixels.</param>
  16257. <param name="y">The y coordinate of the upper-left corner of the viewport in pixels.</param>
  16258. <param name="width">The width of the viewport in pixels.</param>
  16259. <param name="height">The height of the viewport in pixels.</param>
  16260. </member>
  16261. <member name="M:SharpDX.ViewportF.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  16262. <summary>
  16263. Initializes a new instance of the <see cref="T:SharpDX.ViewportF"/> struct.
  16264. </summary>
  16265. <param name="x">The x coordinate of the upper-left corner of the viewport in pixels.</param>
  16266. <param name="y">The y coordinate of the upper-left corner of the viewport in pixels.</param>
  16267. <param name="width">The width of the viewport in pixels.</param>
  16268. <param name="height">The height of the viewport in pixels.</param>
  16269. <param name="minDepth">The minimum depth of the clip volume.</param>
  16270. <param name="maxDepth">The maximum depth of the clip volume.</param>
  16271. </member>
  16272. <member name="M:SharpDX.ViewportF.#ctor(SharpDX.RectangleF)">
  16273. <summary>
  16274. Initializes a new instance of the <see cref="T:SharpDX.ViewportF"/> struct.
  16275. </summary>
  16276. <param name="bounds">A bounding box that defines the location and size of the viewport in a render target.</param>
  16277. </member>
  16278. <member name="P:SharpDX.ViewportF.Bounds">
  16279. <summary>
  16280. Gets the size of this resource.
  16281. </summary>
  16282. <value>The bounds.</value>
  16283. </member>
  16284. <member name="M:SharpDX.ViewportF.Equals(SharpDX.ViewportF@)">
  16285. <summary>
  16286. Determines whether the specified <see cref="T:SharpDX.ViewportF"/> is equal to this instance.
  16287. </summary>
  16288. <param name="other">The <see cref="T:SharpDX.ViewportF"/> to compare with this instance.</param>
  16289. <returns>
  16290. <c>true</c> if the specified <see cref="T:SharpDX.ViewportF"/> is equal to this instance; otherwise, <c>false</c>.
  16291. </returns>
  16292. </member>
  16293. <member name="M:SharpDX.ViewportF.Equals(SharpDX.ViewportF)">
  16294. <summary>
  16295. Determines whether the specified <see cref="T:SharpDX.ViewportF"/> is equal to this instance.
  16296. </summary>
  16297. <param name="other">The <see cref="T:SharpDX.ViewportF"/> to compare with this instance.</param>
  16298. <returns>
  16299. <c>true</c> if the specified <see cref="T:SharpDX.ViewportF"/> is equal to this instance; otherwise, <c>false</c>.
  16300. </returns>
  16301. </member>
  16302. <member name="M:SharpDX.ViewportF.Equals(System.Object)">
  16303. <summary>
  16304. Determines whether the specified object is equal to this instance.
  16305. </summary>
  16306. <param name="obj">The object to compare with this instance.</param>
  16307. <returns>
  16308. <c>true</c> if the specified object is equal to this instance; otherwise, <c>false</c>.
  16309. </returns>
  16310. </member>
  16311. <member name="M:SharpDX.ViewportF.GetHashCode">
  16312. <summary>
  16313. Returns a hash code for this instance.
  16314. </summary>
  16315. <returns>
  16316. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
  16317. </returns>
  16318. </member>
  16319. <member name="M:SharpDX.ViewportF.op_Equality(SharpDX.ViewportF,SharpDX.ViewportF)">
  16320. <summary>
  16321. Implements the operator ==.
  16322. </summary>
  16323. <param name="left">The left.</param>
  16324. <param name="right">The right.</param>
  16325. <returns>The result of the operator.</returns>
  16326. </member>
  16327. <member name="M:SharpDX.ViewportF.op_Inequality(SharpDX.ViewportF,SharpDX.ViewportF)">
  16328. <summary>
  16329. Implements the operator !=.
  16330. </summary>
  16331. <param name="left">The left.</param>
  16332. <param name="right">The right.</param>
  16333. <returns>The result of the operator.</returns>
  16334. </member>
  16335. <member name="M:SharpDX.ViewportF.ToString">
  16336. <summary>
  16337. Retrieves a string representation of this object.
  16338. </summary>
  16339. <returns>A <see cref="T:System.String"/> that represents this instance.</returns>
  16340. </member>
  16341. <!-- Badly formed XML comment ignored for member "M:SharpDX.ViewportF.Project(SharpDX.Vector3,SharpDX.Matrix,SharpDX.Matrix,SharpDX.Matrix)" -->
  16342. <member name="M:SharpDX.ViewportF.Project(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  16343. <summary>
  16344. Projects a 3D vector from object space into screen space.
  16345. </summary>
  16346. <param name="source">The vector to project.</param>
  16347. <param name="matrix">A combined WorldViewProjection matrix.</param>
  16348. <param name="vector">The projected vector.</param>
  16349. </member>
  16350. <member name="M:SharpDX.ViewportF.Unproject(SharpDX.Vector3,SharpDX.Matrix,SharpDX.Matrix,SharpDX.Matrix)">
  16351. <summary>
  16352. Converts a screen space point into a corresponding point in world space.
  16353. </summary>
  16354. <param name="source">The vector to project.</param>
  16355. <param name="projection">The projection matrix.</param>
  16356. <param name="view">The view matrix.</param>
  16357. <param name="world">The world matrix.</param>
  16358. <returns>The unprojected Vector.</returns>
  16359. </member>
  16360. <member name="M:SharpDX.ViewportF.Unproject(SharpDX.Vector3@,SharpDX.Matrix@,SharpDX.Vector3@)">
  16361. <summary>
  16362. Converts a screen space point into a corresponding point in world space.
  16363. </summary>
  16364. <param name="source">The vector to project.</param>
  16365. <param name="matrix">An inverted combined WorldViewProjection matrix.</param>
  16366. <param name="vector">The unprojected vector.</param>
  16367. </member>
  16368. <member name="P:SharpDX.ViewportF.AspectRatio">
  16369. <summary>
  16370. Gets the aspect ratio used by the viewport.
  16371. </summary>
  16372. <value>The aspect ratio.</value>
  16373. </member>
  16374. <member name="M:SharpDX.ViewportF.op_Implicit(SharpDX.Viewport)~SharpDX.ViewportF">
  16375. <summary>
  16376. Performs an explicit conversion from <see cref="T:SharpDX.Viewport"/> to <see cref="T:SharpDX.ViewportF"/>.
  16377. </summary>
  16378. <param name="value">The value.</param>
  16379. <returns>The result of the conversion.</returns>
  16380. </member>
  16381. <member name="M:SharpDX.ViewportF.op_Implicit(SharpDX.ViewportF)~SharpDX.Mathematics.Interop.RawViewportF">
  16382. <summary>
  16383. Performs an implicit conversion from <see cref="T:SharpDX.ViewportF"/> to <see cref="T:SharpDX.Mathematics.Interop.RawViewportF"/>.
  16384. </summary>
  16385. <param name="value">The value.</param>
  16386. <returns>The result of the conversion.</returns>
  16387. </member>
  16388. <member name="M:SharpDX.ViewportF.op_Implicit(SharpDX.Mathematics.Interop.RawViewportF)~SharpDX.ViewportF">
  16389. <summary>
  16390. Performs an implicit conversion from <see cref="T:SharpDX.Mathematics.Interop.RawViewportF"/> to <see cref="T:SharpDX.ViewportF"/>.
  16391. </summary>
  16392. <param name="value">The value.</param>
  16393. <returns>The result of the conversion.</returns>
  16394. </member>
  16395. </members>
  16396. </doc>