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

VRageMath.Vector4.Transform

Malware edited this page Dec 25, 2018 · 23 revisions

IndexVector4

Summary

private public private public sealed Vector4 Transform

Transforms a Vector2 by the given Matrix.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a Vector2 by the given Matrix.

Returns

Example

Remarks

Summary

private public private public sealed Vector4 Transform

Transforms a Vector3 by the given Matrix.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a Vector3 by the given Matrix.

Returns

Example

Remarks

Summary

private public private public sealed Vector4 Transform

Transforms a Vector4 by the specified Matrix.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a Vector4 by the given Matrix.

Returns

Example

Remarks

Summary

private public private public sealed Vector4 Transform

Transforms a Vector2 by a specified Quaternion into a Vector4.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a Vector2 by a specified Quaternion into a Vector4.

Returns

Example

Remarks

Summary

private public private public sealed Vector4 Transform

Transforms a Vector3 by a specified Quaternion into a Vector4.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a Vector3 by a specified Quaternion into a Vector4.

Returns

Example

Remarks

Summary

private public private public sealed Vector4 Transform

Transforms a Vector4 by a specified Quaternion.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a Vector4 by a specified Quaternion.

Returns

Example

Remarks

Summary

private public void Transform

Transforms an array of Vector4s by a specified Matrix.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a specified range in an array of Vector4s by a specified Matrix into a specified range in a destination array.

Returns

Example

Remarks

Summary

private public void Transform

Transforms an array of Vector4s by a specified Quaternion.

Returns

Example

Remarks

Summary

private public void Transform

Transforms a specified range in an array of Vector4s by a specified Quaternion into a specified range in a destination array.

Returns

Example

Remarks

Clone this wiki locally