Property | Type | Description | |
---|---|---|---|
InfinityVector | Vector3D | ||
LargeFiniteVector | Vector3D |
Method | Description | |
---|---|---|
InfinitySafe ( Vector3D input ) : Vector3D | ||
IsInfinite ( System.Numerics.Complex input ) : bool | ||
IsInfinite ( Vector3D input ) : bool | ||
IsInfinite ( double input ) : bool |
public static InfinitySafe ( Vector3D input ) : Vector3D | ||
input | Vector3D | |
return | Vector3D |
public static IsInfinite ( System.Numerics.Complex input ) : bool | ||
input | System.Numerics.Complex | |
return | bool |
public static IsInfinite ( Vector3D input ) : bool | ||
input | Vector3D | |
return | bool |
public static IsInfinite ( double input ) : bool | ||
input | double | |
return | bool |