Click or drag to resize
SbVec3f Structure

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

The SbVec3f type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberConvertFromT
Public methodCross(SbVec3f)
Public methodCross(SbVec3f)
Public methodDot(SbVec3f)
Public methodDot(SbVec3f)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Object, Single)
Public methodGetClosestAxis
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
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(SbVec3d)
Public methodSetValue(SbVec3d)
Public methodSetValue(Double, Double, Double)
Public methodSetValue(Single, Single, Single)
Public methodSetValue(SbVec3f, SbVec3f, SbVec3f, SbVec3f)
Public methodSetValue(SbVec3f, SbVec3f, SbVec3f, SbVec3f)
Public methodToArray
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyItem
Public propertyX
Public propertyY
Public propertyZ
Top
See Also