Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector2D.Transform

Malware edited this page Dec 25, 2018 · 23 revisions

IndexVector2D

Summary

private public Transform
```csharp

Transforms the vector (x, y, 0, 1) by the specified matrix.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms a Vector2D by the given Matrix.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms a single Vector2D, or the vector normal (x, y, 0, 0), by a specified Quaternion rotation.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms a Vector2D, or the vector normal (x, y, 0, 0), by a specified Quaternion rotation.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms an array of Vector2s by a specified Matrix.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms a specified range in an array of Vector2s by a specified Matrix and places the results in a specified range in a destination array.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms an array of Vector2s by a specified Quaternion.

### Returns

### Example

### Remarks

### Summary

```csharp
private public Transform
```csharp

Transforms a specified range in an array of Vector2s by a specified Quaternion and places the results in a specified range in a destination array.

### Returns

### Example

### Remarks

Clone this wiki locally