Click or drag to resize
SbVec2s Structure

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

The SbVec2s type exposes the following members.

Constructors
  NameDescription
Public methodSbVec2s(Int16)
Initializes a new instance of the SbVec2s class
Public methodSbVec2s(Int16)
Initializes a new instance of the SbVec2s class
Public methodSbVec2s(Int16, Int16)
Initializes a new instance of the SbVec2s class
Top
Methods
  NameDescription
Public methodStatic memberConvertFromT
Public methodDot(SbVec2s)
Public methodDot(SbVec2s)
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodNegate
Public methodSetValue(Int16)
Public methodSetValue(Int16, Int16)
Public methodToArray
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyItem
Public propertyX
Public propertyY
Top
See Also