Gets the second multiplier.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Multiplier2() As Double
|
| [C#] |
|---|
public double Multiplier2 {get;}
|
| [Managed C++] |
|---|
public: __property double get_Multiplier2();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Multiplier2(
|
| [Java] |
|---|
public double getMultiplier2();
|
Represents the scalar value by which the
direction vector is multiplied and then added to the base vector to
yield the second intersection point.