This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Vector3.Dot
Malware edited this page Dec 25, 2018
·
18 revisions
private public Dot
```csharp
Calculates the dot product of two vectors. If the two vectors are unit vectors, the dot product returns a floating point value between -1 and 1 that can be used to determine some properties of the angle between two vectors. For example, it can show whether the vectors are orthogonal, parallel, or have an acute or obtuse angle between them.
### Returns
### Example
### Remarks
### Summary
```csharp
private public Dot
```csharp
Calculates the dot product of two vectors and writes the result to a user-specified variable. If the two vectors are unit vectors, the dot product returns a floating point value between -1 and 1 that can be used to determine some properties of the angle between two vectors. For example, it can show whether the vectors are orthogonal, parallel, or have an acute or obtuse angle between them.
### Returns
### Example
### Remarks
### Summary
```csharp
private public Dot
```csharp
### Returns
### Example
### Remarks
### Summary
```csharp
private public Dot
```csharp
### Returns
### Example
### Remarks
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!