From e1bf674c16e3c8472b29574159c789cd3f0c64e0 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 24 Feb 2017 09:32:20 -0800 Subject: Updating to blast_source-windows@1.0.347-21749006 and blast_tools_and_samples-windows@1.0.347-21749006 with a new directory structure. NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this. --- docs/api_docs/files/struct_nv_blast_bond.html | 109 ++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 docs/api_docs/files/struct_nv_blast_bond.html (limited to 'docs/api_docs/files/struct_nv_blast_bond.html') diff --git a/docs/api_docs/files/struct_nv_blast_bond.html b/docs/api_docs/files/struct_nv_blast_bond.html new file mode 100644 index 0000000..4a47cd4 --- /dev/null +++ b/docs/api_docs/files/struct_nv_blast_bond.html @@ -0,0 +1,109 @@ + + + NVIDIA(R) Blast(R) SDK 1.0 API Reference: NvBlastBond Struct Reference + + + + + + + +
+

NvBlastBond Struct Reference

#include <NvBlastTypes.h> +

+ +

+List of all members. + + + + + + + + + + +

Public Attributes

float area
float centroid [3]
float normal [3]
uint32_t userData
+


Detailed Description

+Represents the interface between two chunks. At most one bond is created for a chunk pair. The convention regarding the normal direction is based upon the chunk indices, pointing from the lower-indexed chunk to the higher-indexed chunk.

Member Data Documentation

+ +
+
+ + + + +
float NvBlastBond::area
+
+
+ +

+Area of interface +

+

+ +

+
+ + + + +
float NvBlastBond::centroid[3]
+
+
+ +

+Central position on the interface between chunks +

+

+ +

+
+ + + + +
float NvBlastBond::normal[3]
+
+
+ +

+Interface average normal +

+

+ +

+
+ + + + +
uint32_t NvBlastBond::userData
+
+
+ +

+Extra data associated with bond, e.g. whether or not to create a joint +

+

+


The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3