VectorBPlaneGetBDotT Method  | 
 
            Returns a 
Scalar that represents the value of this 
VectorBPlane doted with the B-Plane T vector.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxPublic Function GetBDotT As Scalar
public:
Scalar^ GetBDotT()
member GetBDotT : unit -> Scalar 
Return Value
Type: 
ScalarThe 
Scalar that represents the value of B doted with the T vector.
See Also