Python Reference Guide
 
Loading...
Searching...
No Matches
FBSVector Class Reference

Three dimensional scaling vector. More...

#include <pyfbsdk.h>

Inheritance diagram for FBSVector:

Public Member Functions

 FBSVector ()
 Constructor.
 
 FBSVector (float pValue)
 Constructor from array.
 
 FBSVector (float p1, float p2, float p3=1.0)
 Constructor.
 

Detailed Description

Three dimensional scaling vector.


See sample: Vectors.py.

Constructor & Destructor Documentation

◆ FBSVector() [1/3]

FBSVector ( )

Constructor.

◆ FBSVector() [2/3]

FBSVector ( float  pValue)

Constructor from array.

Parameters
pValueArray to take values from.

◆ FBSVector() [3/3]

FBSVector ( float  p1,
float  p2,
float  p3 = 1.0 
)

Constructor.

Parameters
p1First element
p2Second element.
p3Third element(default=1.0).