| SbVec4f Constructor (Single) |
Constructor given vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic SbVec4f(
float val
)
Public Sub New (
val As Single
)
public:
SbVec4f(
float val
)
new :
val : float32 -> SbVec4fParameters
- val
- Type: SystemSingle
value for each vector's component.
See Also