Click or drag to resize
SbVec4f Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax
public struct SbVec4f

The SbVec4f type exposes the following members.

Constructors
  NameDescription
Public methodSbVec4f(Single)
Initializes a new instance of the SbVec4f class
Public methodSbVec4f(Single)
Initializes a new instance of the SbVec4f class
Public methodSbVec4f(Single, Single, Single, Single)
Initializes a new instance of the SbVec4f class
Top
Methods
  NameDescription
Public methodStatic memberConvertFromT
Public methodDot(SbVec4f)
Public methodDot(SbVec4f)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Object, Single)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetReal
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodLength
Public methodNegate
Public methodNormalize
Public methodSetValue(Double)
Public methodSetValue(Single)
Public methodSetValue(SbVec4d)
Public methodSetValue(SbVec4d)
Public methodSetValue(Double, Double, Double, Double)
Public methodSetValue(Single, Single, Single, Single)
Public methodToArray
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyItem
Public propertyW
Public propertyX
Public propertyY
Public propertyZ
Top
See Also