util-math / io.github.sof3.graphmine.util.math / Relative
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION]) annotation class Relative
Applied on a Vector3 or IntVector3 to indicate that it represents a relative vector, e.g. the distance between two vectors
<init> | Relative() Applied on a Vector3 or IntVector3 to indicate that it represents a relative vector, e.g. the distance between two vectors |