From b0c11962f6012430da3bcaa2727288046b33d648 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Tue, 24 Oct 2017 15:25:02 -0700 Subject: Changes for 1.1.1 See README.md --- docs/source_docs/files/classbt_vector4.html | 287 ++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 docs/source_docs/files/classbt_vector4.html (limited to 'docs/source_docs/files/classbt_vector4.html') diff --git a/docs/source_docs/files/classbt_vector4.html b/docs/source_docs/files/classbt_vector4.html new file mode 100644 index 0000000..87422d6 --- /dev/null +++ b/docs/source_docs/files/classbt_vector4.html @@ -0,0 +1,287 @@ + + + NVIDIA(R) Blast(R) SDK 1.1 Source Reference: btVector4 Class Reference + + + + + + + + +
+

btVector4 Class Reference

#include <btVector3.h> +

+ +

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

Public Member Functions

SIMD_FORCE_INLINE btVector4 absolute4 () const
SIMD_FORCE_INLINE btVector4 (const btScalar &x, const btScalar &y, const btScalar &z, const btScalar &w)
SIMD_FORCE_INLINE btVector4 ()
SIMD_FORCE_INLINE int32_t closestAxis4 () const
btScalar getW () const
SIMD_FORCE_INLINE int32_t maxAxis4 () const
SIMD_FORCE_INLINE int32_t minAxis4 () const
SIMD_FORCE_INLINE void setValue (const btScalar &x, const btScalar &y, const btScalar &z, const btScalar &w)
 Set x,y,z and zero w.
+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
SIMD_FORCE_INLINE btVector4::btVector4 (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SIMD_FORCE_INLINE btVector4::btVector4 (const btScalar x,
const btScalar y,
const btScalar z,
const btScalar w 
) [inline]
+
+
+ +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
SIMD_FORCE_INLINE btVector4 btVector4::absolute4 (  )  const [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
SIMD_FORCE_INLINE int32_t btVector4::closestAxis4 (  )  const [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
btScalar btVector4::getW (  )  const [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
SIMD_FORCE_INLINE int32_t btVector4::maxAxis4 (  )  const [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
SIMD_FORCE_INLINE int32_t btVector4::minAxis4 (  )  const [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SIMD_FORCE_INLINE void btVector4::setValue (const btScalar x,
const btScalar y,
const btScalar z,
const btScalar w 
) [inline]
+
+
+ +

+Set x,y,z and zero w. +

+

Parameters:
+ + + + + + + + +
x Value of x
y Value of y
z Value of zSet the values
x Value of x
y Value of y
z Value of z
w Value of w
+
+ +
+

+


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