Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector4D.Normalize

Malware edited this page Dec 25, 2018 · 16 revisions

IndexVector4D

Summary

private public void Normalize()

Turns the current vector into a unit vector.

Returns

Example

Remarks

Summary

private public private public sealed struct.Vector4D Normalize(private public sealed struct.Vector4D vector)

Creates a unit vector from the specified vector.

Returns

Example

Remarks

Summary

private public void Normalize(ref private public sealed struct.Vector4D vector, ref private public sealed struct.Vector4D result)

Returns a normalized version of the specified vector.

Returns

Example

Remarks

Clone this wiki locally