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

VRageMath.SymmetricSerializableRange

Malware edited this page Dec 13, 2025 · 42 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace Index

SymmetricSerializableRange Struct

public struct SymmetricSerializableRange

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

float Max

float Min

Properties

bool Mirror { get; set; }

Constructors

SymmetricSerializableRange(float min, float max, bool mirror = default)

Methods

SymmetricSerializableRange ConvertToCosine()

SymmetricSerializableRange ConvertToCosineLongitude()

SymmetricSerializableRange ConvertToSine()

string ToString()

string ToStringAcos()

string ToStringAsin()

bool ValueBetween(float value)

Clone this wiki locally