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