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