Gets the first multiplier.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Multiplier1() As Double |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property double get_Multiplier1(); |
| [Unmanaged C++] |
|---|
|
| [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.






